Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
[terra-application, terra-dev-site] Update dependencies (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdadn authored May 3, 2024
1 parent feb6920 commit 15c824f
Show file tree
Hide file tree
Showing 7 changed files with 58 additions and 48 deletions.
84 changes: 42 additions & 42 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions packages/terra-application-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

* Changed
* Set minimum Node version to 14.

## 3.1.0 - (June 22, 2022)

* Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-application-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"access": "public"
},
"engines": {
"node": ">=10.13.0"
"node": "14"
},
"main": "index.js",
"files": [
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-application/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
## Unreleased

* Changed
* Dropped support for Node 8, 10 & 12. Node 14 is now the minimum required version.
* Locked `intl-locales-supported` to `1.8.11`.
* Updated size explanations for ModalManager managed by DisclosureManagerContext.

* The following changes from v1 are added:
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"UI"
],
"engines": {
"node": "8 || 10 || 12 || 14"
"node": "14"
},
"main": "lib/application-base/ApplicationBase.js",
"files": [
Expand All @@ -35,7 +35,7 @@
"eventemitter3": "4",
"focus-trap-react": "6",
"intl": "1",
"intl-locales-supported": ">=1.8.4 <1.8.12 || ^1.8.13",
"intl-locales-supported": "1.8.11",
"keycode-js": "3",
"lodash.debounce": "4",
"mutationobserver-shim": "<=0.3.3",
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-dev-site/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

* Changed
* Dropped support for Node 10 & 12. Node 14 is now the minimum required version.
* Dropped support for `enhanced-resolve v4` as a dependency.
* Dropped support for `webpack v4` as a peerDependency.

* The following changes from v7 are added:
* Fixed clipping issue of test pages on dev-site.
* Fixed scroll issue of doc pages with longer content.
Expand Down
6 changes: 3 additions & 3 deletions packages/terra-dev-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"access": "public"
},
"engines": {
"node": "10 || 12 || 14"
"node": "14"
},
"main": "index.js",
"files": [
Expand All @@ -39,7 +39,7 @@
"@mdx-js/react": "1",
"chalk": "4",
"classnames": "2",
"enhanced-resolve": "4 || 5",
"enhanced-resolve": "5",
"fuse.js": "6",
"glob": "7",
"html-webpack-plugin": "4",
Expand Down Expand Up @@ -75,7 +75,7 @@
"react": "16",
"react-dom": "16",
"terra-application": "2",
"webpack": "4 || 5"
"webpack": "5"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
Expand Down

0 comments on commit 15c824f

Please sign in to comment.