Skip to content

Commit 7526500

Browse files
committed
build: dependencies bump
1 parent 3e03797 commit 7526500

File tree

2 files changed

+276
-272
lines changed

2 files changed

+276
-272
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
"scripts": {},
66
"private": true,
77
"dependencies": {
8-
"@builder.io/partytown": "0.10.1",
8+
"@builder.io/partytown": "0.10.2",
99
"autoprefixer": "10.4.19",
10-
"clsx": "2.1.0",
10+
"clsx": "2.1.1",
1111
"next-sitemap": "4.2.3",
1212
"nextra": "2.13.4",
1313
"nextra-theme-docs": "2.13.4",
1414
"postcss": "8.4.38",
15-
"react": "18.2.0",
16-
"react-dom": "18.2.0",
15+
"react": "18.3.1",
16+
"react-dom": "18.3.1",
1717
"tailwindcss": "3.4.3",
1818
"tslib": "^2.3.0",
19-
"zod": "3.22.4"
19+
"zod": "3.23.8"
2020
},
2121
"devDependencies": {
2222
"@nx/cypress": "17.2.8",
@@ -34,15 +34,15 @@
3434
"@testing-library/react": "14.0.0",
3535
"@types/jest": "^29.4.0",
3636
"@types/node": "18.16.9",
37-
"@types/react": "18.2.37",
38-
"@types/react-dom": "^18.2.15",
37+
"@types/react": "18.3.2",
38+
"@types/react-dom": "^18.3.0",
3939
"@typescript-eslint/eslint-plugin": "6.11.0",
4040
"@typescript-eslint/parser": "6.11.0",
4141
"babel-jest": "^29.4.1",
42-
"cypress": "13.6.3",
42+
"cypress": "13.10.0",
4343
"esbuild": "^0.19.2",
4444
"eslint": "8.48.0",
45-
"eslint-config-next": "14.1.0",
45+
"eslint-config-next": "14.2.3",
4646
"eslint-config-prettier": "^9.0.0",
4747
"eslint-plugin-cypress": "^2.13.4",
4848
"eslint-plugin-import": "2.29.0",
@@ -51,12 +51,12 @@
5151
"eslint-plugin-react-hooks": "4.6.0",
5252
"jest": "^29.4.1",
5353
"jest-environment-jsdom": "^29.4.1",
54-
"next": "14.1.0",
54+
"next": "14.2.3",
5555
"nx": "17.2.8",
5656
"prettier": "3.2.4",
5757
"ts-jest": "^29.1.0",
5858
"ts-node": "10.9.1",
59-
"typescript": "5.3.3"
59+
"typescript": "5.4.5"
6060
},
6161
"nx": {
6262
"includedScripts": []

0 commit comments

Comments
 (0)