chore: fix vercel build error for example

This commit is contained in:
Divlo 2023-01-10 21:53:53 +01:00
parent 45c072f2bd
commit 85eb53d60c
No known key found for this signature in database
GPG Key ID: 8F9478F220CE65E9
2 changed files with 8 additions and 8 deletions

View File

@ -13,9 +13,9 @@
"next": "13.1.1", "next": "13.1.1",
"next-themes": "0.2.1", "next-themes": "0.2.1",
"next-translate": "1.6.0", "next-translate": "1.6.0",
"react": "file:../node_modules/react", "react": "18.2.0",
"react-component-form": "file:..", "react-component-form": "file:..",
"react-dom": "file:../node_modules/react-dom" "react-dom": "18.2.0"
}, },
"devDependencies": { "devDependencies": {
"@tsconfig/strictest": "1.0.2", "@tsconfig/strictest": "1.0.2",
@ -4784,8 +4784,8 @@
}, },
"node_modules/react": { "node_modules/react": {
"version": "18.2.0", "version": "18.2.0",
"resolved": "file:../node_modules/react", "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz",
"license": "MIT", "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==",
"dependencies": { "dependencies": {
"loose-envify": "^1.1.0" "loose-envify": "^1.1.0"
}, },
@ -4828,8 +4828,8 @@
}, },
"node_modules/react-dom": { "node_modules/react-dom": {
"version": "18.2.0", "version": "18.2.0",
"resolved": "file:../node_modules/react-dom", "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz",
"license": "MIT", "integrity": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==",
"dependencies": { "dependencies": {
"loose-envify": "^1.1.0", "loose-envify": "^1.1.0",
"scheduler": "^0.23.0" "scheduler": "^0.23.0"

View File

@ -16,9 +16,9 @@
"next": "13.1.1", "next": "13.1.1",
"next-themes": "0.2.1", "next-themes": "0.2.1",
"next-translate": "1.6.0", "next-translate": "1.6.0",
"react": "file:../node_modules/react", "react": "18.2.0",
"react-component-form": "file:..", "react-component-form": "file:..",
"react-dom": "file:../node_modules/react-dom" "react-dom": "18.2.0"
}, },
"devDependencies": { "devDependencies": {
"@tsconfig/strictest": "1.0.2", "@tsconfig/strictest": "1.0.2",