nextia 7.0.4 → 7.0.5

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 +8 -8
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "nextia",
3
3
  "description": "Create fast web applications",
4
- "version": "7.0.4",
4
+ "version": "7.0.5",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "engines": {
@@ -27,7 +27,7 @@
27
27
  ".": "./src/lib/index.js"
28
28
  },
29
29
  "scripts": {
30
- "clean": "rm -fr my-app node_modules package-lock.json .coverage out",
30
+ "clean": "rm -fr node_modules .coverage out package-lock.json",
31
31
  "format": "biome format",
32
32
  "lint": "biome lint src",
33
33
  "check": "biome check --reporter=summary src",
@@ -37,13 +37,13 @@
37
37
  "test:coverage": "vitest run --silent --coverage"
38
38
  },
39
39
  "peerDependencies": {
40
- "react": "^19.2.3",
41
- "react-dom": "^19.2.3"
40
+ "react": "^19.0.0",
41
+ "react-dom": "^19.0.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@vitejs/plugin-react": "^6.0.1",
45
- "@vitest/coverage-v8": "^4.1.2",
46
- "jsdom": "^29.0.1",
47
- "vitest": "^4.1.2"
44
+ "@vitejs/plugin-react": "6.0.1",
45
+ "@vitest/coverage-v8": "4.1.2",
46
+ "jsdom": "29.0.1",
47
+ "vitest": "4.1.2"
48
48
  }
49
49
  }