build(deps): update latest

This commit is contained in:
Divlo
2023-05-13 17:00:31 +02:00
parent 040e3a0ae1
commit 882416cb49
12 changed files with 1959 additions and 1118 deletions

1097
example/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -11,28 +11,28 @@
"test:dev": "start-server-and-test \"dev\" \"http://127.0.0.1:3000\" \"cypress open\""
},
"dependencies": {
"@sinclair/typebox": "0.26.8",
"@sinclair/typebox": "0.28.9",
"clsx": "1.2.1",
"next": "13.2.4",
"next": "13.4.2",
"next-themes": "0.2.1",
"next-translate": "2.0.4",
"next-translate": "2.0.5",
"react": "18.2.0",
"react-component-form": "file:..",
"react-dom": "18.2.0"
},
"devDependencies": {
"@tsconfig/strictest": "2.0.0",
"@types/node": "18.15.11",
"@types/react": "18.0.32",
"@types/react-dom": "18.0.11",
"@tsconfig/strictest": "2.0.1",
"@types/node": "20.1.3",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"autoprefixer": "10.4.14",
"cypress": "12.9.0",
"eslint": "8.37.0",
"eslint-config-next": "13.2.4",
"next-translate-plugin": "2.0.4",
"postcss": "8.4.21",
"cypress": "12.12.0",
"eslint": "8.40.0",
"eslint-config-next": "13.4.2",
"next-translate-plugin": "2.0.5",
"postcss": "8.4.23",
"start-server-and-test": "2.0.0",
"tailwindcss": "3.3.1",
"typescript": "5.0.3"
"tailwindcss": "3.3.2",
"typescript": "5.0.4"
}
}