Skip to content

Commit 231ac75

Browse files
Update devDependencies
1 parent ddf3896 commit 231ac75

File tree

3 files changed

+11
-10855
lines changed

3 files changed

+11
-10855
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.DS_Store
22
node_modules
3+
yarn.lock
34

45
# local env files
56
.env.local
@@ -20,3 +21,4 @@ pnpm-debug.log*
2021
*.njsproj
2122
*.sln
2223
*.sw?
24+

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"lint": "vue-cli-service lint"
1010
},
1111
"dependencies": {
12-
"cesium": "^1.72.0",
12+
"cesium": "^1.73.0",
1313
"core-js": "^3.6.5",
14-
"vue": "^2.6.11",
14+
"vue": "^2.6.12",
1515
"vue-router": "^3.2.0",
1616
"vuex": "^3.4.0"
1717
},
@@ -24,15 +24,16 @@
2424
"@vue/cli-service": "~4.5.0",
2525
"@vue/eslint-config-prettier": "^6.0.0",
2626
"@vue/test-utils": "^1.0.3",
27+
"vue-template-compiler": "^2.6.11",
2728
"babel-eslint": "^10.1.0",
28-
"copy-webpack-plugin": "^6.0.3",
2929
"eslint": "^6.7.2",
30+
"prettier": "^1.19.1",
3031
"eslint-plugin-prettier": "^3.1.3",
3132
"eslint-plugin-vue": "^6.2.2",
32-
"node-sass": "^4.12.0",
33-
"prettier": "^1.19.1",
34-
"sass-loader": "^8.0.2",
35-
"vue-template-compiler": "^2.6.11",
36-
"webpack": "^4.44.1"
33+
"sass": "^1.26.11",
34+
"dart-sass": "^1.25.0",
35+
"sass-loader": "^10.0.2",
36+
"copy-webpack-plugin": "^6.0.3",
37+
"webpack": "^4.44.2"
3738
}
3839
}

0 commit comments

Comments
 (0)