Skip to content

Commit

Permalink
[Tests] widen dev dep ranges to allow for dep-time-travel.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Feb 24, 2021
1 parent 85c137b commit 7a37fb2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"array.prototype.flatmap": "^1.2.3",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-eslint": "=8.0.3 || ^8.2.6",
"babel-plugin-istanbul": "^4.1.6",
"babel-plugin-module-resolver": "^2.7.1",
"babel-preset-es2015-argon": "latest",
Expand All @@ -71,7 +71,7 @@
"cross-env": "^4.0.0",
"eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0",
"eslint-import-resolver-node": "file:./resolvers/node",
"eslint-import-resolver-typescript": "^1.1.1",
"eslint-import-resolver-typescript": "^1.0.2 || ^1.1.1",
"eslint-import-resolver-webpack": "file:./resolvers/webpack",
"eslint-import-test-order-redirect": "file:./tests/files/order-redirect",
"eslint-module-utils": "file:./utils",
Expand All @@ -90,8 +90,8 @@
"rimraf": "^2.7.1",
"semver": "^6.3.0",
"sinon": "^2.4.1",
"typescript": "~3.9.5",
"typescript-eslint-parser": "^22.0.0"
"typescript": "^2.8.1 || ~3.9.5",
"typescript-eslint-parser": "^15 || ^22.0.0"
},
"peerDependencies": {
"eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0"
Expand Down

0 comments on commit 7a37fb2

Please sign in to comment.