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

Commit

Permalink
Miscellaneous package.json updates (#864)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdadn authored May 6, 2024
1 parent fddebb1 commit 6e7d2ee
Show file tree
Hide file tree
Showing 32 changed files with 237 additions and 213 deletions.
2 changes: 0 additions & 2 deletions packages/browserslist-config-terra/.npmignore

This file was deleted.

9 changes: 7 additions & 2 deletions packages/browserslist-config-terra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,14 @@
"access": "public"
},
"main": "browserslist.config.js",
"files": [
"browserslist.config.js",
"CHANGELOG.md",
"NOTICE",
"LICENSE"
],
"devDependencies": {
"@cerner/eslint-config-terra": "^5.6.0",
"eslint": "^7.32.0"
"@cerner/eslint-config-terra": "^5.6.0"
},
"scripts": {
"clean": "echo 'removing ./node_modules' && rm -rf node_modules && echo 'removed ./node_modules'",
Expand Down
4 changes: 0 additions & 4 deletions packages/duplicate-package-checker-webpack-plugin/.npmignore

This file was deleted.

23 changes: 14 additions & 9 deletions packages/duplicate-package-checker-webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,26 @@
"npm": "6 || 9"
},
"main": "lib/index.js",
"files": [
"lib",
"CHANGELOG.md",
"NOTICE",
"LICENSE"
],
"dependencies": {
"chalk": "^4.1.0",
"find-root": "^1.0.0",
"lodash.groupby": "^4.6.0",
"semver": "^7.3.4"
"chalk": "4",
"find-root": "1",
"lodash.groupby": "4",
"semver": "7"
},
"peerDependencies": {
"webpack": "^4.30.0 || ^5.0.0"
"webpack": "4 || 5"
},
"devDependencies": {
"@babel/cli": "^7.22.10",
"@babel/core": "^7.22.10",
"@babel/cli": "7",
"@babel/core": "7",
"@cerner/eslint-config-terra": "^5.6.0",
"@cerner/jest-config-terra": "^2.0.0",
"eslint": "^7.32.0"
"@cerner/jest-config-terra": "^2.0.0"
},
"scripts": {
"clean": "npm run clean:node_modules && npm run clean:lib",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"a": "~1.0.0",
"b": "~1.0.0",
"c": "~1.0.0",
"webpack": "^4.34.0",
"chalk": "^2.4.2"
"webpack": "4",
"chalk": "2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"a": "~1.0.0",
"b": "~1.0.0",
"webpack": "^4.34.0",
"chalk": "^2.4.2"
"webpack": "4",
"chalk": "2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"a": "~1.0.0",
"b": "~1.0.0",
"c": "~1.0.0",
"webpack": "^4.34.0",
"chalk": "^2.4.2"
"webpack": "4",
"chalk": "2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"a": "~1.0.0",
"b": "~2.0.0",
"c": "~1.0.0",
"webpack": "^4.34.0",
"chalk": "^2.4.2"
"webpack": "4",
"chalk": "2"
}
}
3 changes: 0 additions & 3 deletions packages/eslint-config-terra/.npmignore

This file was deleted.

6 changes: 6 additions & 0 deletions packages/eslint-config-terra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
"npm": "6 || 9"
},
"main": "eslint.config.js",
"files": [
"eslint.config.js",
"CHANGELOG.md",
"NOTICE",
"LICENSE"
],
"dependencies": {
"@babel/eslint-parser": "7",
"eslint-config-airbnb": "18",
Expand Down
5 changes: 0 additions & 5 deletions packages/jest-config-terra/.npmignore

This file was deleted.

8 changes: 4 additions & 4 deletions packages/jest-config-terra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,18 @@
"@cerner/terra-cli": "^1.12.0",
"@jest/reporters": "27",
"babel-jest": "29",
"identity-obj-proxy": "^3.0.0",
"identity-obj-proxy": "3",
"jest-environment-jsdom": "29",
"jest-jasmine2": "29",
"jest-mock": "29",
"strip-ansi": "^6.0.0"
"strip-ansi": "6"
},
"peerDependencies": {
"jest": "29"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.1",
"@babel/cli": "7",
"@babel/core": "7",
"@cerner/eslint-config-terra": "^5.6.0"
},
"scripts": {
Expand Down
2 changes: 0 additions & 2 deletions packages/package-json-lint-config-terra/.npmignore

This file was deleted.

4 changes: 0 additions & 4 deletions packages/package-json-lint/.npmignore

This file was deleted.

33 changes: 20 additions & 13 deletions packages/package-json-lint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,28 +25,35 @@
"node": "10 || 12 || 14",
"npm": "6 || 9"
},
"files": [
"lib",
"CHANGELOG.md",
"README.md",
"LICENSE",
"NOTICE"
],
"dependencies": {
"@npmcli/promise-spawn": "^1.2.0",
"chalk": "^4.1.0",
"cosmiconfig": "^7.0.0",
"fs-extra": "^9.0.1",
"glob": "^7.1.6",
"ignore": "^5.1.8",
"log-symbols": "^4.0.0",
"semver": "^7.3.4"
"@npmcli/promise-spawn": "1",
"chalk": "4",
"cosmiconfig": "7",
"fs-extra": "9",
"glob": "7",
"ignore": "5",
"log-symbols": "4",
"semver": "7"
},
"peerDependencies": {
"@cerner/terra-cli": "^1.0.0"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.1",
"@babel/cli": "7",
"@babel/core": "7",
"@cerner/eslint-config-terra": "^5.6.0",
"@cerner/jest-config-terra": "^2.0.0",
"@cerner/terra-cli": "^1.12.0",
"eslint": "^7.32.0",
"strip-ansi": "^6.0.0",
"yargs": "^16.1.1"
"eslint": "7",
"strip-ansi": "6",
"yargs": "16"
},
"scripts": {
"clean": "npm run clean:node_modules && npm run clean:lib",
Expand Down
6 changes: 3 additions & 3 deletions packages/stylelint-config-terra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
},
"main": "stylelint.config.js",
"files": [
"stylelint.config.js",
"lib",
"CHANGELOG.md",
"README.md",
"LICENSE",
"NOTICE",
"lib",
"stylelint.config.js"
"NOTICE"
],
"dependencies": {
"@cerner/browserslist-config-terra": "4",
Expand Down
5 changes: 0 additions & 5 deletions packages/terra-aggregate-translations/.npmignore

This file was deleted.

29 changes: 18 additions & 11 deletions packages/terra-aggregate-translations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,26 +31,33 @@
"npm": "6 || 9"
},
"main": "lib/aggregate-translations.js",
"files": [
"bin",
"lib",
"CHANGELOG.md",
"README.md",
"LICENSE",
"NOTICE"
],
"bin": {
"tt-aggregate-translations": "bin/aggregate-translations-cli.js"
},
"dependencies": {
"chalk": "^2.4.2",
"commander": "^3.0.1",
"fs-extra": "^8.0.1",
"glob": "^7.1.1",
"lodash.startcase": "^4.4.0"
"chalk": "2",
"commander": "3",
"fs-extra": "8",
"glob": "7",
"lodash.startcase": "4"
},
"peerDependencies": {
"intl": "^1.2.5",
"react-intl": "^5.8.2"
"intl": "1",
"react-intl": "5"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.1",
"@babel/cli": "7",
"@babel/core": "7",
"@cerner/eslint-config-terra": "^5.6.0",
"@cerner/jest-config-terra": "^2.0.0",
"eslint": "^7.32.0"
"@cerner/jest-config-terra": "^2.0.0"
},
"scripts": {
"clean": "npm run clean:node_modules && npm run clean:lib",
Expand Down
5 changes: 0 additions & 5 deletions packages/terra-cli/.npmignore

This file was deleted.

23 changes: 15 additions & 8 deletions packages/terra-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,28 @@
"npm": "6 || 9"
},
"main": "index.js",
"files": [
"bin",
"lib",
"CHANGELOG.md",
"README.md",
"LICENSE",
"NOTICE"
],
"bin": {
"terra": "./bin/terra"
},
"dependencies": {
"fs-extra": "^9.0.1",
"lockfile": "^1.0.4",
"npmlog": "^4.1.2",
"yargs": "^16.1.1"
"fs-extra": "9",
"lockfile": "1",
"npmlog": "4",
"yargs": "16"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.1",
"@babel/cli": "7",
"@babel/core": "7",
"@cerner/eslint-config-terra": "^5.6.0",
"@cerner/jest-config-terra": "^2.0.0",
"eslint": "^7.32.0"
"@cerner/jest-config-terra": "^2.0.0"
},
"scripts": {
"clean": "npm run clean:node_modules && npm run clean:lib",
Expand Down
5 changes: 0 additions & 5 deletions packages/terra-enzyme-intl/.npmignore

This file was deleted.

31 changes: 19 additions & 12 deletions packages/terra-enzyme-intl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,32 @@
"npm": "6 || 9"
},
"main": "lib/index.js",
"files": [
"lib",
"src",
"CHANGELOG.md",
"README.md",
"LICENSE",
"NOTICE"
],
"dependencies": {
"prop-types": "^15.7.2",
"react-intl": "^5.25.1"
"prop-types": "15",
"react-intl": "5"
},
"peerDependencies": {
"enzyme": "^3.9.0",
"react": "^16.8.5",
"react-dom": "^16.8.5"
"enzyme": "3",
"react": "16",
"react-dom": "16"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.22.10",
"@babel/preset-react": "^7.22.5",
"@babel/cli": "7",
"@babel/core": "7",
"@babel/preset-env": "7",
"@babel/preset-react": "7",
"@cerner/eslint-config-terra": "^5.6.0",
"@cerner/jest-config-terra": "^2.0.0",
"enzyme-adapter-react-16": "^1.10.0",
"enzyme-to-json": "^3.3.5",
"eslint": "^7.32.0"
"enzyme-adapter-react-16": "1",
"enzyme-to-json": "3"
},
"scripts": {
"clean": "npm run clean:node_modules && npm run clean:lib",
Expand Down
6 changes: 0 additions & 6 deletions packages/terra-functional-testing/.npmignore

This file was deleted.

Loading

0 comments on commit 6e7d2ee

Please sign in to comment.