Skip to content

Commit

Permalink
chore(project): consolidate project deps (#9375)
Browse files Browse the repository at this point in the history
* chore(project): consolidate core-js deps

* chore(project): consolidate yargs deps

* chore(project): update fast-glob to 3.2.7

* chore(project): update fetch to 3.6.2

* chore(project): consolidate memfs deps

* chore(project): update sass to 1.36.0
  • Loading branch information
joshblack authored Aug 4, 2021
1 parent 515c019 commit ad50455
Show file tree
Hide file tree
Showing 17 changed files with 49 additions and 57 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"child-process-promise": "^2.2.1",
"clipboardy": "^2.1.0",
"enquirer": "^2.3.6",
"fast-glob": "^3.2.2",
"fast-glob": "^3.2.7",
"fs-extra": "^8.0.1",
"inquirer": "^6.4.1",
"klaw-sync": "^6.0.0",
Expand All @@ -50,6 +50,6 @@
"rollup": "^2.46.0",
"sass": "^1.36.0",
"sassdoc": "^2.7.3",
"yargs": "^15.1.0"
"yargs": "^17.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/colors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@carbon/test-utils": "^10.17.0-rc.0",
"change-case": "^4.1.1",
"fs-extra": "^8.1.0",
"node-sass": "^6.0.0",
"node-sass": "^6.0.1",
"rimraf": "^3.0.0"
},
"sideEffects": false,
Expand Down
6 changes: 3 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"chokidar": "^2.0.0",
"classnames": "^2.2.0",
"commander": "^2.13.0",
"core-js": "^3.6.5",
"core-js": "^3.16.0",
"cross-env": "^5.2.0",
"css-loader": "^3.4.2",
"custom-event": "^1.0.0",
Expand Down Expand Up @@ -148,7 +148,7 @@
"minimatch": "^3.0.4",
"mkdirp": "^0.5.0",
"mock-raf": "^1.0.0",
"node-sass": "^6.0.0",
"node-sass": "^6.0.1",
"nodemon": "^1.18.7",
"path-to-regexp": "^6.2.0",
"portscanner": "^2.2.0",
Expand All @@ -174,7 +174,7 @@
"webpack": "^4.41.5",
"webpack-dev-middleware": "^3.7.2",
"webpack-hot-middleware": "^2.21.0",
"whatwg-fetch": "^3.0.0"
"whatwg-fetch": "^3.6.2"
},
"sideEffects": [
"css/**/*.css",
Expand Down
4 changes: 2 additions & 2 deletions packages/icon-build-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"@rollup/plugin-replace": "^2.4.2",
"browserslist-config-carbon": "^10.6.1",
"change-case": "^4.1.1",
"core-js": "^3.6.5",
"core-js": "^3.16.0",
"fs-extra": "^8.1.0",
"joi": "^14.3.1",
"js-yaml": "^3.12.1",
"klaw-sync": "^6.0.0",
"memfs": "^3.0.4",
"memfs": "^3.2.2",
"prettier": "^2.2.1",
"prop-types": "^15.6.2",
"react": "^16.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@carbon/cli-reporter": "^10.5.0",
"@carbon/scss-generator": "^10.13.0",
"@carbon/test-utils": "^10.17.0-rc.0",
"core-js": "^3.6.5",
"core-js": "^3.16.0",
"rimraf": "^3.0.0"
},
"eyeglass": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"carbon-icons": "^7.0.5",
"chalk": "^4.1.1",
"cli-table": "^0.3.0",
"core-js": "^3.6.5",
"core-js": "^3.16.0",
"cross-env": "^5.2.0",
"css-loader": "^3.4.2",
"cypress": "^8.1.0",
Expand Down Expand Up @@ -135,7 +135,7 @@
"terser-webpack-plugin": "^2.3.2",
"webpack": "^4.41.5",
"webpack-dev-server": "^3.11.2",
"whatwg-fetch": "^2.0.3"
"whatwg-fetch": "^3.6.2"
},
"sideEffects": false,
"babel": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sketch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@carbon/type": "^10.33.0-rc.0",
"@skpm/builder": "^0.7.0",
"color-string": "^1.5.3",
"core-js": "^3.11.1",
"core-js": "^3.16.0",
"regenerator-runtime": "^0.13.7",
"skpm": "^1.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"tabbable": "^4.0.0"
},
"devDependencies": {
"node-sass": "^6.0.0",
"node-sass": "^6.0.1",
"react-dom": "^16.9.0"
}
}
4 changes: 2 additions & 2 deletions packages/themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
"@carbon/scss-generator": "^10.13.0",
"@carbon/test-utils": "^10.17.0-rc.0",
"change-case": "^4.1.1",
"core-js": "^3.6.5",
"core-js": "^3.16.0",
"fs-extra": "^8.1.0",
"js-yaml": "^3.13.0",
"node-sass": "^4.13.1",
"node-sass": "^6.0.1",
"rimraf": "^3.0.0"
},
"sideEffects": false
Expand Down
2 changes: 1 addition & 1 deletion packages/upgrade/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"chalk": "^4.1.1",
"change-case": "^4.1.2",
"cross-spawn": "^7.0.3",
"fast-glob": "^3.2.5",
"fast-glob": "^3.2.7",
"fs-extra": "^10.0.0",
"inquirer": "^8.1.0",
"jest-diff": "^27.0.6",
Expand Down
74 changes: 33 additions & 41 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1724,7 +1724,7 @@ __metadata:
child-process-promise: ^2.2.1
clipboardy: ^2.1.0
enquirer: ^2.3.6
fast-glob: ^3.2.2
fast-glob: ^3.2.7
fs-extra: ^8.0.1
inquirer: ^6.4.1
klaw-sync: ^6.0.0
Expand All @@ -1738,7 +1738,7 @@ __metadata:
rollup: ^2.46.0
sass: ^1.36.0
sassdoc: ^2.7.3
yargs: ^15.1.0
yargs: ^17.0.1
bin:
carbon-cli: ./bin/carbon-cli.js
languageName: unknown
Expand All @@ -1763,7 +1763,7 @@ __metadata:
"@carbon/test-utils": ^10.17.0-rc.0
change-case: ^4.1.1
fs-extra: ^8.1.0
node-sass: ^6.0.0
node-sass: ^6.0.1
rimraf: ^3.0.0
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -1836,12 +1836,12 @@ __metadata:
"@rollup/plugin-replace": ^2.4.2
browserslist-config-carbon: ^10.6.1
change-case: ^4.1.1
core-js: ^3.6.5
core-js: ^3.16.0
fs-extra: ^8.1.0
joi: ^14.3.1
js-yaml: ^3.12.1
klaw-sync: ^6.0.0
memfs: ^3.0.4
memfs: ^3.2.2
prettier: ^2.2.1
prop-types: ^15.6.2
react: ^16.6.0
Expand Down Expand Up @@ -1947,7 +1947,7 @@ __metadata:
"@carbon/cli-reporter": ^10.5.0
"@carbon/scss-generator": ^10.13.0
"@carbon/test-utils": ^10.17.0-rc.0
core-js: ^3.6.5
core-js: ^3.16.0
rimraf: ^3.0.0
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -2057,7 +2057,7 @@ __metadata:
"@carbon/type": ^10.33.0-rc.0
"@skpm/builder": ^0.7.0
color-string: ^1.5.3
core-js: ^3.11.1
core-js: ^3.16.0
cross-env: ^5.2.0
regenerator-runtime: ^0.13.7
rimraf: ^3.0.0
Expand Down Expand Up @@ -2106,7 +2106,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@carbon/test-utils@workspace:packages/test-utils"
dependencies:
node-sass: ^6.0.0
node-sass: ^6.0.1
prettier: ^2.2.1
react: ^17.0.1
react-dom: ^16.9.0
Expand Down Expand Up @@ -2134,10 +2134,10 @@ __metadata:
"@carbon/type": ^10.33.0-rc.0
change-case: ^4.1.1
color: ^3.1.2
core-js: ^3.6.5
core-js: ^3.16.0
fs-extra: ^8.1.0
js-yaml: ^3.13.0
node-sass: ^4.13.1
node-sass: ^6.0.1
rimraf: ^3.0.0
languageName: unknown
linkType: soft
Expand All @@ -2162,7 +2162,7 @@ __metadata:
chalk: ^4.1.1
change-case: ^4.1.2
cross-spawn: ^7.0.3
fast-glob: ^3.2.5
fast-glob: ^3.2.7
fs-extra: ^10.0.0
inquirer: ^8.1.0
jest-diff: ^27.0.6
Expand Down Expand Up @@ -10349,7 +10349,7 @@ __metadata:
classnames: 2.3.1
cli-table: ^0.3.0
copy-to-clipboard: ^3.3.1
core-js: ^3.6.5
core-js: ^3.16.0
cross-env: ^5.2.0
css-loader: ^3.4.2
cypress: ^8.1.0
Expand Down Expand Up @@ -10391,7 +10391,7 @@ __metadata:
use-resize-observer: ^6.0.0
webpack: ^4.41.5
webpack-dev-server: ^3.11.2
whatwg-fetch: ^2.0.3
whatwg-fetch: ^3.6.2
window-or-global: ^1.0.1
peerDependencies:
carbon-components: ^10.30.0
Expand Down Expand Up @@ -10464,7 +10464,7 @@ __metadata:
chokidar: ^2.0.0
classnames: ^2.2.0
commander: ^2.13.0
core-js: ^3.6.5
core-js: ^3.16.0
cross-env: ^5.2.0
css-loader: ^3.4.2
custom-event: ^1.0.0
Expand Down Expand Up @@ -10509,7 +10509,7 @@ __metadata:
minimatch: ^3.0.4
mkdirp: ^0.5.0
mock-raf: ^1.0.0
node-sass: ^6.0.0
node-sass: ^6.0.1
nodemon: ^1.18.7
path-to-regexp: ^6.2.0
portscanner: ^2.2.0
Expand All @@ -10536,7 +10536,7 @@ __metadata:
webpack: ^4.41.5
webpack-dev-middleware: ^3.7.2
webpack-hot-middleware: ^2.21.0
whatwg-fetch: ^3.0.0
whatwg-fetch: ^3.6.2
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -12097,10 +12097,10 @@ __metadata:
languageName: node
linkType: hard

"core-js@npm:^3.0.1, core-js@npm:^3.0.4, core-js@npm:^3.11.1, core-js@npm:^3.15.0, core-js@npm:^3.2.0, core-js@npm:^3.6.5, core-js@npm:^3.8.2":
version: 3.15.2
resolution: "core-js@npm:3.15.2"
checksum: f8f61569c4c3bdf50679226f5a1045551192a2f4bc3fa46a873b6fa834cff6d1634ee138a6e4bae3eea99f1b1db2d588fa693de74640447476292b41f595a4c3
"core-js@npm:^3.0.1, core-js@npm:^3.0.4, core-js@npm:^3.15.0, core-js@npm:^3.16.0, core-js@npm:^3.2.0, core-js@npm:^3.6.5, core-js@npm:^3.8.2":
version: 3.16.0
resolution: "core-js@npm:3.16.0"
checksum: e215cf057fadd86e5386d8042c1bd0ddab1c7811d8f66d272c356ba9bae34c0897c3f5a80d19f93fd74cff832652354a0feb0c817234a066ae9177e28c6d865a
languageName: node
linkType: hard

Expand Down Expand Up @@ -15634,17 +15634,16 @@ __metadata:
languageName: node
linkType: hard

"fast-glob@npm:^3.0.3, fast-glob@npm:^3.1.1, fast-glob@npm:^3.2.2, fast-glob@npm:^3.2.4, fast-glob@npm:^3.2.5":
version: 3.2.5
resolution: "fast-glob@npm:3.2.5"
"fast-glob@npm:^3.0.3, fast-glob@npm:^3.1.1, fast-glob@npm:^3.2.4, fast-glob@npm:^3.2.5, fast-glob@npm:^3.2.7":
version: 3.2.7
resolution: "fast-glob@npm:3.2.7"
dependencies:
"@nodelib/fs.stat": ^2.0.2
"@nodelib/fs.walk": ^1.2.3
glob-parent: ^5.1.0
glob-parent: ^5.1.2
merge2: ^1.3.0
micromatch: ^4.0.2
picomatch: ^2.2.1
checksum: 5d6772c9b63dbb739d60b5630851e1f2cbf9744119e0968eac44c9f8cbc2d3d5cb4f2f0c74715ccb23daa336c87bea42186ed367e6c991afee61cd3d967320eb
micromatch: ^4.0.4
checksum: 2f4708ff112d2b451888129fdd9a0938db88b105b0ddfd043c064e3c4d3e20eed8d7c7615f7565fee660db34ddcf08a2db1bf0ab3c00b87608e4719694642d78
languageName: node
linkType: hard

Expand Down Expand Up @@ -17059,7 +17058,7 @@ __metadata:
languageName: node
linkType: hard

"glob-parent@npm:^5.0.0, glob-parent@npm:^5.1.0, glob-parent@npm:^5.1.2, glob-parent@npm:~5.1.0":
"glob-parent@npm:^5.0.0, glob-parent@npm:^5.1.2, glob-parent@npm:~5.1.0":
version: 5.1.2
resolution: "glob-parent@npm:5.1.2"
dependencies:
Expand Down Expand Up @@ -23492,7 +23491,7 @@ __metadata:
languageName: node
linkType: hard

"memfs@npm:^3.0.4, memfs@npm:^3.1.2, memfs@npm:^3.2.2":
"memfs@npm:^3.1.2, memfs@npm:^3.2.2":
version: 3.2.2
resolution: "memfs@npm:3.2.2"
dependencies:
Expand Down Expand Up @@ -35099,17 +35098,10 @@ resolve@^2.0.0-next.3:
languageName: node
linkType: hard

"whatwg-fetch@npm:^2.0.3":
version: 2.0.4
resolution: "whatwg-fetch@npm:2.0.4"
checksum: de7c65a68d7d62e2f144a6b30293370b3ad82b65ebcd68f2ac8e8bbe7ede90febd98ba9486b78c1cbc950e0e8838fa5c2727f939899ab3fc7b71a04be52d33a5
languageName: node
linkType: hard

"whatwg-fetch@npm:^3.0.0":
version: 3.0.0
resolution: "whatwg-fetch@npm:3.0.0"
checksum: dcb90ab919e742d275c32d397d7480f6981da4c1b49961f0d0a2fa6825325b553fee2d793bc38ed85b9bcc8c50de39802440e2480fe40243067b3dab228c52c3
"whatwg-fetch@npm:^3.6.2":
version: 3.6.2
resolution: "whatwg-fetch@npm:3.6.2"
checksum: ee976b7249e7791edb0d0a62cd806b29006ad7ec3a3d89145921ad8c00a3a67e4be8f3fb3ec6bc7b58498724fd568d11aeeeea1f7827e7e1e5eae6c8a275afed
languageName: node
linkType: hard

Expand Down Expand Up @@ -35877,7 +35869,7 @@ resolve@^2.0.0-next.3:
languageName: node
linkType: hard

"yargs@npm:^15.0.1, yargs@npm:^15.1.0, yargs@npm:^15.3.1":
"yargs@npm:^15.0.1, yargs@npm:^15.3.1":
version: 15.4.1
resolution: "yargs@npm:15.4.1"
dependencies:
Expand Down

0 comments on commit ad50455

Please sign in to comment.