Skip to content

Commit 32dec78

Browse files
authored
chore: update dependencies (#172)
* chore: update dependencies part 1 * chore: update storybook * chore: update dependencies part 2 * chore: downgrade react-resiable-panels as it break tests * chore: update pnpm lock file * chore: update storybook * chore: update pnpm lock file * chore: bump node to v18 * chore: update mantine + other deps * chore: update more deps * chore(ci.yml): bump node version
1 parent 12adbab commit 32dec78

File tree

8 files changed

+4014
-5370
lines changed

8 files changed

+4014
-5370
lines changed

.codesandbox/ci.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"buildCommand": "build",
33
"sandboxes": ["new", "react-typescript-react-ts"],
4-
"node": "18"
4+
"node": "20"
55
}

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
version: 8.6.2
1818
- uses: actions/setup-node@v3
1919
with:
20-
node-version: 18
20+
node-version: 20
2121
cache: 'pnpm'
2222
cache-dependency-path: '**/pnpm-lock.yaml'
2323
- run: pnpm install --frozen-lockfile

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
lts/hydrogen
1+
lts/iron

0 commit comments

Comments
 (0)