Skip to content

Commit

Permalink
package.json: Updated deps. (#22461)
Browse files Browse the repository at this point in the history
  • Loading branch information
linbingquan committed Aug 30, 2021
1 parent 8520832 commit 2297ced
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 42 deletions.
70 changes: 35 additions & 35 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -104,23 +104,23 @@
},
"homepage": "https://threejs.org/",
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/eslint-parser": "^7.14.7",
"@babel/core": "^7.15.0",
"@babel/eslint-parser": "^7.15.0",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/preset-env": "^7.14.8",
"@babel/preset-env": "^7.15.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"chalk": "^4.1.2",
"concurrently": "^6.2.0",
"eslint": "^7.31.0",
"concurrently": "^6.2.1",
"eslint": "^7.32.0",
"eslint-config-mdcs": "^5.0.0",
"eslint-plugin-html": "^6.1.2",
"glob": "^7.1.7",
"rollup": "^2.55.1",
"rollup": "^2.56.3",
"rollup-plugin-filesize": "^9.1.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-visualizer": "^5.5.2",
"servez": "^1.11.0"
"servez": "^1.11.1"
},
"jspm": {
"files": [
Expand Down

0 comments on commit 2297ced

Please sign in to comment.