Skip to content

Commit 9890dc2

Browse files
authored
Allow react 18 as peer dependency (#639)
1 parent c811957 commit 9890dc2

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nordcloud/gnui",
33
"description": "Nordcloud Design System - a collection of reusable React components used in Nordcloud's SaaS products",
4-
"version": "8.14.0",
4+
"version": "8.15.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -55,9 +55,9 @@
5555
]
5656
},
5757
"peerDependencies": {
58-
"react": "^16.13.0 || ^17.0.0",
59-
"react-dom": "^16.13.0 || ^17.0.0",
60-
"styled-components": "^5.3.0"
58+
"react": ">=16.13.0",
59+
"react-dom": ">=16.13.0",
60+
"styled-components": ">=5.3.0"
6161
},
6262
"dependencies": {
6363
"@types/styled-system": "^5.1.16",

0 commit comments

Comments
 (0)