Skip to content

Commit

Permalink
Removes unnecessary manual resolutions (#1300)
Browse files Browse the repository at this point in the history
* Many of these resolutions brought in libraries that were no longer in
  the dependency tree. Those could be removed without any changes.
* Upgrades `geckodriver` from v1.21.0 to v3.0.1.
  * No breaking changes: [CHANGELOG](https://github.com/vladikoff/node-geckodriver/tree/v3.0.1#changelog)
* Upgrades `load-grunt-config` from v3.0.1 to v4.0.1.
  * No breaking changes: [CHANGELOG](https://github.com/firstandthird/load-grunt-config/blob/4.0.1/CHANGELOG.md)
* Bumps `ejs` from v3.1.5 to v3.1.6 and
  `@types/ejs` from v3.0.4 to v3.1.0.

Partially addresses #1298

Signed-off-by: Tommy Markley <markleyt@amazon.com>
  • Loading branch information
Tommy Markley committed Mar 2, 2022
1 parent 8c9a9b3 commit 7cb8297
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 273 deletions.
15 changes: 2 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,25 +74,14 @@
},
"resolutions": {
"**/@types/node": "^14.17.32",
"**/@types/react": "^16.14.23",
"**/ejs": "^3.1.6",
"**/front-matter": "^4.0.2",
"**/glob-parent": "^6.0.0",
"**/hoist-non-react-statics": "^3.3.2",
"**/immer": "^9.0.6",
"**/kind-of": ">=6.0.3",
"**/lodash": "^4.17.21",
"**/merge": "^2.1.1",
"**/minimist": "^1.2.5",
"**/node-jose": "^2.1.0",
"**/normalize-url": "^4.5.1",
"**/prismjs": "^1.23.0",
"**/react-syntax-highlighter": "^15.3.1",
"**/react-syntax-highlighter/**/highlight.js": "^10.4.1",
"**/ssri": "^6.0.2",
"**/tar": "^6.1.11",
"**/trim": "^0.0.3",
"**/trim-newlines": "^3.0.1",
"**/typescript": "4.0.2"
},
"workspaces": {
Expand Down Expand Up @@ -375,7 +364,7 @@
"exit-hook": "^2.2.0",
"fetch-mock": "^7.3.9",
"fp-ts": "^2.3.1",
"geckodriver": "^1.21.0",
"geckodriver": "^3.0.1",
"getopts": "^2.2.5",
"grunt": "^1.4.1",
"grunt-available-tasks": "^0.6.3",
Expand Down Expand Up @@ -405,7 +394,7 @@
"less": "^4.1.2",
"license-checker": "^16.0.0",
"listr": "^0.14.1",
"load-grunt-config": "^3.0.1",
"load-grunt-config": "^4.0.1",
"load-json-file": "^6.2.0",
"markdown-it": "^12.3.2",
"mocha": "^7.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/osd-plugin-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@osd/dev-utils": "1.0.0",
"ejs": "^3.1.5",
"ejs": "^3.1.6",
"execa": "^4.0.2",
"inquirer": "^7.3.3",
"normalize-path": "^3.0.0",
Expand All @@ -19,7 +19,7 @@
"vinyl-fs": "^3.0.3"
},
"devDependencies": {
"@types/ejs": "^3.0.4",
"@types/ejs": "^3.1.0",
"@types/prettier": "^2.0.2",
"@types/inquirer": "^7.3.1"
}
Expand Down
Loading

0 comments on commit 7cb8297

Please sign in to comment.