unplugin-build-meta 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +13 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unplugin-build-meta",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Provide build metadata as a virutal module",
5
5
  "type": "module",
6
6
  "author": {
@@ -188,24 +188,24 @@
188
188
  "dependencies": {
189
189
  "git-url-parse": "^16.1.0",
190
190
  "simple-git": "^3.28.0",
191
- "unplugin": "^2.3.5"
191
+ "unplugin": "^2.3.9"
192
192
  },
193
193
  "devDependencies": {
194
- "@luxass/eslint-config": "^5.2.5",
195
- "@nuxt/kit": "^4.0.2",
196
- "@nuxt/schema": "^4.0.2",
197
- "@rspack/core": "^1.4.11",
194
+ "@luxass/eslint-config": "^5.3.0",
195
+ "@nuxt/kit": "^4.0.3",
196
+ "@nuxt/schema": "^4.0.3",
197
+ "@rspack/core": "^1.5.1",
198
198
  "@types/node": "^22.9.0",
199
- "esbuild": "^0.25.8",
200
- "eslint": "^9.32.0",
201
- "rolldown": "1.0.0-beta.30",
202
- "rollup": "^4.46.2",
199
+ "esbuild": "^0.25.9",
200
+ "eslint": "^9.34.0",
201
+ "rolldown": "1.0.0-beta.34",
202
+ "rollup": "^4.49.0",
203
203
  "tsup": "^8.5.0",
204
204
  "typescript": "^5.9.2",
205
- "vite": "^7.0.6",
205
+ "vite": "^7.1.3",
206
206
  "vitest": "^3.2.4",
207
- "vitest-testdirs": "^4.0.1",
208
- "webpack": "^5.101.0"
207
+ "vitest-testdirs": "^4.2.0",
208
+ "webpack": "^5.101.3"
209
209
  },
210
210
  "scripts": {
211
211
  "build": "tsup",