Skip to content

Commit 1c749cb

Browse files
committed
chore: keeping dependencies up to date
1 parent 8d27fa6 commit 1c749cb

File tree

2 files changed

+335
-409
lines changed

2 files changed

+335
-409
lines changed

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,47 +10,47 @@
1010
"lint:style": "stylelint \"./src/**/*.vue\" \"./src/**/*.scss\" --fix"
1111
},
1212
"dependencies": {
13-
"@babel/runtime": "^7.17.8",
14-
"core-js": "^3.21.1",
15-
"pinia": "^2.0.12",
16-
"vue": "^3.2.31",
13+
"@babel/runtime": "^7.17.9",
14+
"core-js": "^3.22.2",
15+
"pinia": "^2.0.13",
16+
"vue": "^3.2.33",
1717
"vue-router": "^4.0.14"
1818
},
1919
"devDependencies": {
20-
"@babel/core": "^7.17.8",
20+
"@babel/core": "^7.17.9",
2121
"@babel/plugin-transform-runtime": "^7.17.0",
2222
"@babel/preset-env": "^7.16.11",
23-
"@types/webpack-env": "^1.16.3",
24-
"@typescript-eslint/eslint-plugin": "^5.17.0",
25-
"@typescript-eslint/parser": "^5.17.0",
26-
"@vue/compiler-sfc": "^3.2.31",
27-
"autoprefixer": "^10.4.4",
28-
"babel-loader": "^8.2.4",
23+
"@types/webpack-env": "^1.16.4",
24+
"@typescript-eslint/eslint-plugin": "^5.20.0",
25+
"@typescript-eslint/parser": "^5.20.0",
26+
"@vue/compiler-sfc": "^3.2.33",
27+
"autoprefixer": "^10.4.5",
28+
"babel-loader": "^8.2.5",
2929
"case-sensitive-paths-webpack-plugin": "^2.4.0",
3030
"chalk": "^4.1.2",
3131
"copy-webpack-plugin": "^10.2.4",
3232
"css-loader": "^6.7.1",
3333
"dotenv": "^16.0.0",
3434
"dotenv-expand": "^8.0.3",
35-
"eslint": "^8.12.0",
35+
"eslint": "^8.14.0",
3636
"eslint-config-prettier": "^8.5.0",
3737
"eslint-formatter-friendly": "^7.0.0",
3838
"eslint-plugin-prettier": "^4.0.0",
39-
"eslint-plugin-vue": "^8.5.0",
39+
"eslint-plugin-vue": "^8.7.1",
4040
"eslint-webpack-plugin": "^3.1.1",
4141
"html-webpack-plugin": "^5.5.0",
4242
"mini-css-extract-plugin": "^2.6.0",
4343
"ora": "^5.4.1",
4444
"postcss": "^8.4.12",
45-
"postcss-html": "^1.3.0",
45+
"postcss-html": "^1.4.1",
4646
"postcss-loader": "^6.2.1",
47-
"prettier": "2.6.1",
47+
"prettier": "2.6.2",
4848
"rimraf": "^3.0.2",
49-
"sass": "^1.49.10",
49+
"sass": "^1.50.1",
5050
"sass-loader": "^12.6.0",
5151
"strip-ansi": "^6.0.0",
5252
"style-loader": "^3.3.1",
53-
"stylelint": "^14.6.1",
53+
"stylelint": "^14.7.1",
5454
"stylelint-config-prettier": "^9.0.3",
5555
"stylelint-config-standard": "^25.0.0",
5656
"stylelint-config-standard-scss": "^3.0.0",
@@ -62,8 +62,8 @@
6262
"vue-eslint-parser": "^8.3.0",
6363
"vue-loader": "^17.0.0",
6464
"vue-style-loader": "^4.1.3",
65-
"webpack": "^5.70.0",
66-
"webpack-dev-server": "^4.7.4",
65+
"webpack": "^5.72.0",
66+
"webpack-dev-server": "^4.8.1",
6767
"webpack-merge": "^5.8.0"
6868
},
6969
"engines": {

0 commit comments

Comments
 (0)