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

Update package.json #369

Merged
merged 9 commits into from
Mar 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
122 changes: 61 additions & 61 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"name": "terra-application-mono",
"private": true,
"version": "0.0.0",
"description": "terra-application monorepo",
"engines": {
"node": "10 || 12 || 14",
"npm": "6 || 9"
},
"author": "Cerner Corporation",
"repository": {
"type": "git",
"url": "git+https://github.com/cerner/terra-application.git"
},
"bugs": {
"url": "https://github.com/cerner/terra-application/issues"
},
"license": "Apache-2.0",
"keywords": [
"Cerner",
"Terra",
"Terra Application",
"terra-application"
],
"author": "Cerner Corporation",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/cerner/terra-application/issues"
"private": true,
"engines": {
"node": "10 || 12 || 14",
"npm": "6 || 9"
},
"browserslist": [
"extends @cerner/browserslist-config-terra"
Expand Down Expand Up @@ -51,6 +51,58 @@
"scss/at-mixin-pattern": "^(terra-)[a-z]+([a-z0-9-]+[a-z0-9]+)?$"
}
},
"devDependencies": {
"@babel/cli": "7",
"@babel/core": "7",
"@babel/plugin-proposal-class-properties": "7",
"@babel/plugin-proposal-object-rest-spread": "7",
"@babel/plugin-transform-async-to-generator": "7",
"@babel/plugin-transform-object-assign": "7",
"@babel/plugin-transform-regenerator": "7",
"@babel/plugin-transform-runtime": "7",
"@babel/preset-env": "7",
"@babel/preset-react": "7",
"@cerner/browserslist-config-terra": "4",
"@cerner/eslint-config-terra": "5",
"@cerner/jest-config-terra": "2",
"@cerner/package-json-lint": "1",
"@cerner/package-json-lint-config-terra": "1",
"@cerner/stylelint-config-terra": "5",
"@cerner/terra-cli": "1",
"@cerner/terra-functional-testing": "4",
"@cerner/terra-open-source-scripts": "1",
"@cerner/webpack-config-terra": "3",
"@octokit/core": "3",
"@testing-library/jest-dom": "5",
"@testing-library/react": "10",
"@testing-library/react-hooks": "5",
"@testing-library/user-event": "12",
"core-js": "3",
"danger": "11",
"enzyme": "3",
"enzyme-adapter-react-16": "1",
"enzyme-to-json": "3",
"eslint": "7",
"gh-pages": "3",
"html-webpack-plugin": "4",
"intl": "1",
"jest": "27",
"ky": "^0.12.0",
"lerna": "6",
"loader-runner": "4",
"postcss": "8.4.31",
"react": "16",
"react-dom": "16",
"react-intl": "2",
"regenerator-runtime": "^0.13.9",
"stylelint": "15",
"terra-collapsible-menu-view": "6",
"terra-enzyme-intl": "3",
"webpack": "5",
"webpack-cli": "4",
"webpack-dev-server": "4",
"webpack-merge": "5"
},
"scripts": {
"bootstrap:hoist": "lerna bootstrap --hoist",
"clean": "npm run clean:root && npm run clean:lib",
Expand Down Expand Up @@ -86,57 +138,5 @@
"wdio-lowlight": "terra wdio --themes clinical-lowlight-theme",
"wdio-fusion": "terra wdio --themes orion-fusion-theme",
"wdio": "terra wdio --themes terra-default-theme clinical-lowlight-theme orion-fusion-theme"
},
"devDependencies": {
"@babel/cli": "^7.13.14",
"@babel/core": "^7.13.14",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
"@babel/plugin-transform-async-to-generator": "^7.13.0",
"@babel/plugin-transform-object-assign": "^7.12.13",
"@babel/plugin-transform-regenerator": "^7.12.13",
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/preset-env": "^7.13.12",
"@babel/preset-react": "^7.13.13",
"@cerner/browserslist-config-terra": "^4.0.0",
"@cerner/eslint-config-terra": "^5.0.0",
"@cerner/jest-config-terra": "^2.0.0",
"@cerner/package-json-lint": "^1.0.0",
"@cerner/package-json-lint-config-terra": "^1.0.0",
"@cerner/stylelint-config-terra": "^5.0.0",
"@cerner/terra-cli": "^1.1.0",
"@cerner/terra-functional-testing": "^4.1.0",
"@cerner/terra-open-source-scripts": "^1.1.0",
"@cerner/webpack-config-terra": "^3.0.1",
"@octokit/core": "^3.4.0",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^10.0.4",
"@testing-library/react-hooks": "^5.0.0",
"@testing-library/user-event": "^12.6.0",
"core-js": "^3.15.2",
"danger": "^11.2.2",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.4.4",
"eslint": "^7.19.0",
"gh-pages": "^3.1.0",
"html-webpack-plugin": "^4.5.0",
"intl": "^1.2.5",
"jest": "^27.0.0",
"ky": "^0.12.0",
"lerna": "^6.4.1",
"loader-runner": "^4.1.0",
"postcss": "8.4.31",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-intl": "^2.9.0",
"regenerator-runtime": "^0.13.9",
"stylelint": "^15.0.0",
"terra-collapsible-menu-view": "^6.29.0",
"terra-enzyme-intl": "^3.3.0",
"webpack": "^5.28.0",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^4.11.1",
"webpack-merge": "^5.7.3"
}
}
68 changes: 34 additions & 34 deletions packages/terra-application-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,57 +2,57 @@
"name": "@cerner/terra-application-docs",
"version": "2.13.0",
"description": "Contains documentation for packages in the terra-application monorepo",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"author": "Cerner Corporation",
"repository": {
"type": "git",
"url": "git+https://github.com/cerner/terra-application.git",
"directory": "packages/terra-application-docs"
},
"bugs": {
"url": "https://github.com/cerner/terra-application/issues"
},
"homepage": "https://github.com/cerner/terra-application",
"license": "Apache-2.0",
"keywords": [
"terra-application-docs",
"Cerner",
"Terra"
"Terra",
"terra-application-docs"
],
"author": "Cerner Corporation",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/cerner/terra-application/issues"
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=10.13.0"
},
"main": "index.js",
"files": [
"lib",
"src"
],
"engines": {
"node": ">=10.13.0"
},
"homepage": "https://github.com/cerner/terra-application",
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
"lint": "eslint --ext .js,.jsx .",
"precompile": "rm -rf lib"
},
"dependencies": {
"@cerner/terra-dev-site": "^7.12.0",
"@cerner/terra-docs": "^1.0.0",
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"react-router-dom": "^5.0.0",
"terra-button": "^3.42.0",
"terra-disclosure-manager": "^4.27.0",
"terra-icon": "^3.40.0",
"terra-mixins": "^1.33.0",
"terra-toolbar": "^1.22.0"
"@cerner/terra-dev-site": "7",
"@cerner/terra-docs": "1",
"classnames": "2",
"prop-types": "15",
"react-router-dom": "5",
"terra-button": "3",
"terra-disclosure-manager": "4",
"terra-icon": "3",
"terra-mixins": "1",
"terra-toolbar": "1"
},
"peerDependencies": {
"react": "^16.8.5",
"react-dom": "^16.8.5",
"react-intl": ">=2.8 <6.0",
"terra-application": "^1.54.0"
"react": "16",
"react-dom": "16",
"react-intl": "2 || 3 || 4 || 5",
"terra-application": "1"
},
"devDependencies": {
"terra-application": "^1.57.0"
"terra-application": "1"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
"lint": "eslint --ext .js,.jsx .",
"precompile": "rm -rf lib"
}
}
102 changes: 51 additions & 51 deletions packages/terra-application/package.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,77 @@
{
"name": "terra-application",
"main": "lib/application-base/ApplicationBase.js",
"version": "1.57.0",
"description": "A framework to support application development with Terra components",
"engines": {
"node": "^8.9.2 || ^10.13.0 || ^12.0.0 || ^14.0.0"
},
"author": "Cerner Corporation",
"repository": {
"type": "git",
"url": "git+https://github.com/cerner/terra-application",
"directory": "packages/terra-application"
},
"bugs": {
"url": "https://github.com/cerner/terra-application/issues"
},
"license": "Apache-2.0",
"keywords": [
"Application",
"Cerner",
"Terra",
"terra-application",
"Application",
"UI"
],
"author": "Cerner Corporation",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/cerner/terra-application/issues"
"engines": {
"node": "8 || 10 || 12 || 14"
},
"main": "lib/application-base/ApplicationBase.js",
"files": [
"lib",
"src",
"translations",
"tests/wdio/*-spec.js",
"tests/wdio/**/*-spec.js"
],
"dependencies": {
"@cerner/terra-docs": "1",
"classnames": "2",
"eventemitter3": "4",
"focus-trap-react": "6",
"keycode-js": "3",
"lodash.debounce": "4",
"mutationobserver-shim": "<=0.3.3",
"prop-types": "15",
"react-draggable": "4",
"react-onclickoutside": "6",
"resize-observer-polyfill": "1",
"terra-action-footer": "2",
"terra-action-header": "2",
"terra-avatar": "3",
"terra-base": "5",
"terra-breakpoints": "2",
"terra-button": "3",
"terra-content-container": "3",
"terra-disclosure-manager": "4",
"terra-divider": "3",
"terra-icon": "3",
"terra-modal-manager": "6",
"terra-navigation-prompt": "1",
"terra-notification-dialog": "4",
"terra-overlay": "3",
"terra-popup": "6",
"terra-scroll": "2",
"terra-slide-panel-manager": "5",
"terra-status-view": "4",
"terra-theme-context": "1",
"terra-theme-provider": "4",
"terra-toolbar": "1",
"terra-visually-hidden-text": "2",
"uuid": "3.4.0",
"wicg-inert": "3.1.2"
},
"peerDependencies": {
"react": "16",
"react-dom": "16",
"react-intl": "2"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
"lint": "npm run lint:js && npm run lint:scss",
Expand All @@ -42,47 +84,5 @@
"wdio-lowlight": "cd ../.. && terra wdio --themes clinical-lowlight-theme",
"wdio-fusion": "cd ../.. && terra wdio --themes orion-fusion-theme",
"wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion"
},
"dependencies": {
"@cerner/terra-docs": "^1.0.0",
"classnames": "^2.2.5",
"eventemitter3": "^4.0.4",
"focus-trap-react": "^6.0.0",
"keycode-js": "^3.1.0",
"lodash.debounce": "^4.0.8",
"mutationobserver-shim": "<=0.3.3",
"prop-types": "^15.5.8",
"react-draggable": "^4.4.3",
"react-onclickoutside": "^6.7.1",
"resize-observer-polyfill": "^1.4.1",
"terra-action-footer": "^2.52.0",
"terra-action-header": "^2.70.0",
"terra-avatar": "^3.12.0",
"terra-base": "^5.0.0",
"terra-breakpoints": "^2.0.0",
"terra-button": "^3.42.0",
"terra-content-container": "^3.34.0",
"terra-disclosure-manager": "^4.27.0",
"terra-divider": "^3.33.0",
"terra-icon": "^3.40.0",
"terra-modal-manager": "^6.20.0",
"terra-navigation-prompt": "^1.40.0",
"terra-notification-dialog": "^4.0.0",
"terra-overlay": "^3.32.0",
"terra-popup": "^6.48.0",
"terra-scroll": "^2.18.0",
"terra-slide-panel-manager": "^5.19.0",
"terra-status-view": "^4.10.0",
"terra-theme-context": "^1.0.0",
"terra-theme-provider": "^4.0.0",
"terra-toolbar": "^1.22.0",
"terra-visually-hidden-text": "^2.31.0",
"uuid": "3.4.0",
"wicg-inert": "3.1.2"
},
"peerDependencies": {
"react": "^16.8.5",
"react-dom": "^16.8.5",
"react-intl": "^2.9.0"
}
}
Loading
Loading