File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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 },
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" : {
You can’t perform that action at this time.
0 commit comments