Skip to content

Commit 9e66f60

Browse files
authored
🌼 chore: upgrade deps (#66)
1 parent 14c9153 commit 9e66f60

File tree

2 files changed

+529
-524
lines changed

2 files changed

+529
-524
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -71,30 +71,30 @@
7171
"nprogress": "^0.2.0",
7272
"pinia": "^2.1.7",
7373
"uuid": "^9.0.1",
74-
"vue": "^3.4.23",
75-
"vue-router": "^4.3.1"
74+
"vue": "^3.4.25",
75+
"vue-router": "^4.3.2"
7676
},
7777
"devDependencies": {
7878
"@babel/core": "^7.24.4",
7979
"@babel/preset-env": "^7.24.4",
80-
"@eslint/js": "^9.0.0",
80+
"@eslint/js": "^9.1.1",
8181
"@stylistic/eslint-plugin": "^1.7.2",
8282
"@stylistic/stylelint-plugin": "^2.1.1",
8383
"@types/js-cookie": "^3.0.6",
8484
"@types/lodash-es": "^4.17.12",
8585
"@types/node": "^20.12.7",
8686
"@types/nprogress": "^0.2.3",
87-
"@typescript-eslint/eslint-plugin": "^7.7.0",
88-
"@typescript-eslint/parser": "^7.7.0",
87+
"@typescript-eslint/eslint-plugin": "^7.7.1",
88+
"@typescript-eslint/parser": "^7.7.1",
8989
"@vitejs/plugin-vue": "^5.0.4",
90-
"@vitest/coverage-v8": "^1.5.0",
91-
"@vue/compiler-sfc": "^3.4.23",
90+
"@vitest/coverage-v8": "^1.5.2",
91+
"@vue/compiler-sfc": "^3.4.25",
9292
"@vue/test-utils": "2.4.5",
9393
"babel-plugin-transform-vite-meta-env": "^1.0.3",
9494
"cross-env": "^7.0.3",
95-
"eslint": "^9.0.0",
95+
"eslint": "^9.1.1",
9696
"eslint-define-config": "^2.1.0",
97-
"eslint-plugin-html": "8.1.0",
97+
"eslint-plugin-html": "8.1.1",
9898
"eslint-plugin-import": "^2.29.1",
9999
"eslint-plugin-vue": "^9.25.0",
100100
"globals": "^15.0.0",
@@ -103,21 +103,21 @@
103103
"postcss": "^8.4.38",
104104
"postcss-html": "^1.6.0",
105105
"postcss-scss": "^4.0.9",
106-
"rollup": "^4.14.3",
106+
"rollup": "^4.17.0",
107107
"sass": "^1.75.0",
108-
"stylelint": "^16.3.1",
108+
"stylelint": "^16.4.0",
109109
"stylelint-config-recommended-scss": "14.0.0",
110110
"stylelint-config-recommended-vue": "^1.5.0",
111111
"stylelint-config-standard": "^36.0.0",
112112
"stylelint-config-standard-scss": "13.1.0",
113113
"sucrase": "^3.35.0",
114114
"typescript": "^5.4.5",
115-
"unocss": "^0.59.3",
115+
"unocss": "^0.59.4",
116116
"unplugin-auto-import": "^0.17.5",
117117
"unplugin-vue-components": "^0.26.0",
118-
"vite": "^5.2.9",
118+
"vite": "^5.2.10",
119119
"vite-svg-loader": "^5.1.0",
120-
"vitest": "^1.5.0",
120+
"vitest": "^1.5.2",
121121
"vue-eslint-parser": "^9.4.2"
122122
}
123123
}

0 commit comments

Comments
 (0)