Skip to content

Commit c4d5b0b

Browse files
committed
Update dependencies
1 parent 3acafb8 commit c4d5b0b

File tree

4 files changed

+468
-481
lines changed

4 files changed

+468
-481
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@
5151
"react": ">=18.0.0"
5252
},
5353
"dependencies": {
54-
"@swan-io/boxed": "^2.0.1"
54+
"@swan-io/boxed": "^2.1.1"
5555
},
5656
"devDependencies": {
57-
"@testing-library/react": "^14.2.1",
58-
"@types/node": "^20.12.3",
59-
"@types/react": "^18.2.63",
60-
"@typescript-eslint/eslint-plugin": "^7.1.1",
61-
"@typescript-eslint/parser": "^7.1.1",
57+
"@testing-library/react": "^14.2.2",
58+
"@types/node": "^20.12.4",
59+
"@types/react": "^18.2.74",
60+
"@typescript-eslint/eslint-plugin": "^7.5.0",
61+
"@typescript-eslint/parser": "^7.5.0",
6262
"eslint": "^8.57.0",
6363
"eslint-plugin-react-hooks": "^4.6.0",
6464
"jsdom": "^24.0.0",
@@ -67,7 +67,7 @@
6767
"react": "^18.2.0",
6868
"react-dom": "^18.2.0",
6969
"tsup": "^8.0.2",
70-
"typescript": "^5.3.3",
71-
"vitest": "^1.3.1"
70+
"typescript": "^5.4.3",
71+
"vitest": "^1.4.0"
7272
}
7373
}

website/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,26 @@
1010
"@chakra-ui/icons": "^2.1.1",
1111
"@chakra-ui/react": "^2.8.2",
1212
"@chakra-ui/system": "^2.6.2",
13-
"@emotion/react": "^11.11.3",
14-
"@emotion/styled": "^11.11.0",
15-
"@swan-io/boxed": "^2.0.0",
16-
"@swan-io/chicane": "^1.4.1",
13+
"@emotion/react": "^11.11.4",
14+
"@emotion/styled": "^11.11.5",
15+
"@swan-io/boxed": "^2.1.1",
16+
"@swan-io/chicane": "^2.0.0",
1717
"@swan-io/use-form": "link:../",
1818
"card-validator": "^9.1.0",
19-
"framer-motion": "^11.0.5",
19+
"framer-motion": "^11.0.24",
2020
"react": "^18.2.0",
2121
"react-dom": "^18.2.0",
2222
"rifm": "^0.12.1",
23-
"ts-pattern": "^5.0.6",
23+
"ts-pattern": "^5.1.0",
2424
"validator": "^13.11.0"
2525
},
2626
"devDependencies": {
27-
"@types/node": "^20.11.17",
28-
"@types/react": "^18.2.55",
29-
"@types/react-dom": "^18.2.19",
27+
"@types/node": "^20.12.4",
28+
"@types/react": "^18.2.74",
29+
"@types/react-dom": "^18.2.24",
3030
"@types/validator": "^13.11.9",
3131
"@vitejs/plugin-react-swc": "^3.6.0",
32-
"typescript": "^5.3.3",
33-
"vite": "^5.1.1"
32+
"typescript": "^5.4.3",
33+
"vite": "^5.2.8"
3434
}
3535
}

0 commit comments

Comments
 (0)