Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwep committed Jul 6, 2024
1 parent 2b7ff69 commit 8b4b6f1
Show file tree
Hide file tree
Showing 4 changed files with 1,590 additions and 998 deletions.
37 changes: 19 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,37 +21,38 @@
"dependencies": {
"@popperjs/core": "2.11.8",
"@remixicon/vue": "4.2.0",
"echarts": "5.5.0",
"echarts": "5.5.1",
"papaparse": "5.4.1",
"vue": "3.4.21",
"vue-i18n": "9.10.1",
"vue-router": "4.3.0",
"vue": "3.4.31",
"vue-i18n": "9.13.1",
"vue-router": "4.4.0",
"yuppee": "0.3.0"
},
"devDependencies": {
"@intlify/eslint-plugin-vue-i18n": "^2.0.0",
"@intlify/eslint-plugin-vue-i18n": "^3.0.0",
"@types/ackee-tracker": "5.0.4",
"@types/node": "20.11.25",
"@types/node": "20.14.10",
"@types/papaparse": "5.3.14",
"@typescript-eslint/eslint-plugin": "7.1.1",
"@typescript-eslint/parser": "7.1.1",
"@vitejs/plugin-vue": "5.0.4",
"@typescript-eslint/eslint-plugin": "7.15.0",
"@typescript-eslint/parser": "7.15.0",
"@vitejs/plugin-vue": "5.0.5",
"@vue/eslint-config-prettier": "9.0.0",
"@vue/eslint-config-typescript": "13.0.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-vue": "9.22.0",
"prettier": "3.2.5",
"sass": "1.71.1",
"typescript": "5.3.3",
"vite": "5.1.5",
"eslint-plugin-vue": "9.27.0",
"prettier": "3.3.2",
"sass": "1.77.6",
"typescript": "5.5.3",
"vite": "5.3.3",
"vite-plugin-optimize-css-modules": "1.0.6",
"vite-plugin-pwa": "0.19.2",
"vite-tsconfig-paths": "4.3.1",
"vue-tsc": "2.0.6",
"workbox-window": "7.0.0"
"vite-plugin-pwa": "0.20.0",
"vite-tsconfig-paths": "4.3.2",
"vue-tsc": "2.0.26",
"workbox-build": "7.1.1",
"workbox-window": "7.1.0"
}
}
Loading

0 comments on commit 8b4b6f1

Please sign in to comment.