Skip to content

Commit

Permalink
chore: update npm-check-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
elycheea committed Dec 11, 2024
1 parent ace4e47 commit 1a9efae
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 977 deletions.
2 changes: 1 addition & 1 deletion config/babel-preset-ibm-cloud-cognitive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"upgrade-dependencies": "npm-check-updates -u --dep dev,peer,prod --color --reject '/(carbon)/'"
},
"devDependencies": {
"npm-check-updates": "^16.14.12"
"npm-check-updates": "^17.1.11"
},
"dependencies": {
"@babel/core": "^7.23.9",
Expand Down
2 changes: 1 addition & 1 deletion config/jest-config-ibm-cloud-cognitive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"upgrade-dependencies": "npm-check-updates -u --dep dev,peer,prod --color --reject '/(carbon|^chalk$)/'"
},
"devDependencies": {
"npm-check-updates": "^16.14.12"
"npm-check-updates": "^17.1.11"
},
"peerDependencies": {
"jest": "^29.7.0"
Expand Down
2 changes: 1 addition & 1 deletion config/storybook-addon-carbon-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@babel/cli": "^7.23.9",
"@babel/core": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"npm-check-updates": "^16.14.12",
"npm-check-updates": "^17.1.11",
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.5"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"json": "^11.0.0",
"lerna": "^8.1.9",
"lint-staged": "^15.2.0",
"npm-check-updates": "^16.14.12",
"npm-check-updates": "^17.1.11",
"npm-run-all": "^4.1.5",
"npm-upgrade": "^3.1.0",
"postcss": "^8.4.33",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@storybook/source-loader": "^8.4.5",
"@storybook/theming": "^8.4.5",
"fast-glob": "^3.2.7",
"npm-check-updates": "^16.14.12",
"npm-check-updates": "^17.1.11",
"npm-run-all": "^4.1.5",
"prop-types": "^15.8.1",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ibm-products-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"jest": "^29.7.0",
"jest-config-ibm-cloud-cognitive": "^1.14.0",
"jest-environment-jsdom": "^29.7.0",
"npm-check-updates": "^16.14.12",
"npm-check-updates": "^17.1.11",
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.5",
"sass": "^1.80.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/ibm-products/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"jest-config-ibm-cloud-cognitive": "^1.14.0",
"jest-environment-jsdom": "^29.7.0",
"namor": "^1.1.2",
"npm-check-updates": "^16.14.12",
"npm-check-updates": "^17.1.11",
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.5",
"rollup": "^4.27.3",
Expand Down
Loading

0 comments on commit 1a9efae

Please sign in to comment.