Skip to content

Commit 24c8fef

Browse files
committed
chore: update deps
1 parent 93c079d commit 24c8fef

3 files changed

Lines changed: 225 additions & 216 deletions

File tree

examples/vite-vue-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"typescript": "^5.2.2",
1717
"unplugin-preprocessor-directives": "workspace:*",
1818
"vite": "^4.4.9",
19-
"vue-tsc": "^1.8.11"
19+
"vue-tsc": "^1.8.15"
2020
}
2121
}

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-preprocessor-directives",
33
"type": "module",
44
"version": "0.0.6",
5-
"packageManager": "pnpm@8.7.6",
5+
"packageManager": "pnpm@8.8.0",
66
"description": "",
77
"license": "MIT",
88
"homepage": "https://github.com/kejunmao/unplugin-preprocessor-directives#readme",
@@ -135,22 +135,22 @@
135135
"xregexp": "^5.1.1"
136136
},
137137
"devDependencies": {
138-
"@antfu/eslint-config": "^0.42.0",
139-
"@nuxt/kit": "^3.7.3",
140-
"@nuxt/schema": "^3.7.3",
141-
"@types/node": "^20.6.2",
138+
"@antfu/eslint-config": "^0.42.1",
139+
"@nuxt/kit": "^3.7.4",
140+
"@nuxt/schema": "^3.7.4",
141+
"@types/node": "^20.7.1",
142142
"bumpp": "^9.2.0",
143143
"chalk": "^5.3.0",
144-
"eslint": "^8.49.0",
144+
"eslint": "^8.50.0",
145145
"esno": "^0.17.0",
146146
"fast-glob": "^3.3.1",
147147
"nodemon": "^3.0.1",
148-
"rimraf": "^5.0.1",
149-
"rollup": "^3.29.2",
148+
"rimraf": "^5.0.5",
149+
"rollup": "^3.29.4",
150150
"tsup": "^7.2.0",
151151
"typescript": "^5.2.2",
152152
"vite": "^4.4.9",
153-
"vitest": "^0.34.4",
153+
"vitest": "^0.34.5",
154154
"webpack": "^5.88.2"
155155
}
156156
}

0 commit comments

Comments
 (0)