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

Commit

Permalink
reformatted package.jsons
Browse files Browse the repository at this point in the history
  • Loading branch information
sdadn committed May 15, 2024
1 parent 6524f79 commit 2f632db
Show file tree
Hide file tree
Showing 45 changed files with 1,144 additions and 1,144 deletions.
1,106 changes: 553 additions & 553 deletions package-lock.json

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions packages/terra-abstract-modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,25 +31,25 @@
"NOTICE",
"README.md"
],
"peerDependencies": {
"react": "16",
"react-dom": "16",
"react-intl": "2 || 3 || 4 || 5"
},
"dependencies": {
"classnames": "^2.2.5",
"keycode-js": "^3.1.0",
"classnames": "2",
"keycode-js": "3",
"mutationobserver-shim": "<=0.3.3",
"promise-polyfill": "^8.3.0",
"prop-types": "^15.5.8",
"react-focus-on": "^3.9.1",
"react-portal": "^4.1.2",
"terra-theme-context": "^1.9.0",
"terra-visually-hidden-text": "^2.0.0",
"wicg-inert": "^3.0.0"
},
"peerDependencies": {
"react": "^16.8.5",
"react-dom": "^16.8.5",
"react-intl": "^2.8.0 || 3 || 4 || 5"
"promise-polyfill": "8",
"prop-types": "15",
"react-focus-on": "3",
"react-portal": "4",
"terra-theme-context": "1",
"terra-visually-hidden-text": "2",
"wicg-inert": "3"
},
"devDependencies": {
"terra-icon": "^3.19.0"
"terra-icon": "3"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
Expand Down
12 changes: 6 additions & 6 deletions packages/terra-aggregator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"NOTICE",
"README.md"
],
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8"
},
"peerDependencies": {
"react": "^16.8.5",
"react-dom": "^16.8.5"
"react": "16",
"react-dom": "16"
},
"dependencies": {
"classnames": "2",
"prop-types": "15"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
Expand Down
18 changes: 9 additions & 9 deletions packages/terra-application-header-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@
"NOTICE",
"README.md"
],
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-theme-context": "^1.9.0"
},
"peerDependencies": {
"react": "^16.8.5",
"react-dom": "^16.8.5",
"react-intl": "^2.8.0 || 3 || 4 || 5"
"react": "16",
"react-dom": "16",
"react-intl": "2 || 3 || 4 || 5"
},
"dependencies": {
"classnames": "2",
"prop-types": "15",
"terra-theme-context": "1"
},
"devDependencies": {
"terra-responsive-element": "^5.0.0"
"terra-responsive-element": "5"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
Expand Down
52 changes: 26 additions & 26 deletions packages/terra-application-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,35 +31,35 @@
"NOTICE",
"README.md"
],
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"react-router-dom": "^5.0.0",
"terra-application-header-layout": "^3.41.0",
"terra-application-links": "^6.84.0",
"terra-application-menu-layout": "^3.32.0",
"terra-application-name": "^3.45.0",
"terra-application-utility": "^2.58.0",
"terra-breakpoints": "^2.19.0",
"terra-icon": "^3.19.0",
"terra-modal-manager": "^6.78.0",
"terra-navigation-layout": "^5.41.0",
"terra-navigation-side-menu": "^2.57.0",
"terra-popup": "^6.83.0",
"terra-theme-context": "^1.9.0"
},
"peerDependencies": {
"react": "^16.8.5",
"react-dom": "^16.8.5",
"react-intl": "^2.8.0 || 3 || 4 || 5",
"terra-disclosure-manager": "^4.9.0"
"react": "16",
"react-dom": "16",
"react-intl": "2 || 3 || 4 || 5",
"terra-disclosure-manager": "4"
},
"dependencies": {
"classnames": "2",
"prop-types": "15",
"react-router-dom": "5",
"terra-application-header-layout": "3",
"terra-application-links": "6",
"terra-application-menu-layout": "3",
"terra-application-name": "3",
"terra-application-utility": "2",
"terra-breakpoints": "2",
"terra-icon": "3",
"terra-modal-manager": "6",
"terra-navigation-layout": "5",
"terra-navigation-side-menu": "2",
"terra-popup": "6",
"terra-theme-context": "1"
},
"devDependencies": {
"terra-action-header": "^2.0.0",
"terra-avatar": "^3.8.0",
"terra-button": "^3.3.0",
"terra-content-container": "^3.0.0",
"terra-image": "^3.0.0"
"terra-action-header": "2",
"terra-avatar": "3",
"terra-button": "3",
"terra-content-container": "3",
"terra-image": "3"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
Expand Down
28 changes: 14 additions & 14 deletions packages/terra-application-links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,23 @@
"NOTICE",
"README.md"
],
"dependencies": {
"classnames": "^2.2.5",
"keycode-js": "^3.1.0",
"prop-types": "^15.5.8",
"resize-observer-polyfill": "^1.4.1",
"terra-icon": "^3.19.0",
"terra-popup": "^6.83.0",
"terra-theme-context": "^1.9.0"
},
"peerDependencies": {
"react": "^16.8.5",
"react-dom": "^16.8.5",
"react-intl": "^2.8.0 || 3 || 4 || 5",
"react-router-dom": "^5.0.0"
"react": "16",
"react-dom": "16",
"react-intl": "2 || 3 || 4 || 5",
"react-router-dom": "5"
},
"dependencies": {
"classnames": "2",
"keycode-js": "3",
"prop-types": "15",
"resize-observer-polyfill": "1",
"terra-icon": "3",
"terra-popup": "6",
"terra-theme-context": "1"
},
"devDependencies": {
"react-router-dom": "^5.0.0"
"react-router-dom": "5"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
Expand Down
12 changes: 6 additions & 6 deletions packages/terra-application-menu-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
"NOTICE",
"README.md"
],
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8"
},
"peerDependencies": {
"react": "^16.8.5",
"react-dom": "^16.8.5"
"react": "16",
"react-dom": "16"
},
"dependencies": {
"classnames": "2",
"prop-types": "15"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
Expand Down
20 changes: 10 additions & 10 deletions packages/terra-application-name/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@
"NOTICE",
"README.md"
],
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-theme-context": "^1.9.0"
},
"peerDependencies": {
"react": "^16.8.5",
"react-dom": "^16.8.5"
"react": "16",
"react-dom": "16"
},
"dependencies": {
"classnames": "2",
"prop-types": "15",
"terra-theme-context": "1"
},
"devDependencies": {
"terra-application-header-layout": "^3.41.0",
"terra-application-menu-layout": "^3.32.0",
"terra-image": "^3.0.0"
"terra-application-header-layout": "3",
"terra-application-menu-layout": "3",
"terra-image": "3"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
Expand Down
54 changes: 27 additions & 27 deletions packages/terra-application-navigation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,36 +31,36 @@
"NOTICE",
"README.md"
],
"dependencies": {
"@cerner/terra-docs": "^1.0.0",
"classnames": "^2.2.5",
"focus-trap-react": "^6.0.0",
"keycode-js": "^3.1.0",
"lodash.debounce": "^4.0.8",
"prop-types": "^15.5.8",
"react-onclickoutside": "^6.7.1",
"resize-observer-polyfill": "^1.4.1",
"terra-action-footer": "^2.0.0",
"terra-action-header": "^2.0.0",
"terra-avatar": "^3.8.0",
"terra-breakpoints": "^2.19.0",
"terra-button": "^3.3.0",
"terra-content-container": "^3.0.0",
"terra-icon": "^3.19.0",
"terra-image": "^3.0.0",
"terra-overlay": "^3.0.0",
"terra-popup": "^6.83.0",
"terra-theme-context": "^1.9.0",
"terra-visually-hidden-text": "^2.0.0"
},
"peerDependencies": {
"react": "^16.8.5",
"react-dom": "^16.8.5",
"react-intl": "^2.8.0 || 3 || 4 || 5",
"terra-application": "^1.0.0"
"react": "16",
"react-dom": "16",
"react-intl": "2 || 3 || 4 || 5",
"terra-application": "1"
},
"dependencies": {
"@cerner/terra-docs": "1",
"classnames": "2",
"focus-trap-react": "6",
"keycode-js": "3",
"lodash.debounce": "4",
"prop-types": "15",
"react-onclickoutside": "6",
"resize-observer-polyfill": "1",
"terra-action-footer": "2",
"terra-action-header": "2",
"terra-avatar": "3",
"terra-breakpoints": "2",
"terra-button": "3",
"terra-content-container": "3",
"terra-icon": "3",
"terra-image": "3",
"terra-overlay": "3",
"terra-popup": "6",
"terra-theme-context": "1",
"terra-visually-hidden-text": "2"
},
"devDependencies": {
"terra-application": "^1.48.0"
"terra-application": "1"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
Expand Down
30 changes: 15 additions & 15 deletions packages/terra-application-utility/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,24 +31,24 @@
"NOTICE",
"README.md"
],
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-arrange": "^3.53.0",
"terra-button": "^3.3.0",
"terra-content-container": "^3.0.0",
"terra-icon": "^3.19.0",
"terra-theme-context": "^1.9.0"
},
"peerDependencies": {
"react": "^16.8.5",
"react-dom": "^16.8.5",
"react-intl": "^2.8.0 || 3 || 4 || 5"
"react": "16",
"react-dom": "16",
"react-intl": "2 || 3 || 4 || 5"
},
"dependencies": {
"classnames": "2",
"prop-types": "15",
"terra-arrange": "3",
"terra-button": "3",
"terra-content-container": "3",
"terra-icon": "3",
"terra-theme-context": "1"
},
"devDependencies": {
"terra-application-header-layout": "^3.41.0",
"terra-application-menu-layout": "^3.32.0",
"terra-image": "^3.0.0"
"terra-application-header-layout": "3",
"terra-application-menu-layout": "3",
"terra-image": "3"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
Expand Down
14 changes: 7 additions & 7 deletions packages/terra-brand-footer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
"NOTICE",
"README.md"
],
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-theme-context": "^1.9.0"
},
"peerDependencies": {
"react": "^16.8.5",
"react-dom": "^16.8.5"
"react": "16",
"react-dom": "16"
},
"dependencies": {
"classnames": "2",
"prop-types": "15",
"terra-theme-context": "1"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
Expand Down
Loading

0 comments on commit 2f632db

Please sign in to comment.