Skip to content

Commit

Permalink
chore: Update npm dependencies to latest versions (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
amengus87 authored Jul 31, 2024
1 parent 4deb10e commit 8dea533
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
50 changes: 25 additions & 25 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"preview": "vite preview",
"release": "dRAGon release",
"typecheck": "vue-tsc --noEmit --skipLibCheck",
"update-pkg": "dRAGon update-pkg"
"update-pkg": "pnpm dragon-frontend update-pkg"
},
"dependencies": {
"@better-scroll/core": "2.5.1",
Expand All @@ -49,49 +49,49 @@
"@sa/utils": "workspace:*",
"@vueuse/core": "10.11.0",
"clipboard": "2.0.11",
"dayjs": "1.11.11",
"dayjs": "1.11.12",
"echarts": "5.5.1",
"lodash-es": "4.17.21",
"naive-ui": "2.38.2",
"naive-ui": "2.39.0",
"nprogress": "0.2.0",
"pinia": "2.1.7",
"tailwind-merge": "2.3.0",
"vue": "3.4.31",
"vue-draggable-plus": "0.5.0",
"pinia": "2.2.0",
"tailwind-merge": "2.4.0",
"vue": "3.4.35",
"vue-draggable-plus": "0.5.2",
"vue-i18n": "9.13.1",
"vue-router": "4.4.0"
},
"devDependencies": {
"@dragon/scripts": "workspace:*",
"@elegant-router/vue": "0.3.7",
"@iconify/json": "2.2.223",
"@iconify/json": "2.2.232",
"@sa/uno-preset": "workspace:*",
"@soybeanjs/eslint-config": "1.3.7",
"@types/lodash-es": "4.17.12",
"@types/node": "20.14.10",
"@types/node": "22.0.0",
"@types/nprogress": "0.2.3",
"@unocss/eslint-config": "0.61.2",
"@unocss/preset-icons": "0.61.2",
"@unocss/preset-uno": "0.61.2",
"@unocss/transformer-directives": "0.61.2",
"@unocss/transformer-variant-group": "0.61.2",
"@unocss/vite": "0.61.2",
"@vitejs/plugin-vue": "5.0.5",
"@unocss/eslint-config": "0.61.8",
"@unocss/preset-icons": "0.61.8",
"@unocss/preset-uno": "0.61.8",
"@unocss/transformer-directives": "0.61.8",
"@unocss/transformer-variant-group": "0.61.8",
"@unocss/vite": "0.61.8",
"@vitejs/plugin-vue": "5.1.1",
"@vitejs/plugin-vue-jsx": "4.0.0",
"eslint": "9.6.0",
"eslint": "9.8.0",
"eslint-plugin-vue": "9.27.0",
"lint-staged": "15.2.7",
"sass": "1.77.6",
"tsx": "4.16.2",
"typescript": "5.5.3",
"unplugin-icons": "0.19.0",
"unplugin-vue-components": "0.27.2",
"vite": "5.3.3",
"sass": "1.77.8",
"tsx": "4.16.3",
"typescript": "5.5.4",
"unplugin-icons": "0.19.1",
"unplugin-vue-components": "0.27.3",
"vite": "5.3.5",
"vite-plugin-progress": "0.0.7",
"vite-plugin-svg-icons": "2.0.1",
"vite-plugin-vue-devtools": "7.3.5",
"vite-plugin-vue-devtools": "7.3.7",
"vue-eslint-parser": "9.4.3",
"vue-tsc": "2.0.26"
"vue-tsc": "2.0.29"
},
"lint-staged": {
"*": "eslint --fix"
Expand Down
4 changes: 2 additions & 2 deletions frontend/packages/axios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"dependencies": {
"@sa/utils": "workspace:*",
"axios": "1.7.2",
"axios-retry": "4.4.1",
"qs": "6.12.2"
"axios-retry": "4.4.2",
"qs": "6.12.3"
},
"devDependencies": {
"@types/qs": "6.9.15"
Expand Down
2 changes: 1 addition & 1 deletion frontend/packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"execa": "9.3.0",
"kolorist": "1.8.0",
"npm-check-updates": "16.14.20",
"rimraf": "5.0.7"
"rimraf": "6.0.1"
}
}

0 comments on commit 8dea533

Please sign in to comment.