Skip to content

Commit b0eac2f

Browse files
fix(deps): update all non-major dependencies
1 parent d373c18 commit b0eac2f

File tree

2 files changed

+290
-63
lines changed

2 files changed

+290
-63
lines changed

Azure/Vue/weatherdisp/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
"lint": "vue-cli-service lint"
99
},
1010
"dependencies": {
11-
"core-js": "3.8.3",
11+
"core-js": "3.40.0",
1212
"darkskyapi-ts": "1.0.6",
1313
"date-with-offset": "1.0.1",
14-
"vue": "2.6.14",
14+
"vue": "2.7.16",
1515
"vue-class-component": "7.2.6",
1616
"vue-property-decorator": "9.1.2",
17-
"vue-skycon": "1.0.4"
17+
"vue-skycon": "1.1.0"
1818
},
1919
"devDependencies": {
2020
"@types/node": "13.13.40",
21-
"@types/webpack-env": "1.16.0",
21+
"@types/webpack-env": "1.18.8",
2222
"@typescript-eslint/eslint-plugin": "3.10.1",
2323
"@typescript-eslint/parser": "3.10.1",
2424
"@vue/cli": "4.5.11",
@@ -33,11 +33,11 @@
3333
"eslint-plugin-vue": "6.2.2",
3434
"html-webpack-inline-source-plugin": "0.0.10",
3535
"prettier": "2.2.1",
36-
"sass": "1.32.5",
37-
"sass-loader": "10.1.1",
38-
"string-replace-loader": "3.0.1",
39-
"typescript": "4.1.3",
40-
"vue-template-compiler": "2.6.14"
36+
"sass": "1.85.0",
37+
"sass-loader": "10.5.2",
38+
"string-replace-loader": "3.1.0",
39+
"typescript": "4.9.5",
40+
"vue-template-compiler": "2.7.16"
4141
},
4242
"resolutions": {
4343
"minimist": "1.2.5",

0 commit comments

Comments
 (0)