build(deps): update latest

This commit is contained in:
Divlo 2022-08-25 22:51:40 +02:00
parent 8cbe5c3bf2
commit c9bb631073
No known key found for this signature in database
GPG Key ID: 8F9478F220CE65E9
6 changed files with 7660 additions and 5074 deletions

11
.markdownlint-cli2.jsonc Normal file
View File

@ -0,0 +1,11 @@
{
"config": {
"default": true,
"MD013": false,
"MD024": false,
"MD033": false,
"MD041": false
},
"globs": ["**/*.{md,mdx}"],
"ignores": ["**/node_modules"]
}

View File

@ -1,6 +0,0 @@
{
"default": true,
"MD013": false,
"MD033": false,
"MD041": false
}

2709
example/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -12,10 +12,10 @@
"react-component-form": "file:.." "react-component-form": "file:.."
}, },
"devDependencies": { "devDependencies": {
"@parcel/transformer-image": "2.4.1", "@parcel/transformer-image": "2.7.0",
"@types/react": "17.0.43", "@types/react": "18.0.17",
"@types/react-dom": "17.0.14", "@types/react-dom": "18.0.6",
"parcel": "2.4.1", "parcel": "2.7.0",
"typescript": "4.6.3" "typescript": "4.7.4"
} }
} }

9947
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -17,7 +17,7 @@
"bugs": { "bugs": {
"url": "https://github.com/Divlo/react-component-form/issues" "url": "https://github.com/Divlo/react-component-form/issues"
}, },
"homepage": "https://github.com/Divlo/react-component-form#readme", "homepage": "https://github.com/Divlo/react-component-form",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"files": [ "files": [
@ -28,7 +28,7 @@
"test": "jest", "test": "jest",
"lint:commit": "commitlint", "lint:commit": "commitlint",
"lint:editorconfig": "editorconfig-checker", "lint:editorconfig": "editorconfig-checker",
"lint:markdown": "markdownlint \"**/*.md\" --dot --ignore-path \".gitignore\"", "lint:markdown": "markdownlint-cli2",
"lint:typescript": "eslint \"**/*.{js,jsx,ts,tsx}\"", "lint:typescript": "eslint \"**/*.{js,jsx,ts,tsx}\"",
"lint:prettier": "prettier \".\" --check --ignore-path \".gitignore\"", "lint:prettier": "prettier \".\" --check --ignore-path \".gitignore\"",
"release": "semantic-release" "release": "semantic-release"
@ -37,31 +37,32 @@
"react": ">=16" "react": ">=16"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "16.2.3", "@commitlint/cli": "17.0.3",
"@commitlint/config-conventional": "16.2.1", "@commitlint/config-conventional": "17.0.3",
"@testing-library/react": "13.0.0", "@testing-library/react": "13.3.0",
"@types/jest": "27.4.1", "@types/jest": "28.1.8",
"@types/react": "17.0.43", "@types/react": "18.0.17",
"@types/react-dom": "17.0.14", "@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "5.18.0", "@typescript-eslint/eslint-plugin": "5.35.1",
"@typescript-eslint/parser": "5.18.0", "@typescript-eslint/parser": "5.35.1",
"editorconfig-checker": "4.0.2", "editorconfig-checker": "4.0.2",
"eslint": "8.12.0", "eslint": "8.22.0",
"eslint-config-conventions": "2.0.0", "eslint-config-conventions": "3.0.0",
"eslint-config-prettier": "8.5.0", "eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0", "eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "4.0.0", "eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.0.0", "eslint-plugin-promise": "6.0.1",
"eslint-plugin-unicorn": "42.0.0", "eslint-plugin-unicorn": "43.0.2",
"esbuild": "0.14.32", "esbuild": "0.15.5",
"esbuild-jest": "0.5.0", "esbuild-jest": "0.5.0",
"jest": "27.5.1", "jest": "29.0.0",
"markdownlint-cli": "0.31.1", "jest-environment-jsdom": "29.0.0",
"prettier": "2.6.2", "markdownlint-cli2": "0.5.1",
"react": "18.0.0", "prettier": "2.7.1",
"react-dom": "18.0.0", "react": "18.2.0",
"semantic-release": "19.0.2", "react-dom": "18.2.0",
"tsup": "5.12.4", "semantic-release": "19.0.5",
"typescript": "4.6.3" "tsup": "6.2.2",
"typescript": "4.7.4"
} }
} }