Skip to content

Commit

Permalink
build: dependencies bump
Browse files Browse the repository at this point in the history
  • Loading branch information
wanjas committed May 22, 2024
1 parent 3e03797 commit 7526500
Showing 2 changed files with 276 additions and 272 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -5,18 +5,18 @@
"scripts": {},
"private": true,
"dependencies": {
"@builder.io/partytown": "0.10.1",
"@builder.io/partytown": "0.10.2",
"autoprefixer": "10.4.19",
"clsx": "2.1.0",
"clsx": "2.1.1",
"next-sitemap": "4.2.3",
"nextra": "2.13.4",
"nextra-theme-docs": "2.13.4",
"postcss": "8.4.38",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwindcss": "3.4.3",
"tslib": "^2.3.0",
"zod": "3.22.4"
"zod": "3.23.8"
},
"devDependencies": {
"@nx/cypress": "17.2.8",
@@ -34,15 +34,15 @@
"@testing-library/react": "14.0.0",
"@types/jest": "^29.4.0",
"@types/node": "18.16.9",
"@types/react": "18.2.37",
"@types/react-dom": "^18.2.15",
"@types/react": "18.3.2",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"babel-jest": "^29.4.1",
"cypress": "13.6.3",
"cypress": "13.10.0",
"esbuild": "^0.19.2",
"eslint": "8.48.0",
"eslint-config-next": "14.1.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-cypress": "^2.13.4",
"eslint-plugin-import": "2.29.0",
@@ -51,12 +51,12 @@
"eslint-plugin-react-hooks": "4.6.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"next": "14.1.0",
"next": "14.2.3",
"nx": "17.2.8",
"prettier": "3.2.4",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "5.3.3"
"typescript": "5.4.5"
},
"nx": {
"includedScripts": []
Loading

0 comments on commit 7526500

Please sign in to comment.