Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Oct 29, 2024
1 parent 4bf690b commit e56f805
Show file tree
Hide file tree
Showing 10 changed files with 464 additions and 993 deletions.
2 changes: 1 addition & 1 deletion examples/lit-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"textarea-caret": "^3.1.0"
},
"devDependencies": {
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"vite": "^5.4.8"
}
}
12 changes: 6 additions & 6 deletions examples/next-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,16 +98,16 @@
},
"devDependencies": {
"@types/form-serialize": "0.7.4",
"@types/node": "22.7.4",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"eslint-plugin-react": "7.37.0",
"eslint-plugin-react-hooks": "4.6.2",
"@types/node": "22.8.2",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
"@atlaskit/pragmatic-drag-and-drop": "1.3.1",
"@atlaskit/pragmatic-drag-and-drop-flourish": "1.1.2",
"@atlaskit/pragmatic-drag-and-drop-hitbox": "1.0.3",
"@atlaskit/pragmatic-drag-and-drop-auto-scroll": "1.4.0",
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion examples/nuxt-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"devDependencies": {
"@nuxt/devtools": "latest",
"@types/form-serialize": "0.7.4",
"@types/node": "22.7.4",
"@types/node": "22.8.2",
"nuxt": "3.13.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,9 +90,9 @@
},
"devDependencies": {
"@preact/preset-vite": "2.9.1",
"eslint": "9.11.1",
"eslint": "9.13.0",
"eslint-config-preact": "1.5.0",
"typescript": "5.6.2",
"typescript": "5.6.3",
"vite": "5.4.8"
}
}
10 changes: 5 additions & 5 deletions examples/react-19/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,14 @@
},
"devDependencies": {
"@eslint/js": "^9.11.1",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"eslint": "^9.11.1",
"eslint": "^9.13.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.12",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.9.0",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.7.0",
"vite": "^5.4.8"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/svelte-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@
"@sveltejs/vite-plugin-svelte": "4.0.0-next.3",
"@tsconfig/svelte": "5.0.4",
"@types/form-serialize": "0.7.4",
"svelte": "5.1.2",
"svelte-check": "4.0.4",
"svelte": "5.1.4",
"svelte-check": "4.0.5",
"tslib": "2.7.0",
"typescript": "5.6.2",
"typescript": "5.6.3",
"vite": "5.4.8",
"vite-tsconfig-paths": "5.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vanilla-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"devDependencies": {
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"vite": "^5.4.8"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@
"@commitlint/config-conventional": "19.5.0",
"@octokit/rest": "21.0.2",
"@playwright/test": "1.48.2",
"@swc/core": "1.7.36",
"@swc/core": "1.7.40",
"@types/babel__generator": "7.6.8",
"@types/babel__traverse": "7.20.6",
"@types/node": "22.7.9",
"@types/node": "22.8.2",
"@types/signale": "1.4.7",
"@typescript-eslint/eslint-plugin": "8.11.0",
"@typescript-eslint/parser": "8.11.0",
Expand All @@ -96,7 +96,7 @@
"signale": "1.4.0",
"ts-morph": "24.0.0",
"tsup": "8.3.5",
"tsx": "4.19.1",
"tsx": "4.19.2",
"typescript": "5.6.3",
"vercel-submodules": "1.0.10",
"vite": "5.4.10",
Expand Down
Loading

0 comments on commit e56f805

Please sign in to comment.