Skip to content

Commit

Permalink
Update dependencies. (#1079)
Browse files Browse the repository at this point in the history
* Remove internal packages to bypass lerna nonsense.

Include output.json to make restoring deps easier.

* Disable build scripts to make changing deps easier.

* Update root deps.

* Fix typescript issue.

* Create restore script to restore internal deps/scripts.

* Update commerce-sdk-react deps.

* Update test-commerce-sdk-react deps.

* Update template-typescript-minimal deps

* Improve restore script.

* Fix trailing comma.

* Update template-retail-react-app deps

* npm prune everything

* Update pwa-kit-runtime deps

* Update pwa-kit-react-sdk deps

* Update pwa-kit-create-app deps

* Update pwa-kit-dev deps (except eslint)

* Update pwa-kit-dev eslint deps

* Update internal-lib-build deps (except eslint)

* Update pwa-kit eslint deps

* Restore internal deps.

* Restore build scripts.

* Remove temporary helper files.

* Bump ua-parser-js to avoid vulnerable version.

* Anchor cross-env common dep to version used by internal-lib-build.

* Re-enable eslint.
  • Loading branch information
wjhsf authored Mar 23, 2023
1 parent 6f45b3b commit 3879413
Show file tree
Hide file tree
Showing 24 changed files with 86,971 additions and 87,856 deletions.
222 changes: 37 additions & 185 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"npm": "^6.14.4 || ^7.0.0 || ^8.0.0"
},
"devDependencies": {
"commander": "^2.20.0",
"lerna": "^3.20.2",
"semver": "^7.3.2",
"commander": "^2.20.3",
"lerna": "^3.22.1",
"semver": "^7.3.8",
"shelljs": "^0.8.5"
},
"scripts": {
Expand Down
Loading

0 comments on commit 3879413

Please sign in to comment.