Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayideyia committed Dec 8, 2024
1 parent 6cef757 commit 3b89e08
Show file tree
Hide file tree
Showing 3 changed files with 734 additions and 606 deletions.
44 changes: 22 additions & 22 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,44 +8,44 @@
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"type-check": "vue-tsc --build",
"lint": "eslint . --fix",
"format": "prettier --write src/"
},
"dependencies": {
"@codemirror/autocomplete": "^6.18.1",
"@codemirror/autocomplete": "^6.18.3",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-yaml": "^6.1.1",
"@codemirror/theme-one-dark": "^6.1.2",
"codemirror": "6.0.1",
"marked": "^14.1.3",
"pinia": "^2.2.4",
"vue": "^3.5.12",
"marked": "^15.0.3",
"pinia": "^2.3.0",
"vue": "^3.5.13",
"vue-codemirror6": "^1.3.4",
"vue-draggable-plus": "^0.5.4",
"vue-i18n": "^10.0.4",
"vue-router": "^4.4.5",
"yaml": "^2.6.0"
"vue-draggable-plus": "^0.6.0",
"vue-i18n": "^10.0.5",
"vue-router": "^4.5.0",
"yaml": "^2.6.1"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.10.4",
"@tsconfig/node20": "^20.1.4",
"@tsconfig/node22": "^22.0.0",
"@types/dom-view-transitions": "^1.0.5",
"@types/node": "^22.8.1",
"@vitejs/plugin-vue": "^5.1.4",
"@types/node": "^22.10.1",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.1.3",
"@vue/runtime-core": "^3.5.12",
"@vue/tsconfig": "^0.5.1",
"eslint": "^9.13.0",
"eslint-plugin-vue": "^9.29.1",
"less": "^4.2.0",
"@vue/eslint-config-typescript": "^14.1.4",
"@vue/runtime-core": "^3.5.13",
"@vue/tsconfig": "^0.7.0",
"eslint": "^9.16.0",
"eslint-plugin-vue": "^9.32.0",
"less": "^4.2.1",
"npm-run-all2": "^7.0.1",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"typescript": "~5.6.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.10",
"vue-tsc": "^2.1.8"
"unplugin-vue-components": "^0.27.5",
"vite": "^6.0.3",
"vue-tsc": "^2.1.10"
}
}
Loading

0 comments on commit 3b89e08

Please sign in to comment.