Skip to content

Commit 697b245

Browse files
committed
Update JS and Dart dependencies.
1 parent 70deee0 commit 697b245

File tree

12 files changed

+1271
-1043
lines changed

12 files changed

+1271
-1043
lines changed

client/trailbase-ts/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,18 @@
3434
"check": "tsc --noEmit --skipLibCheck && eslint"
3535
},
3636
"devDependencies": {
37-
"@eslint/js": "^9.14.0",
38-
"eslint": "^9.14.0",
37+
"@eslint/js": "^9.15.0",
38+
"eslint": "^9.15.0",
3939
"execa": "^9.5.1",
4040
"globals": "^15.12.0",
4141
"http-status": "^2.0.0",
4242
"jsdom": "^25.0.1",
43-
"prettier": "^3.3.3",
44-
"tinybench": "^3.0.3",
45-
"typescript": "^5.6.3",
46-
"typescript-eslint": "^8.14.0",
47-
"vite-node": "^2.1.4",
48-
"vitest": "^2.1.4"
43+
"prettier": "^3.4.1",
44+
"tinybench": "^3.0.6",
45+
"typescript": "^5.7.2",
46+
"typescript-eslint": "^8.16.0",
47+
"vite-node": "^2.1.6",
48+
"vitest": "^2.1.6"
4949
},
5050
"dependencies": {
5151
"jwt-decode": "^4.0.0",

docs/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,26 @@
1313
},
1414
"dependencies": {
1515
"@astrojs/check": "^0.9.4",
16-
"@astrojs/starlight": "^0.29.0",
16+
"@astrojs/starlight": "^0.29.2",
1717
"@astrojs/starlight-tailwind": "^2.0.3",
1818
"@astrojs/tailwind": "^5.1.2",
19-
"@iconify-json/tabler": "^1.2.7",
20-
"astro": "^4.16.10",
21-
"astro-icon": "^1.1.2",
19+
"@iconify-json/tabler": "^1.2.8",
20+
"astro": "^4.16.16",
21+
"astro-icon": "^1.1.4",
2222
"chart.js": "^4.4.6",
23-
"chartjs-chart-error-bars": "^4.4.3",
23+
"chartjs-chart-error-bars": "^4.4.4",
2424
"chartjs-plugin-deferred": "^2.0.0",
2525
"sharp": "^0.33.5",
2626
"solid-js": "^1.9.3",
27-
"starlight-links-validator": "^0.13.2",
28-
"tailwindcss": "^3.4.14",
29-
"typescript": "^5.6.3"
27+
"starlight-links-validator": "^0.13.3",
28+
"tailwindcss": "^3.4.15",
29+
"typescript": "^5.7.2"
3030
},
3131
"devDependencies": {
3232
"@astrojs/sitemap": "^3.2.1",
33-
"@astrojs/solid-js": "^4.4.2",
33+
"@astrojs/solid-js": "^4.4.4",
3434
"astro-robots-txt": "^1.0.0",
35-
"prettier": "^3.3.3",
35+
"prettier": "^3.4.1",
3636
"prettier-plugin-astro": "^0.14.1"
3737
}
3838
}

docs/src/tailwind.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
[data-has-hero] .page {
1414
background:
1515
linear-gradient(215deg, var(--overlay-accent), transparent 40%),
16-
radial-gradient(var(--overlay-accent), transparent 40%) no-repeat -60vw -40vh /
17-
105vw 200vh,
16+
radial-gradient(var(--overlay-accent), transparent 40%)
17+
no-repeat -60vw -40vh / 105vw 200vh,
1818
radial-gradient(var(--overlay-accent), transparent 65%) no-repeat 50%
1919
calc(100% + 20rem) / 60rem 30rem;
2020
}

examples/blog/web/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@
1717
"@astrojs/tailwind": "^5.1.2",
1818
"@nanostores/persistent": "^0.10.2",
1919
"@nanostores/solid": "^0.5.0",
20-
"astro": "^4.16.10",
21-
"astro-icon": "^1.1.2",
20+
"astro": "^4.16.16",
21+
"astro-icon": "^1.1.4",
2222
"nanostores": "^0.11.3",
2323
"solid-icons": "^1.1.0",
2424
"solid-js": "^1.9.3",
25-
"tailwindcss": "^3.4.14",
25+
"tailwindcss": "^3.4.15",
2626
"trailbase": "^0.1.2"
2727
},
2828
"devDependencies": {
29-
"@astrojs/solid-js": "^4.4.2",
30-
"@iconify-json/tabler": "^1.2.7",
29+
"@astrojs/solid-js": "^4.4.4",
30+
"@iconify-json/tabler": "^1.2.8",
3131
"@tailwindcss/typography": "^0.5.15",
3232
"@types/dateformat": "^5.0.2",
33-
"prettier": "^3.3.3",
33+
"prettier": "^3.4.1",
3434
"prettier-plugin-astro": "^0.14.1",
3535
"quicktype": "^23.0.170",
3636
"sharp": "^0.33.5"

examples/blog/web/src/css/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
}
7373

7474
.image-shine {
75-
-webkit-mask: linear-gradient(135deg, #000c 20%, #000, #000c 80%) 100% 100%/250%
76-
250%;
75+
-webkit-mask: linear-gradient(135deg, #000c 20%, #000, #000c 80%) 100%
76+
100%/250% 250%;
7777

7878
@apply transition-all duration-300;
7979
}

examples/coffeesearch/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "my-project",
2+
"name": "coffeesearch",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "0.1.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -15,17 +15,17 @@
1515
"react-dom": "^18.3.1"
1616
},
1717
"devDependencies": {
18-
"@eslint/js": "^9.13.0",
18+
"@eslint/js": "^9.15.0",
1919
"@types/react": "^18.3.12",
2020
"@types/react-dom": "^18.3.1",
21-
"@vitejs/plugin-react": "^4.3.3",
22-
"eslint": "^9.13.0",
21+
"@vitejs/plugin-react": "^4.3.4",
22+
"eslint": "^9.15.0",
2323
"eslint-plugin-react-hooks": "^5.0.0",
2424
"eslint-plugin-react-refresh": "^0.4.14",
25-
"globals": "^15.11.0",
26-
"prettier": "^3.3.3",
27-
"typescript": "~5.6.2",
28-
"typescript-eslint": "^8.11.0",
29-
"vite": "^5.4.10"
25+
"globals": "^15.12.0",
26+
"prettier": "^3.4.1",
27+
"typescript": "^5.7.2",
28+
"typescript-eslint": "^8.16.0",
29+
"vite": "^5.4.11"
3030
}
3131
}

examples/tutorial/scripts/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
"check": "tsc --noEmit --skipLibCheck && eslint"
1212
},
1313
"devDependencies": {
14-
"@eslint/js": "^9.14.0",
15-
"@types/node": "^22.9.0",
16-
"eslint": "^9.14.0",
17-
"prettier": "^3.3.3",
14+
"@eslint/js": "^9.15.0",
15+
"@types/node": "^22.10.0",
16+
"eslint": "^9.15.0",
17+
"prettier": "^3.4.1",
1818
"quicktype": "^23.0.170",
19-
"typescript": "^5.6.3",
20-
"typescript-eslint": "^8.14.0"
19+
"typescript": "^5.7.2",
20+
"typescript-eslint": "^8.16.0"
2121
},
2222
"dependencies": {
23-
"csv-parse": "^5.5.6",
23+
"csv-parse": "^5.6.0",
2424
"trailbase": "workspace:*"
2525
}
2626
}

0 commit comments

Comments
 (0)