Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Dec 2, 2024
1 parent d078f1f commit a354af2
Show file tree
Hide file tree
Showing 7 changed files with 146 additions and 81 deletions.
2 changes: 1 addition & 1 deletion examples/lit-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@
},
"devDependencies": {
"typescript": "^5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.2"
}
}
4 changes: 2 additions & 2 deletions examples/preact-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@
"preact-render-to-string": "6.5.11"
},
"devDependencies": {
"@preact/preset-vite": "2.9.1",
"@preact/preset-vite": "2.9.2",
"eslint": "9.13.0",
"eslint-config-preact": "1.5.0",
"typescript": "5.7.2",
"vite": "5.4.11"
"vite": "6.0.2"
}
}
4 changes: 2 additions & 2 deletions examples/react-19/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@
"@eslint/js": "^9.11.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.13.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.9.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.7.0",
"vite": "^5.4.11"
"vite": "^6.0.2"
}
}
6 changes: 3 additions & 3 deletions examples/svelte-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,14 @@
"svelte-routing": "2.13.0"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "4.0.0-next.3",
"@sveltejs/vite-plugin-svelte": "5.0.1",
"@tsconfig/svelte": "5.0.4",
"@types/form-serialize": "0.7.4",
"svelte": "5.4.0",
"svelte-check": "4.1.0",
"tslib": "2.7.0",
"typescript": "5.7.2",
"vite": "5.4.11",
"vite-tsconfig-paths": "5.0.1"
"vite": "6.0.2",
"vite-tsconfig-paths": "5.1.3"
}
}
2 changes: 1 addition & 1 deletion examples/vanilla-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"typescript": "^5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.2"
},
"dependencies": {
"@internationalized/date": "3.6.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"tsx": "4.19.2",
"typescript": "5.7.2",
"vercel-submodules": "1.0.10",
"vite": "5.4.11",
"vite": "6.0.2",
"vite-plugin-dts": "4.3.0",
"vitest": "2.1.8"
},
Expand Down
Loading

0 comments on commit a354af2

Please sign in to comment.