1
1
mirror of https://github.com/theoludwig/react-component-form.git synced 2024-07-17 07:30:13 +02:00

build(deps): bump Next.js to v13

This commit is contained in:
Divlo 2022-11-08 11:28:57 +01:00
parent 1683474fa6
commit 48d4fb6f75
No known key found for this signature in database
GPG Key ID: 8F9478F220CE65E9
5 changed files with 3338 additions and 2881 deletions

View File

@ -5,7 +5,6 @@ export default defineConfig({
video: false,
downloadsFolder: undefined,
screenshotOnRunFailure: false,
e2e: {
baseUrl: 'http://localhost:3000',
supportFile: false

1246
example/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -11,26 +11,26 @@
"test:dev": "start-server-and-test \"dev\" \"http://localhost:3000\" \"cypress open\""
},
"dependencies": {
"@sinclair/typebox": "0.24.44",
"@sinclair/typebox": "0.25.3",
"clsx": "1.2.1",
"next": "12.3.1",
"next": "13.0.2",
"next-themes": "0.2.1",
"next-translate": "1.6.0",
"react": "18.2.0",
"react": "file:../node_modules/react",
"react-component-form": "file:..",
"react-dom": "18.2.0"
"react-dom": "file:../node_modules/react-dom"
},
"devDependencies": {
"@types/node": "18.8.0",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"autoprefixer": "10.4.12",
"cypress": "10.9.0",
"eslint": "8.24.0",
"eslint-config-next": "12.3.1",
"postcss": "8.4.17",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"autoprefixer": "10.4.13",
"cypress": "10.11.0",
"eslint": "8.27.0",
"eslint-config-next": "13.0.2",
"postcss": "8.4.18",
"start-server-and-test": "1.14.0",
"tailwindcss": "3.1.8",
"tailwindcss": "3.2.2",
"typescript": "4.8.4"
}
}

4914
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -37,37 +37,37 @@
"react": ">=16"
},
"dependencies": {
"@sinclair/typebox": "0.24.44",
"@sinclair/typebox": "0.25.3",
"ajv": "8.11.0",
"ajv-formats": "2.1.1"
},
"devDependencies": {
"@commitlint/cli": "17.1.2",
"@commitlint/config-conventional": "17.1.0",
"@commitlint/cli": "17.2.0",
"@commitlint/config-conventional": "17.2.0",
"@testing-library/react": "13.4.0",
"@types/jest": "29.1.1",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "5.39.0",
"@typescript-eslint/parser": "5.39.0",
"@types/jest": "29.2.2",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"@typescript-eslint/eslint-plugin": "5.42.1",
"@typescript-eslint/parser": "5.42.1",
"editorconfig-checker": "4.0.2",
"esbuild": "0.15.10",
"esbuild": "0.15.13",
"esbuild-jest": "0.5.0",
"eslint": "8.24.0",
"eslint": "8.27.0",
"eslint-config-conventions": "5.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.0.1",
"eslint-plugin-unicorn": "44.0.0",
"jest": "29.1.2",
"jest-environment-jsdom": "29.1.2",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-unicorn": "44.0.2",
"jest": "29.3.0",
"jest-environment-jsdom": "29.3.0",
"markdownlint-cli2": "0.5.1",
"prettier": "2.7.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"semantic-release": "19.0.5",
"tsup": "6.2.3",
"tsup": "6.4.0",
"typescript": "4.8.4"
}
}