|
44 | 44 | "@babel/parser": "^7.16.10",
|
45 | 45 | "@babel/plugin-proposal-class-properties": "^7.16.7",
|
46 | 46 | "@babel/plugin-proposal-decorators": "^7.16.7",
|
| 47 | + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5", |
| 48 | + "@babel/plugin-proposal-object-rest-spread": "^7.15.6", |
| 49 | + "@babel/plugin-proposal-optional-chaining": "^7.14.2", |
| 50 | + "@babel/plugin-transform-arrow-functions": "^7.14.5", |
| 51 | + "@babel/plugin-transform-block-scoping": "^7.14.5", |
| 52 | + "@babel/plugin-transform-computed-properties": "^7.14.5", |
| 53 | + "@babel/plugin-transform-destructuring": "^7.14.5", |
| 54 | + "@babel/plugin-transform-parameters": "^7.14.5", |
| 55 | + "@babel/plugin-transform-spread": "^7.14.5", |
47 | 56 | "@babel/plugin-transform-typescript": "^7.16.8",
|
48 | 57 | "@rollup/pluginutils": "^4.1.1",
|
49 | 58 | "@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",
|
|
59 | 68 | "rollup": "^2.58.0",
|
60 | 69 | "slash": "^3.0.0",
|
61 | 70 | "source-map": "^0.7.3",
|
62 |
| - "vue-template-es2015-compiler": "^1.9.1" |
| 71 | + "vue-template-babel-compiler": "^1.1.3" |
63 | 72 | },
|
64 | 73 | "peerDependencies": {
|
65 | 74 | "vite": "^2.0.0-beta.23",
|
|
70 | 79 | "@types/debug": "^4.1.7",
|
71 | 80 | "@types/fs-extra": "^9.0.13",
|
72 | 81 | "@types/hash-sum": "^1.0.0",
|
73 |
| - "@types/jest": "^27.0.2", |
| 82 | + "@types/jest": "^27.4.1", |
74 | 83 | "@types/node": "^16.10.3",
|
75 |
| - "@types/puppeteer": "^5.4.4", |
| 84 | + "@types/puppeteer": "^5.4.5", |
76 | 85 | "bumpp": "^7.1.1",
|
77 | 86 | "conventional-changelog-cli": "^2.1.1",
|
78 | 87 | "execa": "^4.1.0",
|
79 |
| - "jest": "^26.6.3", |
| 88 | + "jest": "^27.5.1", |
80 | 89 | "lint-staged": "^10.5.4",
|
81 |
| - "puppeteer": "^10.4.0", |
82 |
| - "ts-jest": "^26.5.6", |
83 |
| - "typescript": "^4.4.3", |
84 |
| - "vite": "^2.7.10", |
| 90 | + "puppeteer": "^13.5.1", |
| 91 | + "ts-jest": "^27.1.3", |
| 92 | + "typescript": "^4.6.2", |
| 93 | + "vite": "^2.8.6", |
85 | 94 | "vue-template-compiler": "^2.6.14",
|
86 | 95 | "yorkie": "^2.0.0"
|
87 | 96 | }
|
|
0 commit comments