build(deps): update latest

This commit is contained in:
2023-07-18 23:16:52 +02:00
parent 6cb0c3fb1b
commit 41b4472870
6 changed files with 1858 additions and 7562 deletions

6273
example/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -11,8 +11,8 @@
"test:dev": "start-server-and-test \"dev\" \"http://127.0.0.1:3000\" \"cypress open\""
},
"dependencies": {
"@sinclair/typebox": "0.29.0",
"clsx": "1.2.1",
"@sinclair/typebox": "0.29.6",
"clsx": "2.0.0",
"next": "13.2.4",
"next-themes": "0.2.1",
"next-translate": "2.0.5",
@ -22,17 +22,17 @@
},
"devDependencies": {
"@tsconfig/strictest": "2.0.1",
"@types/node": "20.3.3",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/node": "20.4.2",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.14",
"cypress": "12.16.0",
"eslint": "8.44.0",
"cypress": "12.17.1",
"eslint": "8.45.0",
"eslint-config-next": "13.2.4",
"next-translate-plugin": "2.0.5",
"postcss": "8.4.24",
"postcss": "8.4.26",
"start-server-and-test": "2.0.0",
"tailwindcss": "3.3.2",
"typescript": "5.0.4"
"tailwindcss": "3.3.3",
"typescript": "5.1.6"
}
}