Skip to content

Commit 16ad1ac

Browse files
committed
build: update dependencies
1 parent 69a5168 commit 16ad1ac

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"contributors": "(git-authors-cli && finepack && git add package.json && git commit -m 'build: add contributors' --no-verify) || true",
5757
"lint": "eslint \"packages/*/src/*/**\" && standard-markdown README.md --fix && standard --fix",
5858
"prepublishOnly": "pnpm run build",
59-
"prerelease": "pnpm run update:check && pnpm run contributors",
59+
"prerelease": "pnpm run contributors",
6060
"pretest": "pnpm run lint",
6161
"release": "lerna publish --sort --conventional-commits -m \"chore(release): %s\" --create-release github",
6262
"test": "pnpm -r run test"

packages/hover-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@
8787
"verbose": true
8888
},
8989
"peerDependencies": {
90-
"react": "^17",
91-
"react-dom": "^17",
90+
"react": ">= 17",
91+
"react-dom": ">= 17",
9292
"styled-components": "^5"
9393
},
9494
"publishConfig": {

packages/react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"react"
2525
],
2626
"dependencies": {
27-
"@microlink/mql": "~0.10.19",
27+
"@microlink/mql": "~0.10.26",
2828
"is-localhost-url": "~1.0.3",
2929
"nanoclamp": "~1.4.1"
3030
},
@@ -86,8 +86,8 @@
8686
"verbose": true
8787
},
8888
"peerDependencies": {
89-
"react": "^17",
90-
"react-dom": "^17",
89+
"react": ">= 17",
90+
"react-dom": ">= 17",
9191
"styled-components": "^5"
9292
},
9393
"publishConfig": {

0 commit comments

Comments
 (0)