Skip to content

Commit 34e6176

Browse files
committed
build: add tslib
1 parent 4dd8588 commit 34e6176

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

package.json

+10-9
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@
4444
"node": ">=16.5.0"
4545
},
4646
"devDependencies": {
47-
"vue": "workspace:*",
48-
"@vue/runtime-dom": "workspace:*",
49-
"@vue/runtime-core": "workspace:*",
50-
"@vue/reactivity": "workspace:*",
5147
"@babel/types": "^7.12.0",
5248
"@microsoft/api-extractor": "^7.15.1",
5349
"@rollup/plugin-commonjs": "^18.0.0",
@@ -59,6 +55,9 @@
5955
"@types/node": "^16.4.7",
6056
"@types/puppeteer": "^5.0.0",
6157
"@typescript-eslint/parser": "^4.1.1",
58+
"@vue/reactivity": "workspace:*",
59+
"@vue/runtime-core": "workspace:*",
60+
"@vue/runtime-dom": "workspace:*",
6261
"brotli": "^1.3.2",
6362
"chalk": "^4.1.0",
6463
"conventional-changelog-cli": "^2.0.31",
@@ -69,6 +68,8 @@
6968
"fs-extra": "^9.0.1",
7069
"jest": "^27.1.0",
7170
"lint-staged": "^10.2.10",
71+
"lodash": "^4.17.15",
72+
"marked": "^0.7.0",
7273
"minimist": "^1.2.0",
7374
"npm-run-all": "^4.1.5",
7475
"prettier": "^2.3.1",
@@ -81,12 +82,12 @@
8182
"rollup-plugin-typescript2": "^0.27.2",
8283
"semver": "^7.3.2",
8384
"serve": "^12.0.0",
85+
"todomvc-app-css": "^2.3.0",
86+
"tslib": "^2.3.1",
8487
"ts-jest": "^27.0.5",
8588
"typescript": "^4.2.2",
86-
"yorkie": "^2.0.0",
87-
"lodash": "^4.17.15",
88-
"marked": "^0.7.0",
89-
"todomvc-app-css": "^2.3.0",
90-
"vite": "^2.6.0"
89+
"vite": "^2.6.0",
90+
"vue": "workspace:*",
91+
"yorkie": "^2.0.0"
9192
}
9293
}

pnpm-lock.yaml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)