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

build(deps): update latest

This commit is contained in:
Théo LUDWIG 2023-07-18 23:16:52 +02:00
parent 6cb0c3fb1b
commit 41b4472870
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B
6 changed files with 1858 additions and 7562 deletions

View File

@ -2,3 +2,4 @@ node_modules
build build
dist dist
example example
tsup.config.js

View File

@ -1,6 +1,7 @@
{ {
"extends": ["conventions", "prettier"], "extends": ["conventions", "prettier"],
"plugins": ["prettier", "import", "unicorn"], "plugins": ["prettier", "import", "unicorn"],
"parser": "@typescript-eslint/parser",
"parserOptions": { "parserOptions": {
"project": "./tsconfig.json" "project": "./tsconfig.json"
}, },

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

3091
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -33,7 +33,7 @@
"lint:commit": "commitlint", "lint:commit": "commitlint",
"lint:editorconfig": "editorconfig-checker", "lint:editorconfig": "editorconfig-checker",
"lint:markdown": "markdownlint-cli2", "lint:markdown": "markdownlint-cli2",
"lint:eslint": "eslint .", "lint:eslint": "eslint . --max-warnings 0 --report-unused-disable-directives",
"lint:prettier": "prettier . --check --ignore-path .gitignore", "lint:prettier": "prettier . --check --ignore-path .gitignore",
"release": "semantic-release" "release": "semantic-release"
}, },
@ -41,7 +41,7 @@
"react": ">=18.2.0" "react": ">=18.2.0"
}, },
"dependencies": { "dependencies": {
"@sinclair/typebox": "0.29.0", "@sinclair/typebox": "0.29.6",
"ajv": "8.12.0", "ajv": "8.12.0",
"ajv-formats": "2.1.1" "ajv-formats": "2.1.1"
}, },
@ -50,30 +50,30 @@
"@commitlint/config-conventional": "17.6.6", "@commitlint/config-conventional": "17.6.6",
"@testing-library/react": "14.0.0", "@testing-library/react": "14.0.0",
"@tsconfig/strictest": "2.0.1", "@tsconfig/strictest": "2.0.1",
"@types/jest": "29.5.2", "@types/jest": "29.5.3",
"@types/react": "18.2.14", "@types/react": "18.2.15",
"@types/react-dom": "18.2.6", "@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "5.60.1", "@typescript-eslint/eslint-plugin": "6.1.0",
"@typescript-eslint/parser": "5.60.1", "@typescript-eslint/parser": "6.1.0",
"editorconfig-checker": "5.1.1", "editorconfig-checker": "5.1.1",
"esbuild": "0.18.11", "esbuild": "0.18.14",
"esbuild-jest": "0.5.0", "esbuild-jest": "0.5.0",
"eslint": "8.44.0", "eslint": "8.45.0",
"eslint-config-conventions": "10.0.0", "eslint-config-conventions": "11.0.1",
"eslint-config-prettier": "8.8.0", "eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5", "eslint-plugin-import": "2.27.5",
"eslint-plugin-prettier": "4.2.1", "eslint-plugin-prettier": "5.0.0",
"eslint-plugin-promise": "6.1.1", "eslint-plugin-promise": "6.1.1",
"eslint-plugin-unicorn": "47.0.0", "eslint-plugin-unicorn": "48.0.0",
"jest": "29.5.0", "jest": "29.6.1",
"jest-environment-jsdom": "29.5.0", "jest-environment-jsdom": "29.6.1",
"markdownlint-cli2": "0.8.1", "markdownlint-cli2": "0.8.1",
"markdownlint-rule-relative-links": "2.1.0", "markdownlint-rule-relative-links": "2.1.0",
"prettier": "2.8.8", "prettier": "3.0.0",
"react": "18.2.0", "react": "18.2.0",
"react-dom": "18.2.0", "react-dom": "18.2.0",
"semantic-release": "21.0.6", "semantic-release": "21.0.7",
"tsup": "7.1.0", "tsup": "7.1.0",
"typescript": "5.0.4" "typescript": "5.1.6"
} }
} }