chore: bump typescript deps
This commit is contained in:
parent
1414f17490
commit
9bcfcac993
@ -58,7 +58,7 @@
|
||||
"@types/jest": "^27.0.1",
|
||||
"@types/node": "^16.4.7",
|
||||
"@types/puppeteer": "^5.0.0",
|
||||
"@typescript-eslint/parser": "^4.1.1",
|
||||
"@typescript-eslint/parser": "^5.23.0",
|
||||
"@vue/reactivity": "workspace:*",
|
||||
"@vue/runtime-core": "workspace:*",
|
||||
"@vue/runtime-dom": "workspace:*",
|
||||
@ -89,8 +89,8 @@
|
||||
"serve": "^12.0.0",
|
||||
"todomvc-app-css": "^2.3.0",
|
||||
"ts-jest": "^27.0.5",
|
||||
"tslib": "^2.3.1",
|
||||
"typescript": "^4.2.2",
|
||||
"tslib": "^2.4.0",
|
||||
"typescript": "^4.6.4",
|
||||
"vite": "^2.9.0",
|
||||
"vue": "workspace:*",
|
||||
"yorkie": "^2.0.0"
|
||||
|
101
pnpm-lock.yaml
101
pnpm-lock.yaml
@ -15,7 +15,7 @@ importers:
|
||||
'@types/jest': ^27.0.1
|
||||
'@types/node': ^16.4.7
|
||||
'@types/puppeteer': ^5.0.0
|
||||
'@typescript-eslint/parser': ^4.1.1
|
||||
'@typescript-eslint/parser': ^5.23.0
|
||||
'@vue/reactivity': workspace:*
|
||||
'@vue/runtime-core': workspace:*
|
||||
'@vue/runtime-dom': workspace:*
|
||||
@ -46,8 +46,8 @@ importers:
|
||||
serve: ^12.0.0
|
||||
todomvc-app-css: ^2.3.0
|
||||
ts-jest: ^27.0.5
|
||||
tslib: ^2.3.1
|
||||
typescript: ^4.2.2
|
||||
tslib: ^2.4.0
|
||||
typescript: ^4.6.4
|
||||
vite: ^2.9.0
|
||||
vue: workspace:*
|
||||
yorkie: ^2.0.0
|
||||
@ -63,7 +63,7 @@ importers:
|
||||
'@types/jest': 27.0.3
|
||||
'@types/node': 16.11.12
|
||||
'@types/puppeteer': 5.4.4
|
||||
'@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.5.3
|
||||
'@typescript-eslint/parser': 5.23.0_eslint@7.32.0+typescript@4.6.4
|
||||
'@vue/reactivity': link:packages/reactivity
|
||||
'@vue/runtime-core': link:packages/runtime-core
|
||||
'@vue/runtime-dom': link:packages/runtime-dom
|
||||
@ -89,13 +89,13 @@ importers:
|
||||
rollup-plugin-node-globals: 1.4.0
|
||||
rollup-plugin-polyfill-node: 0.6.2_rollup@2.38.5
|
||||
rollup-plugin-terser: 7.0.2_rollup@2.38.5
|
||||
rollup-plugin-typescript2: 0.27.3_rollup@2.38.5+typescript@4.5.3
|
||||
rollup-plugin-typescript2: 0.27.3_rollup@2.38.5+typescript@4.6.4
|
||||
semver: 7.3.5
|
||||
serve: 12.0.1
|
||||
todomvc-app-css: 2.4.1
|
||||
ts-jest: 27.1.1_044236483439d51e55e98a1311368c5f
|
||||
tslib: 2.3.1
|
||||
typescript: 4.5.3
|
||||
ts-jest: 27.1.1_2afc78609cda1ff8b69f87fc5df4898b
|
||||
tslib: 2.4.0
|
||||
typescript: 4.6.4
|
||||
vite: 2.9.1
|
||||
vue: link:packages/vue
|
||||
yorkie: 2.0.0
|
||||
@ -1207,66 +1207,66 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@typescript-eslint/parser/4.33.0_eslint@7.32.0+typescript@4.5.3:
|
||||
resolution: {integrity: sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==}
|
||||
engines: {node: ^10.12.0 || >=12.0.0}
|
||||
/@typescript-eslint/parser/5.23.0_eslint@7.32.0+typescript@4.6.4:
|
||||
resolution: {integrity: sha512-V06cYUkqcGqpFjb8ttVgzNF53tgbB/KoQT/iB++DOIExKmzI9vBJKjZKt/6FuV9c+zrDsvJKbJ2DOCYwX91cbw==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^5.0.0 || ^6.0.0 || ^7.0.0
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
typescript: '*'
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 4.33.0
|
||||
'@typescript-eslint/types': 4.33.0
|
||||
'@typescript-eslint/typescript-estree': 4.33.0_typescript@4.5.3
|
||||
'@typescript-eslint/scope-manager': 5.23.0
|
||||
'@typescript-eslint/types': 5.23.0
|
||||
'@typescript-eslint/typescript-estree': 5.23.0_typescript@4.6.4
|
||||
debug: 4.3.3
|
||||
eslint: 7.32.0
|
||||
typescript: 4.5.3
|
||||
typescript: 4.6.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/scope-manager/4.33.0:
|
||||
resolution: {integrity: sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==}
|
||||
engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1}
|
||||
/@typescript-eslint/scope-manager/5.23.0:
|
||||
resolution: {integrity: sha512-EhjaFELQHCRb5wTwlGsNMvzK9b8Oco4aYNleeDlNuL6qXWDF47ch4EhVNPh8Rdhf9tmqbN4sWDk/8g+Z/J8JVw==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 4.33.0
|
||||
'@typescript-eslint/visitor-keys': 4.33.0
|
||||
'@typescript-eslint/types': 5.23.0
|
||||
'@typescript-eslint/visitor-keys': 5.23.0
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/types/4.33.0:
|
||||
resolution: {integrity: sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==}
|
||||
engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1}
|
||||
/@typescript-eslint/types/5.23.0:
|
||||
resolution: {integrity: sha512-NfBsV/h4dir/8mJwdZz7JFibaKC3E/QdeMEDJhiAE3/eMkoniZ7MjbEMCGXw6MZnZDMN3G9S0mH/6WUIj91dmw==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/typescript-estree/4.33.0_typescript@4.5.3:
|
||||
resolution: {integrity: sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==}
|
||||
engines: {node: ^10.12.0 || >=12.0.0}
|
||||
/@typescript-eslint/typescript-estree/5.23.0_typescript@4.6.4:
|
||||
resolution: {integrity: sha512-xE9e0lrHhI647SlGMl+m+3E3CKPF1wzvvOEWnuE3CCjjT7UiRnDGJxmAcVKJIlFgK6DY9RB98eLr1OPigPEOGg==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 4.33.0
|
||||
'@typescript-eslint/visitor-keys': 4.33.0
|
||||
'@typescript-eslint/types': 5.23.0
|
||||
'@typescript-eslint/visitor-keys': 5.23.0
|
||||
debug: 4.3.3
|
||||
globby: 11.0.4
|
||||
is-glob: 4.0.3
|
||||
semver: 7.3.5
|
||||
tsutils: 3.21.0_typescript@4.5.3
|
||||
typescript: 4.5.3
|
||||
tsutils: 3.21.0_typescript@4.6.4
|
||||
typescript: 4.6.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/visitor-keys/4.33.0:
|
||||
resolution: {integrity: sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==}
|
||||
engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1}
|
||||
/@typescript-eslint/visitor-keys/5.23.0:
|
||||
resolution: {integrity: sha512-Vd4mFNchU62sJB8pX19ZSPog05B0Y0CE2UxAZPT5k4iqhRYjPnqyY3woMxCd0++t9OTqkgjST+1ydLBi7e2Fvg==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 4.33.0
|
||||
eslint-visitor-keys: 2.1.0
|
||||
'@typescript-eslint/types': 5.23.0
|
||||
eslint-visitor-keys: 3.3.0
|
||||
dev: true
|
||||
|
||||
/@vitejs/plugin-vue/1.10.2_vite@2.7.1:
|
||||
@ -1367,7 +1367,7 @@ packages:
|
||||
resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==}
|
||||
engines: {node: '>= 6.0.0'}
|
||||
dependencies:
|
||||
debug: 4.3.1
|
||||
debug: 4.3.3
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
@ -3018,6 +3018,11 @@ packages:
|
||||
engines: {node: '>=10'}
|
||||
dev: true
|
||||
|
||||
/eslint-visitor-keys/3.3.0:
|
||||
resolution: {integrity: sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dev: true
|
||||
|
||||
/eslint/7.32.0:
|
||||
resolution: {integrity: sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==}
|
||||
engines: {node: ^10.12.0 || >=12.0.0}
|
||||
@ -6170,7 +6175,7 @@ packages:
|
||||
- acorn
|
||||
dev: true
|
||||
|
||||
/rollup-plugin-typescript2/0.27.3_rollup@2.38.5+typescript@4.5.3:
|
||||
/rollup-plugin-typescript2/0.27.3_rollup@2.38.5+typescript@4.6.4:
|
||||
resolution: {integrity: sha512-gmYPIFmALj9D3Ga1ZbTZAKTXq1JKlTQBtj299DXhqYz9cL3g/AQfUvbb2UhH+Nf++cCq941W2Mv7UcrcgLzJJg==}
|
||||
peerDependencies:
|
||||
rollup: '>=1.26.3'
|
||||
@ -6182,7 +6187,7 @@ packages:
|
||||
resolve: 1.17.0
|
||||
rollup: 2.38.5
|
||||
tslib: 2.0.1
|
||||
typescript: 4.5.3
|
||||
typescript: 4.6.4
|
||||
dev: true
|
||||
|
||||
/rollup-pluginutils/2.8.2:
|
||||
@ -6807,7 +6812,7 @@ packages:
|
||||
engines: {node: '>=8'}
|
||||
dev: true
|
||||
|
||||
/ts-jest/27.1.1_044236483439d51e55e98a1311368c5f:
|
||||
/ts-jest/27.1.1_2afc78609cda1ff8b69f87fc5df4898b:
|
||||
resolution: {integrity: sha512-Ds0VkB+cB+8g2JUmP/GKWndeZcCKrbe6jzolGrVWdqVUFByY/2KDHqxJ7yBSon7hDB1TA4PXxjfZ+JjzJisvgA==}
|
||||
engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
|
||||
hasBin: true
|
||||
@ -6838,7 +6843,7 @@ packages:
|
||||
lodash.memoize: 4.1.2
|
||||
make-error: 1.3.6
|
||||
semver: 7.3.5
|
||||
typescript: 4.5.3
|
||||
typescript: 4.6.4
|
||||
yargs-parser: 20.2.9
|
||||
dev: true
|
||||
|
||||
@ -6854,18 +6859,18 @@ packages:
|
||||
resolution: {integrity: sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==}
|
||||
dev: true
|
||||
|
||||
/tslib/2.3.1:
|
||||
resolution: {integrity: sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==}
|
||||
/tslib/2.4.0:
|
||||
resolution: {integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==}
|
||||
dev: true
|
||||
|
||||
/tsutils/3.21.0_typescript@4.5.3:
|
||||
/tsutils/3.21.0_typescript@4.6.4:
|
||||
resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==}
|
||||
engines: {node: '>= 6'}
|
||||
peerDependencies:
|
||||
typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta'
|
||||
dependencies:
|
||||
tslib: 1.14.1
|
||||
typescript: 4.5.3
|
||||
typescript: 4.6.4
|
||||
dev: true
|
||||
|
||||
/type-check/0.3.2:
|
||||
@ -6932,6 +6937,12 @@ packages:
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
||||
/typescript/4.6.4:
|
||||
resolution: {integrity: sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==}
|
||||
engines: {node: '>=4.2.0'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
||||
/uglify-js/3.14.4:
|
||||
resolution: {integrity: sha512-AbiSR44J0GoCeV81+oxcy/jDOElO2Bx3d0MfQCUShq7JRXaM4KtQopZsq2vFv8bCq2yMaGrw1FgygUd03RyRDA==}
|
||||
engines: {node: '>=0.8.0'}
|
||||
|
Loading…
Reference in New Issue
Block a user