|
64 | 64 | "test:update": "jest -u"
|
65 | 65 | },
|
66 | 66 | "dependencies": {
|
67 |
| - "@babel/core": "^7.15.0", |
68 |
| - "@babel/generator": "^7.15.0", |
69 |
| - "@babel/parser": "^7.15.3", |
70 |
| - "@babel/traverse": "^7.15.0", |
71 |
| - "@babel/types": "^7.15.0", |
72 |
| - "@vue/ref-transform": "^3.2.6", |
73 |
| - "@vue/shared": "^3.2.6", |
| 67 | + "@babel/core": "^7.15.5", |
| 68 | + "@babel/generator": "^7.15.4", |
| 69 | + "@babel/parser": "^7.15.6", |
| 70 | + "@babel/traverse": "^7.15.4", |
| 71 | + "@babel/types": "^7.15.6", |
| 72 | + "@vue/ref-transform": "^3.2.11", |
| 73 | + "@vue/shared": "^3.2.11", |
74 | 74 | "defu": "^5.0.0",
|
75 |
| - "htmlparser2": "^6.1.0", |
| 75 | + "htmlparser2": "^7.1.2", |
76 | 76 | "magic-string": "^0.25.7",
|
77 |
| - "unplugin": "^0.2.7" |
| 77 | + "unplugin": "^0.2.9" |
78 | 78 | },
|
79 | 79 | "devDependencies": {
|
80 |
| - "@antfu/eslint-config": "^0.7.0", |
81 |
| - "@antfu/ni": "^0.7.0", |
| 80 | + "@antfu/eslint-config": "^0.9.0", |
| 81 | + "@antfu/ni": "^0.9.3", |
82 | 82 | "@antfu/utils": "^0.3.0",
|
83 | 83 | "@rollup/pluginutils": "^4.1.1",
|
84 | 84 | "@types/jest": "^27.0.1",
|
85 |
| - "@types/node": "^16.7.10", |
86 |
| - "@vue/composition-api": "^1.1.4", |
87 |
| - "@vue/runtime-dom": "^3.2.6", |
88 |
| - "bumpp": "^6.0.6", |
| 85 | + "@types/node": "^16.9.1", |
| 86 | + "@vue/composition-api": "^1.1.5", |
| 87 | + "@vue/runtime-dom": "^3.2.11", |
| 88 | + "bumpp": "^7.1.1", |
89 | 89 | "eslint": "^7.32.0",
|
90 | 90 | "eslint-plugin-jest": "^24.4.0",
|
91 | 91 | "esno": "^0.9.1",
|
92 | 92 | "fast-glob": "^3.2.7",
|
93 |
| - "jest": "^27.1.0", |
| 93 | + "jest": "^27.2.0", |
94 | 94 | "log-editor": "^0.1.0",
|
95 | 95 | "pug": "^3.0.2",
|
96 | 96 | "rimraf": "^3.0.2",
|
97 | 97 | "ts-jest": "^27.0.5",
|
98 |
| - "tsup": "^4.14.0", |
99 |
| - "typescript": "^4.4.2", |
100 |
| - "vite": "^2.5.3" |
| 98 | + "tsup": "^5.0.0", |
| 99 | + "typescript": "^4.4.3", |
| 100 | + "vite": "^2.5.7" |
101 | 101 | },
|
102 | 102 | "optionalDependencies": {
|
103 |
| - "pug": "^3.0.0" |
| 103 | + "pug": "^3.0.2" |
104 | 104 | }
|
105 | 105 | }
|
0 commit comments