Skip to content

Commit 33378a9

Browse files
package updates
1 parent 0ee8820 commit 33378a9

File tree

15 files changed

+31292
-22182
lines changed

15 files changed

+31292
-22182
lines changed

.devcontainer/devcontainer.json

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,24 @@
3131
"[jsonc]": {
3232
"editor.defaultFormatter": "esbenp.prettier-vscode",
3333
"editor.formatOnSave": true
34-
}
34+
},
35+
"typescript.tsserver.maxTsServerMemory": 4096,
36+
"typescript.disableAutomaticTypeAcquisition": true,
37+
"typescript.preferences.includePackageJsonAutoImports": "off",
38+
"typescript.workspaceSymbols.scope": "currentProject",
39+
"files.watcherExclude": {
40+
"**/node_modules/**": true,
41+
"**/.git/**": true,
42+
"**/dist/**": true,
43+
"**/.turbo/**": true
44+
},
45+
"search.exclude": {
46+
"**/node_modules": true,
47+
"**/dist": true,
48+
"**/.turbo": true
49+
},
50+
"workbench.editor.limit.enabled": true,
51+
"workbench.editor.limit.value": 10
3552
}
3653
}
3754
},
@@ -43,7 +60,7 @@
4360
"runArgs": ["--memory=8g", "--memory-swap=10g", "--cpus=4"],
4461

4562
// Use 'postCreateCommand' to run commands after the container is created.
46-
"postCreateCommand": "npm install && npm install -g @anthropic-ai/claude-code && npm run build"
63+
"postCreateCommand": "corepack enable && npm install && npm install -g @anthropic-ai/claude-code && npm run build"
4764

4865
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
4966
// "remoteUser": "root"

.github/workflows/docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
node-version: '22'
3030
cache: 'npm'
3131

32+
- run: corepack enable
33+
3234
- name: Get versions
3335
id: versions
3436
run: |

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
with:
4040
node-version: '22'
4141
cache: 'npm'
42+
- run: corepack enable
4243
- run: npm ci
4344
- name: Run tests
4445
run:

.github/workflows/website.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
node-version: '22'
3333
cache: 'npm'
3434

35+
- run: corepack enable
3536
- run: npm ci
3637
- run: npm run build
3738

apps/demos/react/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,21 @@
3030
"@rolldown/pluginutils": "^1.0.0-beta.54",
3131
"@swc/jest": "^0.2.39",
3232
"@testing-library/jest-dom": "^6.9.1",
33-
"@testing-library/react": "^16.3.0",
33+
"@testing-library/react": "^16.3.1",
3434
"@testing-library/user-event": "^14.6.1",
3535
"@types/jest": "^30.0.0",
3636
"@types/react": "^19.2.7",
3737
"@types/react-dom": "^19.2.3",
38-
"@typescript-eslint/eslint-plugin": "^8.49.0",
39-
"@typescript-eslint/parser": "^8.49.0",
38+
"@typescript-eslint/eslint-plugin": "^8.50.0",
39+
"@typescript-eslint/parser": "^8.50.0",
4040
"@vitejs/plugin-react": "^5.1.2",
4141
"@walkeros/config": "*",
42-
"autoprefixer": "^10.4.22",
42+
"autoprefixer": "^10.4.23",
4343
"camelcase-css": "^2.0.1",
4444
"dlv": "^1.1.3",
4545
"eslint": "^9.39.2",
4646
"eslint-plugin-react-hooks": "^7.0.1",
47-
"eslint-plugin-react-refresh": "^0.4.24",
47+
"eslint-plugin-react-refresh": "^0.4.25",
4848
"fast-glob": "^3.3.3",
4949
"jest": "^30.2.0",
5050
"jest-environment-jsdom": "^30.2.0",
@@ -59,6 +59,6 @@
5959
"ts-jest": "^29.4.6",
6060
"tsup": "^8.5.1",
6161
"typescript": "^5.9.3",
62-
"vite": "^7.2.7"
62+
"vite": "^7.3.0"
6363
}
6464
}

apps/demos/storybook/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,26 +18,26 @@
1818
},
1919
"devDependencies": {
2020
"@eslint/js": "^9.39.2",
21-
"@storybook/builder-vite": "^10.1.8",
22-
"@storybook/react": "^10.1.8",
23-
"@storybook/react-vite": "^10.1.8",
21+
"@storybook/builder-vite": "^10.1.9",
22+
"@storybook/react": "^10.1.9",
23+
"@storybook/react-vite": "^10.1.9",
2424
"@types/react": "^19.2.7",
2525
"@types/react-dom": "^19.2.3",
2626
"@vitejs/plugin-react": "^5.1.2",
2727
"@walkeros/storybook-addon": "*",
28-
"autoprefixer": "^10.4.22",
28+
"autoprefixer": "^10.4.23",
2929
"eslint": "^9.39.2",
3030
"eslint-plugin-react-hooks": "^7.0.1",
31-
"eslint-plugin-react-refresh": "^0.4.24",
32-
"eslint-plugin-storybook": "^10.1.8",
31+
"eslint-plugin-react-refresh": "^0.4.25",
32+
"eslint-plugin-storybook": "^10.1.9",
3333
"globals": "^16.5.0",
3434
"postcss": "^8.5.6",
3535
"react-docgen-typescript": "^2.4.0",
36-
"storybook": "^10.1.8",
36+
"storybook": "^10.1.9",
3737
"@tailwindcss/postcss": "^4.1.18",
3838
"tailwindcss": "^4.1.18",
3939
"typescript": "~5.9.3",
40-
"typescript-eslint": "^8.49.0",
41-
"vite": "^7.2.7"
40+
"typescript-eslint": "^8.50.0",
41+
"vite": "^7.3.0"
4242
}
4343
}

apps/storybook-addon/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
},
6868
"devDependencies": {
6969
"@walkeros/config": "*",
70-
"@storybook/addon-docs": "^10.1.8",
71-
"@storybook/react-vite": "^10.1.8",
70+
"@storybook/addon-docs": "^10.1.9",
71+
"@storybook/react-vite": "^10.1.9",
7272
"@types/node": "^25",
7373
"@types/react": "^19.2.7",
7474
"@types/react-dom": "^19.2.3",
@@ -80,11 +80,11 @@
8080
"prompts": "^2.4.2",
8181
"react": "^19.2.3",
8282
"react-dom": "^19.2.3",
83-
"storybook": "^10.1.8",
83+
"storybook": "^10.1.9",
8484
"ts-dedent": "^2.2.0",
8585
"tsup": "^8.5.1",
8686
"typescript": "^5.9.3",
87-
"vite": "^7.2.7",
87+
"vite": "^7.3.0",
8888
"zx": "^8.8.5"
8989
},
9090
"peerDependencies": {

0 commit comments

Comments
 (0)