Skip to content

Commit

Permalink
feat: Update various deps, lower react requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
yuqiora committed Nov 10, 2022
1 parent 541ebf6 commit b2cfa91
Show file tree
Hide file tree
Showing 6 changed files with 540 additions and 329 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@
"devDependencies": {
"@lerna-lite/cli": "^1.12.0",
"@testing-library/react-hooks": "^8.0.1",
"@types/jest": "^29.2.0",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"@types/jest": "^29.2.2",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"conventional-changelog-conventionalcommits": "^5.0.0",
"cross-env": "^7.0.3",
"dotenv": "^16.0.3",
"eslint": "^8.26.0",
"eslint": "^8.27.0",
"eslint-config-standard": "^17.0.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.1.3",
"eslint-plugin-n": "^15.3.0",
"eslint-plugin-jest": "^27.1.4",
"eslint-plugin-n": "^15.5.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-standard": "^5.0.0",
"jest": "^29.2.2",
"jest": "^29.3.1",
"react-test-renderer": "^18.2.0",
"ts-jest": "^29.0.3",
"typedoc": "next",
Expand Down
4 changes: 2 additions & 2 deletions packages/bin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"dotenv": "^16.0.3",
"glob": "^8.0.3",
"lodash": "^4.17.21",
"tslib": "^2.4.0"
"tslib": "^2.4.1"
},
"devDependencies": {
"@types/command-line-args": "^5.2.0",
"@types/command-line-usage": "^5.0.2",
"@types/glob": "^8.0.0",
"@types/lodash": "^4.14.186",
"@types/lodash": "^4.14.188",
"typescript": "^4.8.4"
},
"bin": {
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"types": "lib/index.d.ts",
"dependencies": {
"@spicy-hooks/utils": "^2.2.0",
"tslib": "^2.4.0"
"tslib": "^2.4.1"
},
"peerDependencies": {
"react": ">=18.0.0"
"react": ">=16.9.0"
},
"devDependencies": {
"@types/react": "^18.0.24",
"@types/react": "^18.0.25",
"typescript": "^4.8.4"
}
}
6 changes: 3 additions & 3 deletions packages/observables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"dependencies": {
"@spicy-hooks/core": "^2.2.1",
"@spicy-hooks/utils": "^2.2.0",
"tslib": "^2.4.0"
"tslib": "^2.4.1"
},
"peerDependencies": {
"react": ">=18.0.0",
"react": ">=16.9.0",
"rxjs": ">=7.5.0"
},
"devDependencies": {
"@types/react": "^18.0.24",
"@types/react": "^18.0.25",
"typescript": "^4.8.4"
}
}
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"main": "lib/index.js",
"types": "lib/index.d.ts",
"dependencies": {
"tslib": "^2.4.0"
"tslib": "^2.4.1"
},
"devDependencies": {
"typescript": "^4.8.4"
Expand Down
Loading

0 comments on commit b2cfa91

Please sign in to comment.