]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
build: add tslib
authorEvan You <yyx990803@gmail.com>
Tue, 2 Nov 2021 05:56:17 +0000 (13:56 +0800)
committerEvan You <yyx990803@gmail.com>
Tue, 2 Nov 2021 05:56:33 +0000 (13:56 +0800)
package.json
pnpm-lock.yaml

index 6ef84114cf2e0d38f7828f61e970d4097ae3b396..ddf5a05115789879d2202d31cfb5680877be5fe2 100644 (file)
     "node": ">=16.5.0"
   },
   "devDependencies": {
-    "vue": "workspace:*",
-    "@vue/runtime-dom": "workspace:*",
-    "@vue/runtime-core": "workspace:*",
-    "@vue/reactivity": "workspace:*",
     "@babel/types": "^7.12.0",
     "@microsoft/api-extractor": "^7.15.1",
     "@rollup/plugin-commonjs": "^18.0.0",
@@ -59,6 +55,9 @@
     "@types/node": "^16.4.7",
     "@types/puppeteer": "^5.0.0",
     "@typescript-eslint/parser": "^4.1.1",
+    "@vue/reactivity": "workspace:*",
+    "@vue/runtime-core": "workspace:*",
+    "@vue/runtime-dom": "workspace:*",
     "brotli": "^1.3.2",
     "chalk": "^4.1.0",
     "conventional-changelog-cli": "^2.0.31",
@@ -69,6 +68,8 @@
     "fs-extra": "^9.0.1",
     "jest": "^27.1.0",
     "lint-staged": "^10.2.10",
+    "lodash": "^4.17.15",
+    "marked": "^0.7.0",
     "minimist": "^1.2.0",
     "npm-run-all": "^4.1.5",
     "prettier": "^2.3.1",
     "rollup-plugin-typescript2": "^0.27.2",
     "semver": "^7.3.2",
     "serve": "^12.0.0",
+    "todomvc-app-css": "^2.3.0",
+    "tslib": "^2.3.1",
     "ts-jest": "^27.0.5",
     "typescript": "^4.2.2",
-    "yorkie": "^2.0.0",
-    "lodash": "^4.17.15",
-    "marked": "^0.7.0",
-    "todomvc-app-css": "^2.3.0",
-    "vite": "^2.6.0"
+    "vite": "^2.6.0",
+    "vue": "workspace:*",
+    "yorkie": "^2.0.0"
   }
 }
index 7d44546e4dd7e1bebd20dbf4aedfc2f9ab83cf75..ad65c9eb054d59a4657890ecca92b44a34a8e8d0 100644 (file)
@@ -44,6 +44,7 @@ importers:
       serve: ^12.0.0
       todomvc-app-css: ^2.3.0
       ts-jest: ^27.0.5
+      tslib: ^2.3.1
       typescript: ^4.2.2
       vite: ^2.6.0
       vue: workspace:*
@@ -89,6 +90,7 @@ importers:
       serve: 12.0.1
       todomvc-app-css: 2.4.1
       ts-jest: 27.0.5_c167855b7a039eaaa2a6b38847c1969c
+      tslib: 2.3.1
       typescript: 4.4.3
       vite: 2.6.5
       vue: link:packages/vue
@@ -6532,6 +6534,10 @@ packages:
     resolution: {integrity: sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==}
     dev: true
 
+  /tslib/2.3.1:
+    resolution: {integrity: sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==}
+    dev: true
+
   /tsutils/3.21.0_typescript@4.4.3:
     resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==}
     engines: {node: '>= 6'}