|
72 | 72 | "test:update": "vitest -u"
|
73 | 73 | },
|
74 | 74 | "peerDependencies": {
|
75 |
| - "@vue/composition-api": "^1.4.3", |
| 75 | + "@vue/composition-api": "*", |
76 | 76 | "@vue/runtime-dom": "^3.2.31",
|
77 | 77 | "pug": "^3.0.2"
|
78 | 78 | },
|
|
82 | 82 | }
|
83 | 83 | },
|
84 | 84 | "dependencies": {
|
85 |
| - "@antfu/utils": "^0.5.0", |
86 |
| - "@babel/core": "^7.17.5", |
87 |
| - "@babel/generator": "^7.17.3", |
88 |
| - "@babel/parser": "^7.17.3", |
89 |
| - "@babel/traverse": "^7.17.3", |
90 |
| - "@babel/types": "^7.17.0", |
91 |
| - "@rollup/pluginutils": "^4.1.2", |
92 |
| - "@vue/compiler-core": "^3.2.31", |
93 |
| - "@vue/compiler-dom": "^3.2.31", |
94 |
| - "@vue/reactivity-transform": "^3.2.31", |
95 |
| - "@vue/shared": "^3.2.31", |
96 |
| - "defu": "^5.0.1", |
97 |
| - "magic-string": "^0.25.7", |
98 |
| - "unplugin": "^0.3.2" |
| 85 | + "@antfu/utils": "^0.5.2", |
| 86 | + "@babel/core": "^7.18.0", |
| 87 | + "@babel/generator": "^7.18.0", |
| 88 | + "@babel/parser": "^7.18.0", |
| 89 | + "@babel/traverse": "^7.18.0", |
| 90 | + "@babel/types": "^7.18.0", |
| 91 | + "@rollup/pluginutils": "^4.2.1", |
| 92 | + "@vue/compiler-core": "^3.2.36", |
| 93 | + "@vue/compiler-dom": "^3.2.36", |
| 94 | + "@vue/reactivity-transform": "^3.2.36", |
| 95 | + "@vue/shared": "^3.2.36", |
| 96 | + "defu": "^6.0.0", |
| 97 | + "magic-string": "^0.26.2", |
| 98 | + "unplugin": "^0.6.3" |
99 | 99 | },
|
100 | 100 | "devDependencies": {
|
101 |
| - "@antfu/eslint-config": "^0.16.1", |
102 |
| - "@antfu/ni": "^0.13.2", |
| 101 | + "@antfu/eslint-config": "^0.23.1", |
| 102 | + "@antfu/ni": "^0.16.2", |
103 | 103 | "@rollup/plugin-alias": "^3.1.9",
|
104 |
| - "@rollup/plugin-commonjs": "^21.0.2", |
| 104 | + "@rollup/plugin-commonjs": "^22.0.0", |
105 | 105 | "@rollup/plugin-json": "^4.1.0",
|
106 |
| - "@rollup/plugin-node-resolve": "^13.1.3", |
107 |
| - "@types/babel__core": "^7.1.18", |
| 106 | + "@rollup/plugin-node-resolve": "^13.3.0", |
| 107 | + "@types/babel__core": "^7.1.19", |
108 | 108 | "@types/estree": "^0.0.51",
|
109 |
| - "@types/node": "^17.0.21", |
| 109 | + "@types/node": "^17.0.35", |
110 | 110 | "@types/pug": "^2.0.6",
|
111 |
| - "@types/ws": "^8.5.0", |
112 |
| - "@vue/composition-api": "^1.4.6", |
113 |
| - "@vue/runtime-dom": "^3.2.31", |
| 111 | + "@types/ws": "^8.5.3", |
| 112 | + "@vue/composition-api": "^1.6.2", |
| 113 | + "@vue/runtime-dom": "^3.2.36", |
114 | 114 | "bumpp": "^7.1.1",
|
115 |
| - "eslint": "^8.9.0", |
| 115 | + "eslint": "^8.16.0", |
116 | 116 | "fast-glob": "^3.2.11",
|
117 | 117 | "pug": "^3.0.2",
|
118 | 118 | "rimraf": "^3.0.2",
|
119 |
| - "rollup": "^2.68.0", |
120 |
| - "rollup-plugin-dts": "^4.1.0", |
| 119 | + "rollup": "^2.74.1", |
| 120 | + "rollup-plugin-dts": "^4.2.1", |
121 | 121 | "rollup-plugin-typescript2": "^0.31.2",
|
122 |
| - "typescript": "^4.5.5", |
123 |
| - "vite": "^2.8.4", |
124 |
| - "vitest": "0.5.4" |
| 122 | + "typescript": "^4.7.2", |
| 123 | + "vite": "^2.9.9", |
| 124 | + "vitest": "^0.12.9" |
125 | 125 | },
|
126 | 126 | "pnpm": {
|
127 | 127 | "overrides": {
|
|
0 commit comments