Skip to content

Commit

Permalink
ST-5444 Updating npm version to match LTS/Node stable pairing (#3204)
Browse files Browse the repository at this point in the history
* Bumping npm version to match LTS / Latest internal stable build

* Update package.json

Updating to accept any version above NPM 9

Co-authored-by: Ollie Curtis <[email protected]>

---------

Co-authored-by: Ollie Curtis <[email protected]>
  • Loading branch information
adammccullagh and olliecurtis authored Jan 29, 2024
1 parent 58656a9 commit 8e19b29
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 19 deletions.
21 changes: 11 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"engines": {
"node": "^18.16.0",
"npm": "^9.5.1"
"npm": ">=9.5.1"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -122,7 +122,7 @@
"@percy/cli": "^1.27.7",
"@percy/storybook": "^4.3.6",
"@skyscanner/bpk-foundations-web": "^17.8.0",
"@skyscanner/bpk-svgs": "^19.0.0",
"@skyscanner/bpk-svgs": "^19.0.1",
"@skyscanner/stylelint-config-skyscanner": "^10.0.0",
"@storybook/addon-a11y": "^7.6.8",
"@storybook/addon-actions": "^7.6.10",
Expand All @@ -145,7 +145,7 @@
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-react-docgen": "^4.2.1",
"babel-plugin-require-context-hook": "^1.0.0",
"backpack-node-sass": "^1.1.1",
"backpack-node-sass": "^1.1.2",
"core-js": "^3.0.0",
"css-loader": "^6.9.0",
"d3-scale": "^4.0.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@popperjs/core": "^2.11.5",
"@react-google-maps/api": "^2.12.0",
"@skyscanner/bpk-foundations-web": "^17.5.3",
"@skyscanner/bpk-svgs": "^19.0.0",
"@skyscanner/bpk-svgs": "^19.0.1",
"a11y-focus-scope": "^1.1.3",
"a11y-focus-store": "^1.0.0",
"d3-path": "^2.0.0",
Expand Down

0 comments on commit 8e19b29

Please sign in to comment.