Skip to content

Commit

Permalink
Update JS deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatz committed Jan 28, 2025
1 parent 3769d47 commit fe768ac
Show file tree
Hide file tree
Showing 12 changed files with 1,271 additions and 1,281 deletions.
10 changes: 5 additions & 5 deletions docs/examples/record_api_ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"manual-test": "vitest run # Not hermetic, don't run @CI"
},
"devDependencies": {
"@eslint/js": "^9.18.0",
"@types/node": "^22.10.7",
"eslint": "^9.18.0",
"@eslint/js": "^9.19.0",
"@types/node": "^22.12.0",
"eslint": "^9.19.0",
"prettier": "^3.4.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.21.0",
"vitest": "^3.0.3"
"typescript-eslint": "^8.22.0",
"vitest": "^3.0.4"
},
"dependencies": {
"trailbase": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@astrojs/starlight": "^0.31.1",
"@astrojs/starlight-tailwind": "^3.0.0",
"@astrojs/tailwind": "^5.1.5",
"@iconify-json/tabler": "^1.2.14",
"astro": "^5.1.8",
"@iconify-json/tabler": "^1.2.15",
"astro": "^5.1.10",
"astro-icon": "^1.1.5",
"chart.js": "^4.4.7",
"chartjs-chart-error-bars": "^4.4.4",
Expand Down
8 changes: 4 additions & 4 deletions examples/blog/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@
"@astrojs/tailwind": "^5.1.5",
"@nanostores/persistent": "^0.10.2",
"@nanostores/solid": "^0.5.0",
"astro": "^5.1.8",
"astro": "^5.1.10",
"astro-icon": "^1.1.5",
"nanostores": "^0.11.3",
"solid-icons": "^1.1.0",
"solid-js": "^1.9.4",
"tailwindcss": "^3.4.17",
"trailbase": "workspace:*"
},
"devDependencies": {
"@astrojs/solid-js": "^5.0.4",
"@iconify-json/tabler": "^1.2.14",
"@iconify-json/tabler": "^1.2.15",
"@tailwindcss/typography": "^0.5.16",
"@types/dateformat": "^5.0.3",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"quicktype": "^23.0.171",
"sharp": "^0.33.5"
"sharp": "^0.33.5",
"tailwindcss": "^3.4.17"
}
}
8 changes: 4 additions & 4 deletions examples/coffee-vector-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
"react-dom": "^19.0.0"
},
"devDependencies": {
"@eslint/js": "^9.18.0",
"@types/react": "^19.0.7",
"@eslint/js": "^9.19.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.18.0",
"eslint": "^9.19.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"prettier": "^3.4.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.21.0",
"typescript-eslint": "^8.22.0",
"vite": "^6.0.11"
}
}
12 changes: 6 additions & 6 deletions examples/collab-clicker-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@
"check": "tsc --noEmit --skipLibCheck && eslint"
},
"dependencies": {
"solid-js": "^1.9.3",
"solid-js": "^1.9.4",
"trailbase": "workspace:*"
},
"devDependencies": {
"@eslint/js": "^9.18.0",
"@eslint/js": "^9.19.0",
"@types/express": "^5.0.0",
"@types/node": "^22.10.0",
"@types/node": "^22.12.0",
"compression": "^1.7.5",
"cross-env": "^7.0.3",
"eslint": "^9.18.0",
"eslint": "^9.19.0",
"express": "^5.0.1",
"globals": "^15.14.0",
"prettier": "^3.4.2",
"sirv": "^3.0.0",
"tailwindcss": "^3.4.17",
"typescript-eslint": "^8.21.0",
"vite": "^6.0.1",
"typescript-eslint": "^8.22.0",
"vite": "^6.0.11",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-solid": "^2.11.0"
}
Expand Down
8 changes: 4 additions & 4 deletions examples/data-cli-tutorial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"check": "tsc --noEmit --skipLibCheck && eslint"
},
"devDependencies": {
"@eslint/js": "^9.18.0",
"@types/node": "^22.10.7",
"eslint": "^9.18.0",
"@eslint/js": "^9.19.0",
"@types/node": "^22.12.0",
"eslint": "^9.19.0",
"prettier": "^3.4.2",
"quicktype": "^23.0.171",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.21.0"
"typescript-eslint": "^8.22.0"
},
"dependencies": {
"csv-parse": "^5.6.0",
Expand Down
Loading

0 comments on commit fe768ac

Please sign in to comment.