diff --git a/package.json b/package.json index 6ef84114..ddf5a051 100644 --- a/package.json +++ b/package.json @@ -44,10 +44,6 @@ "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", @@ -81,12 +82,12 @@ "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" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7d44546e..ad65c9eb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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'}