Skip to content

Commit 6eb655c

Browse files
committed
chore: keeping dependencies up to date
1 parent 9e21bf7 commit 6eb655c

File tree

3 files changed

+2493
-4875
lines changed

3 files changed

+2493
-4875
lines changed

package.json

+27-27
Original file line numberDiff line numberDiff line change
@@ -11,60 +11,60 @@
1111
"lint:stylelint": "stylelint \"./src/**/*.vue\" \"./src/**/*.scss\" --fix"
1212
},
1313
"dependencies": {
14-
"@babel/runtime": "^7.24.8",
15-
"core-js": "^3.37.1",
16-
"pinia": "^2.1.7",
17-
"vue": "^3.4.31",
18-
"vue-router": "^4.4.0"
14+
"@babel/runtime": "^7.25.6",
15+
"core-js": "^3.38.1",
16+
"pinia": "^2.2.2",
17+
"vue": "^3.5.10",
18+
"vue-router": "^4.4.5"
1919
},
2020
"devDependencies": {
21-
"@babel/core": "^7.24.8",
22-
"@babel/plugin-transform-runtime": "^7.24.7",
23-
"@babel/preset-env": "^7.24.8",
24-
"@eslint/js": "^9.7.0",
21+
"@babel/core": "^7.25.2",
22+
"@babel/plugin-transform-runtime": "^7.25.4",
23+
"@babel/preset-env": "^7.25.4",
24+
"@eslint/js": "^9.11.1",
2525
"@types/webpack-env": "^1.18.5",
26-
"@typescript-eslint/eslint-plugin": "8.0.0-alpha.44",
27-
"@typescript-eslint/parser": "8.0.0-alpha.44",
28-
"@vue/compiler-sfc": "^3.4.31",
29-
"autoprefixer": "^10.4.19",
30-
"babel-loader": "^9.1.3",
26+
"@typescript-eslint/eslint-plugin": "8.7.0",
27+
"@typescript-eslint/parser": "8.7.0",
28+
"@vue/compiler-sfc": "^3.5.10",
29+
"autoprefixer": "^10.4.20",
30+
"babel-loader": "^9.2.1",
3131
"case-sensitive-paths-webpack-plugin": "^2.4.0",
3232
"chalk": "^4.1.2",
3333
"copy-webpack-plugin": "^12.0.2",
3434
"css-loader": "^7.1.2",
3535
"dotenv": "^16.4.5",
3636
"dotenv-expand": "^11.0.6",
37-
"eslint": "^9.7.0",
37+
"eslint": "^9.11.1",
3838
"eslint-config-prettier": "^9.1.0",
3939
"eslint-formatter-friendly": "^7.0.0",
40-
"eslint-plugin-vue": "^9.27.0",
40+
"eslint-plugin-vue": "^9.28.0",
4141
"eslint-webpack-plugin": "^4.2.0",
42-
"globals": "^15.8.0",
42+
"globals": "^15.9.0",
4343
"html-webpack-plugin": "^5.6.0",
44-
"mini-css-extract-plugin": "^2.9.0",
44+
"mini-css-extract-plugin": "^2.9.1",
4545
"ora": "^5.4.1",
46-
"postcss": "^8.4.39",
46+
"postcss": "^8.4.47",
4747
"postcss-html": "^1.7.0",
4848
"postcss-loader": "^8.1.1",
4949
"prettier": "3.3.3",
5050
"rimraf": "^6.0.1",
51-
"sass": "^1.77.8",
52-
"sass-loader": "^14.2.1",
51+
"sass": "^1.79.4",
52+
"sass-loader": "^16.0.2",
5353
"strip-ansi": "^6.0.0",
5454
"style-loader": "^4.0.0",
55-
"stylelint": "^16.7.0",
55+
"stylelint": "^16.9.0",
5656
"stylelint-config-standard": "^36.0.1",
5757
"stylelint-config-standard-scss": "^13.1.0",
5858
"stylelint-order": "^6.0.4",
5959
"terser-webpack-plugin": "^5.3.10",
60-
"thread-loader": "^4.0.2",
60+
"thread-loader": "^4.0.4",
6161
"ts-loader": "^9.5.1",
62-
"typescript": "^5.5.3",
63-
"typescript-eslint": "8.0.0-alpha.44",
62+
"typescript": "^5.6.2",
63+
"typescript-eslint": "8.7.0",
6464
"vue-loader": "^17.4.2",
6565
"vue-style-loader": "^4.1.3",
66-
"webpack": "^5.93.0",
67-
"webpack-dev-server": "^5.0.4",
66+
"webpack": "^5.95.0",
67+
"webpack-dev-server": "^5.1.0",
6868
"webpack-merge": "^6.0.1"
6969
},
7070
"engines": {

0 commit comments

Comments
 (0)