Skip to content

Commit 4ddefe2

Browse files
committed
chore: keeping dependencies up to date
1 parent 6eb655c commit 4ddefe2

File tree

3 files changed

+1080
-1108
lines changed

3 files changed

+1080
-1108
lines changed

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
registry=https://registry.npmjs.org/

package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111
"lint:stylelint": "stylelint \"./src/**/*.vue\" \"./src/**/*.scss\" --fix"
1212
},
1313
"dependencies": {
14-
"@babel/runtime": "^7.25.6",
14+
"@babel/runtime": "^7.25.7",
1515
"core-js": "^3.38.1",
16-
"pinia": "^2.2.2",
17-
"vue": "^3.5.10",
16+
"pinia": "^2.2.4",
17+
"vue": "^3.5.12",
1818
"vue-router": "^4.4.5"
1919
},
2020
"devDependencies": {
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",
21+
"@babel/core": "^7.25.8",
22+
"@babel/plugin-transform-runtime": "^7.25.7",
23+
"@babel/preset-env": "^7.25.8",
24+
"@eslint/js": "^9.12.0",
2525
"@types/webpack-env": "^1.18.5",
26-
"@typescript-eslint/eslint-plugin": "8.7.0",
27-
"@typescript-eslint/parser": "8.7.0",
28-
"@vue/compiler-sfc": "^3.5.10",
26+
"@typescript-eslint/eslint-plugin": "8.9.0",
27+
"@typescript-eslint/parser": "8.9.0",
28+
"@vue/compiler-sfc": "^3.5.12",
2929
"autoprefixer": "^10.4.20",
3030
"babel-loader": "^9.2.1",
3131
"case-sensitive-paths-webpack-plugin": "^2.4.0",
@@ -34,12 +34,12 @@
3434
"css-loader": "^7.1.2",
3535
"dotenv": "^16.4.5",
3636
"dotenv-expand": "^11.0.6",
37-
"eslint": "^9.11.1",
37+
"eslint": "^9.12.0",
3838
"eslint-config-prettier": "^9.1.0",
3939
"eslint-formatter-friendly": "^7.0.0",
40-
"eslint-plugin-vue": "^9.28.0",
40+
"eslint-plugin-vue": "^9.29.0",
4141
"eslint-webpack-plugin": "^4.2.0",
42-
"globals": "^15.9.0",
42+
"globals": "^15.11.0",
4343
"html-webpack-plugin": "^5.6.0",
4444
"mini-css-extract-plugin": "^2.9.1",
4545
"ora": "^5.4.1",
@@ -48,19 +48,19 @@
4848
"postcss-loader": "^8.1.1",
4949
"prettier": "3.3.3",
5050
"rimraf": "^6.0.1",
51-
"sass": "^1.79.4",
51+
"sass": "^1.79.5",
5252
"sass-loader": "^16.0.2",
5353
"strip-ansi": "^6.0.0",
5454
"style-loader": "^4.0.0",
55-
"stylelint": "^16.9.0",
55+
"stylelint": "^16.10.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",
6060
"thread-loader": "^4.0.4",
6161
"ts-loader": "^9.5.1",
62-
"typescript": "^5.6.2",
63-
"typescript-eslint": "8.7.0",
62+
"typescript": "^5.6.3",
63+
"typescript-eslint": "8.9.0",
6464
"vue-loader": "^17.4.2",
6565
"vue-style-loader": "^4.1.3",
6666
"webpack": "^5.95.0",

0 commit comments

Comments
 (0)