Skip to content

Commit b234932

Browse files
committed
chore: update dependencies
1 parent 5fbd838 commit b234932

File tree

5 files changed

+1662
-1554
lines changed

5 files changed

+1662
-1554
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
tests:
4949
runs-on: ubuntu-latest
5050
container:
51-
image: mcr.microsoft.com/playwright:v1.49.1
51+
image: mcr.microsoft.com/playwright:v1.54.1
5252
env:
5353
HOME: /root
5454
steps:

docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"@tweakpane/core": "2.0.5",
1313
"gray-matter": "4.0.3",
1414
"markdown-it-container": "4.0.0",
15-
"sass": "1.83.4",
15+
"sass": "1.89.2",
1616
"tweakpane": "4.0.5",
17-
"typescript": "5.7.3",
17+
"typescript": "5.8.3",
1818
"usegl": "workspace:*",
1919
"vitepress": "1.6.3",
20-
"vitepress-plugin-group-icons": "1.3.5",
20+
"vitepress-plugin-group-icons": "1.6.1",
2121
"vitepress-plugin-sandpack": "1.1.4",
22-
"vue": "3.5.13"
22+
"vue": "3.5.18"
2323
}
2424
}

lib/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/playwright:v1.49.1 AS base
1+
FROM mcr.microsoft.com/playwright:v1.54.1 AS base
22
RUN npm i -g pnpm
33

44
FROM base AS deps

lib/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@
3636
},
3737
"devDependencies": {
3838
"@astrojs/check": "0.9.4",
39-
"@playwright/test": "1.49.1",
40-
"@types/node": "22.10.7",
41-
"astro": "5.1.8",
42-
"changelogen": "0.5.7",
43-
"eslint": "9.18.0",
44-
"eslint-config-unjs": "0.4.2",
45-
"prettier": "3.4.2",
46-
"typescript": "5.7.3",
47-
"unbuild": "3.3.1"
39+
"@playwright/test": "1.54.1",
40+
"@types/node": "22.16.5",
41+
"astro": "5.12.3",
42+
"changelogen": "0.6.2",
43+
"eslint": "9.32.0",
44+
"eslint-config-unjs": "0.5.0",
45+
"prettier": "3.6.2",
46+
"typescript": "5.8.3",
47+
"unbuild": "3.6.0"
4848
},
4949
"changelog": {
5050
"excludeAuthors": [

0 commit comments

Comments
 (0)