Skip to content

Commit a065e15

Browse files
committed
fix: remove deps fixtures
1 parent f55ce9d commit a065e15

File tree

4 files changed

+5
-375
lines changed

4 files changed

+5
-375
lines changed

packages/core/__tests__/fixtures/next/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"clean": "rm -rf .next node_modules package-lock.json"
99
},
1010
"dependencies": {
11-
"@austinserb/react-zero-ui": "file:/Users/austinserb/Desktop/React-Zero/react-zero-ui/dist/austinserb-react-zero-ui-1.0.18.tgz",
1211
"next": "^15.0.0",
1312
"react": "^18.2.0",
1413
"react-dom": "^18.2.0"

packages/core/__tests__/fixtures/vite/package.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,21 @@
66
"scripts": {
77
"dev": "vite",
88
"build": "tsc -b && vite build",
9-
"lint": "eslint .",
109
"preview": "vite preview",
1110
"clean": "rm -rf node_modules package-lock.json"
1211
},
1312
"dependencies": {
14-
"@austinserb/react-zero-ui": "file:/Users/austinserb/Desktop/React-Zero/react-zero-ui/dist/austinserb-react-zero-ui-1.0.18.tgz",
1513
"react": "^19.1.0",
1614
"react-dom": "^19.1.0"
1715
},
1816
"devDependencies": {
19-
"@eslint/js": "^9.25.0",
2017
"@tailwindcss/postcss": "^4.1.10",
2118
"@types/react": "^19.1.2",
2219
"@types/react-dom": "^19.1.2",
2320
"@vitejs/plugin-react": "^4.4.1",
24-
"eslint": "^9.25.0",
25-
"eslint-plugin-react-hooks": "^5.2.0",
26-
"eslint-plugin-react-refresh": "^0.4.19",
27-
"globals": "^16.0.0",
2821
"postcss": "^8.5.5",
2922
"tailwindcss": "^4.1.10",
3023
"typescript": "~5.8.3",
31-
"typescript-eslint": "^8.30.1",
3224
"vite": "^6.3.5"
3325
}
3426
}

packages/core/package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,8 @@
3737
"test:vite": "playwright test -c __tests__/config/playwright.vite.config.js",
3838
"test:unit": "node --test __tests__/unit/index.test.cjs",
3939
"test:cli": "node --test __tests__/unit/cli.test.cjs",
40-
"test:all": "pnpm run test:next && pnpm run test:vite && pnpm run test:unit && pnpm run test:cli",
41-
"test": "pnpm run test:all",
42-
"lint": "eslint ."
40+
"test:all": "pnpm run test:vite && pnpm run test:next && pnpm run test:unit && pnpm run test:cli",
41+
"test": "pnpm run test:all"
4342
},
4443
"keywords": [
4544
"react",
@@ -70,10 +69,10 @@
7069
"node": ">=18.0.0"
7170
},
7271
"peerDependencies": {
73-
"postcss": "^8.4.27",
72+
"postcss": "^8.5.5",
7473
"react": ">=16.8.0",
75-
"tailwindcss": "^4.0.0",
76-
"@tailwindcss/postcss": "^4.1.8"
74+
"tailwindcss": "^4.1.10",
75+
"@tailwindcss/postcss": "^4.1.10"
7776
},
7877
"dependencies": {
7978
"@babel/generator": "^7.27.5",

0 commit comments

Comments
 (0)