Skip to content

Commit

Permalink
build: dependencies up
Browse files Browse the repository at this point in the history
  • Loading branch information
wanjas committed Jan 25, 2024
1 parent 2567f34 commit fc28b3c
Show file tree
Hide file tree
Showing 2 changed files with 504 additions and 386 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
"scripts": {},
"private": true,
"dependencies": {
"@builder.io/partytown": "^0.8.1",
"autoprefixer": "^10.4.16",
"clsx": "2.0.0",
"next-sitemap": "^4.2.3",
"nextra": "^2.13.2",
"nextra-theme-docs": "^2.13.2",
"postcss": "^8.4.31",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.5",
"@builder.io/partytown": "0.9.0",
"autoprefixer": "10.4.17",
"clsx": "2.1.0",
"next-sitemap": "4.2.3",
"nextra": "2.13.2",
"nextra-theme-docs": "2.13.2",
"postcss": "8.4.33",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.4.1",
"tslib": "^2.3.0",
"zod": "^3.22.4"
"zod": "3.22.4"
},
"devDependencies": {
"@nx/cypress": "17.2.3",
Expand All @@ -42,7 +42,7 @@
"cypress": "^13.0.0",
"esbuild": "^0.19.2",
"eslint": "8.48.0",
"eslint-config-next": "13.4.1",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-cypress": "^2.13.4",
"eslint-plugin-import": "2.29.0",
Expand All @@ -51,12 +51,12 @@
"eslint-plugin-react-hooks": "4.6.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"next": "14.0.4",
"next": "14.1.0",
"nx": "17.2.3",
"prettier": "3.1.1",
"prettier": "3.2.4",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "5.2.2"
"typescript": "5.3.3"
},
"nx": {
"includedScripts": []
Expand Down
Loading

0 comments on commit fc28b3c

Please sign in to comment.