Skip to content

Commit

Permalink
chore: update the peerDependencies about react
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshinesmilelk committed Mar 19, 2024
1 parent 08e64ad commit 8eee617
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 10 deletions.
13 changes: 13 additions & 0 deletions .changeset/silent-taxis-own.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
'@difizen/mana-observable': patch
'@difizen/mana-react': patch
'@difizen/mana-l10n': patch
'@difizen/mana-app': patch
'@difizen/mana-ui': patch
'@difizen/mana-docs': patch
'@difizen/mana-common': patch
'@difizen/mana-core': patch
'@difizen/mana-syringe': patch
---

chore: update the peerDependencies about react
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"build": "nx run-many --target=build",
"lint": "nx run-many --target=lint:prettier,lint",
"lint:prettier": "prettier --check --ignore-unknown .",
"prettier": "prettier --ignore-unknown . --write",
"lint-staged": "lint-staged",
"test": "nx run-many --target=test",
"check": "nx run-many -t lint:prettier -t lint:eslint -t lint:stylelint -t typecheck:tsc -t test:jest",
Expand Down
8 changes: 4 additions & 4 deletions packages/mana-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@
"vscode-uri": "^2.1.1"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": ">=16.8.6",
"react-dom": ">=16.8.6"
},
"devDependencies": {
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/react": ">=16.8.6",
"@types/react-dom": ">=16.8.6",
"@types/uuid": "^9.0.2",
"rimraf": "latest"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/mana-l10n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"sinon": "^3.3.0"
},
"peerDependencies": {
"react": "^18.2.0"
"react": ">=16.8.6"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/mana-observable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"reflect-metadata": "^0.1.13"
},
"peerDependencies": {
"react": "^18.2.0"
"react": ">=16.8.6"
},
"devDependencies": {
"@types/react": "^18.2.0",
Expand Down
7 changes: 4 additions & 3 deletions packages/mana-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,12 @@
"rc-util": "^4.15.7"
},
"peerDependencies": {
"react": "^18.2.0"
"react": ">=16.8.6",
"react-dom": ">=16.8.6"
},
"devDependencies": {
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/react": ">=16.8.6",
"@types/react-dom": ">=16.8.6",
"rimraf": "latest"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mana-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/react-virtualized": "^9.18.3"
},
"peerDependencies": {
"react": "^18.2.0",
"react": ">=16.8.6",
"antd": "^4.0.0 || ^5.0.0"
},
"publishConfig": {
Expand Down

0 comments on commit 8eee617

Please sign in to comment.