Skip to content

Commit

Permalink
Merge branch 'update-cross-spawn' into fix-eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
AtsushiM committed Nov 19, 2024
2 parents 1979b0d + 237133f commit 6f4f108
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/smarthr-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"babel-loader": "^9.2.1",
"babel-plugin-polyfill-corejs2": "^0.4.12",
"babel-plugin-polyfill-regenerator": "^0.6.3",
"css-loader": "^7.1.2",
"chromatic": "^11.18.1",
"css-loader": "^7.1.2",
"ecma-version-validator-webpack-plugin": "^1.2.1",
"fs-extra": "^11.2.0",
"glob": "11.0.0",
Expand Down Expand Up @@ -164,5 +164,12 @@
"scripts": {
"prerelease": "run-s build:lib write:ui-props && git add public/exports/smarthr-ui-props.json"
}
},
"pnpm": {
"overrides": {
"cross-spawn@<7.0.5": ">=7.0.5",
"node-fetch@<2.6.7": ">=2.6.7",
"rollup@>=4.0.0 <4.22.4": ">=4.22.4"
}
}
}

0 comments on commit 6f4f108

Please sign in to comment.