Skip to content

Commit d1e488c

Browse files
committed
yay
1 parent ab1a595 commit d1e488c

File tree

87 files changed

+1633
-1900
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+1633
-1900
lines changed

epicshop/epic-me/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,28 +21,28 @@
2121
},
2222
"dependencies": {
2323
"zod": "^3.25.67",
24-
"isbot": "^5.1.29",
24+
"isbot": "^5.1.30",
2525
"react": "^19.1.1",
2626
"react-dom": "^19.1.1",
27-
"react-router": "^7.8.0"
27+
"react-router": "^7.8.2"
2828
},
2929
"devDependencies": {
30-
"@cloudflare/vite-plugin": "^1.11.2",
30+
"@cloudflare/vite-plugin": "^1.12.2",
3131
"@epic-web/config": "^1.21.3",
32-
"@react-router/dev": "^7.8.0",
33-
"@tailwindcss/vite": "^4.1.11",
32+
"@react-router/dev": "^7.8.2",
33+
"@tailwindcss/vite": "^4.1.12",
3434
"@types/node": "^24",
35-
"@types/react": "^19.1.9",
36-
"@types/react-dom": "^19.1.7",
37-
"eslint": "^9.33.0",
35+
"@types/react": "^19.1.12",
36+
"@types/react-dom": "^19.1.9",
37+
"eslint": "^9.34.0",
3838
"prettier": "^3.6.2",
3939
"prettier-plugin-tailwindcss": "^0.6.14",
40-
"tailwindcss": "^4.1.11",
40+
"tailwindcss": "^4.1.12",
4141
"typescript": "^5.9.2",
42-
"vite": "^7.1.1",
43-
"vite-plugin-devtools-json": "^0.4.1",
42+
"vite": "^7.1.4",
43+
"vite-plugin-devtools-json": "^1.0.0",
4444
"vite-tsconfig-paths": "^5.1.4",
45-
"wrangler": "^4.28.1"
45+
"wrangler": "^4.33.2"
4646
},
4747
"prettier": "@epic-web/config/prettier"
4848
}

epicshop/epic-me/tsconfig.node.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"extends": "./tsconfig.json",
3-
"include": ["vite.config.ts", "react-router.config.ts"],
3+
"include": ["vite.config.ts", "react-router.config.ts", "./test/**/*"],
44
"compilerOptions": {
55
"composite": true,
66
"strict": true,

0 commit comments

Comments
 (0)