Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jpudysz committed Oct 17, 2023
1 parent ce230d9 commit a78210e
Show file tree
Hide file tree
Showing 2 changed files with 176 additions and 193 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"clean": "del-cli lib",
"prepare": "husky install && bob build",
"precommit": "concurrently 'yarn tsc' 'yarn lint' 'yarn test'",
"release": "release-it patch --preRelease=rc"
"release": "release-it"
},
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -38,17 +38,17 @@
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@commitlint/config-conventional": "17.7.0",
"@react-native/eslint-config": "0.73.1",
"@commitlint/config-conventional": "17.8.0",
"@react-native/eslint-config": "0.74.0",
"@release-it/conventional-changelog": "5.1.1",
"@testing-library/react-hooks": "8.0.1",
"@types/jest": "29.5.5",
"@types/react": "18.2.28",
"@types/react-native": "0.72.3",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/eslint-plugin-tslint": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"commitlint": "17.7.2",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/eslint-plugin-tslint": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"commitlint": "17.8.0",
"concurrently": "8.2.1",
"del-cli": "5.1.0",
"eslint": "8.51.0",
Expand All @@ -66,7 +66,7 @@
"husky": "8.0.3",
"jest": "29.7.0",
"react": "18.2.0",
"react-native": "0.72.5",
"react-native": "0.72.6",
"react-native-builder-bob": "0.23.1",
"react-native-web": "0.19.9",
"react-test-renderer": "18.2.0",
Expand Down
Loading

0 comments on commit a78210e

Please sign in to comment.