소스 검색

Merge pull request #20564 from linbingquan/dev-package

package.json: updated deps
Mr.doob 4 년 전
부모
커밋
eaa878f1ce
2개의 변경된 파일395개의 추가작업 그리고 269개의 파일을 삭제
  1. 387 261
      package-lock.json
  2. 8 8
      package.json

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 387 - 261
package-lock.json


+ 8 - 8
package.json

@@ -90,20 +90,20 @@
   },
   "homepage": "https://threejs.org/",
   "devDependencies": {
-    "@babel/core": "^7.11.6",
-    "@babel/plugin-proposal-class-properties": "^7.10.4",
-    "@babel/preset-env": "^7.11.5",
+    "@babel/core": "^7.12.3",
+    "@babel/plugin-proposal-class-properties": "^7.12.1",
+    "@babel/preset-env": "^7.12.1",
     "@rollup/plugin-babel": "^5.2.1",
-    "@typescript-eslint/eslint-plugin": "^4.0.0",
-    "@typescript-eslint/parser": "^4.0.0",
+    "@typescript-eslint/eslint-plugin": "^4.6.0",
+    "@typescript-eslint/parser": "^4.6.0",
     "concurrently": "^5.3.0",
-    "eslint": "^7.6.0",
+    "eslint": "^7.12.1",
     "eslint-config-mdcs": "^5.0.0",
     "eslint-plugin-html": "^6.0.3",
     "http-server": "^0.12.3",
-    "rollup": "^2.28.1",
+    "rollup": "^2.32.1",
     "rollup-plugin-terser": "^7.0.2",
-    "typescript": "^4.0.2"
+    "typescript": "^4.0.5"
   },
   "jspm": {
     "files": [

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.