Skip to content

Commit

Permalink
build: sort deps again
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed May 19, 2022
1 parent 0b56077 commit 3421db3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"eslint": "^8.14.0",
"fsevents": "2.3.2",
"hash-sum": "^2.0.0",
"he": "^1.1.1",
"he": "^1.2.0",
"http-server": "^14.1.0",
"lint-staged": "^12.4.1",
"lodash": "^4.17.21",
Expand Down
10 changes: 5 additions & 5 deletions packages/vue-server-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"url": "https://github.com/vuejs/vue/issues"
},
"dependencies": {
"chalk": "^1.1.3",
"hash-sum": "^1.0.2",
"he": "^1.1.0",
"chalk": "^4.0.0",
"hash-sum": "^2.0.0",
"he": "^1.2.0",
"lodash.template": "^4.5.0",
"lodash.uniq": "^4.5.0",
"resolve": "^1.2.0",
"serialize-javascript": "^3.1.0",
"resolve": "^1.22.0",
"serialize-javascript": "^6.0.0",
"source-map": "0.5.6"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-template-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"homepage": "https://github.com/vuejs/vue/tree/dev/packages/vue-template-compiler#readme",
"dependencies": {
"he": "^1.1.0",
"he": "^1.2.0",
"de-indent": "^1.0.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3421db3

Please sign in to comment.