Skip to content

Commit

Permalink
chore: correct range
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jan 5, 2022
1 parent 0058f71 commit 9993ecf
Show file tree
Hide file tree
Showing 50 changed files with 50 additions and 50 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -146,7 +146,7 @@
"logo": "https://opencollective.com/jest/logo.txt"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.13.0 || >=17.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},
"resolutions": {
"@jest/create-cache-key-function": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-jest/package.json
Expand Up @@ -36,7 +36,7 @@
"@babel/core": "^7.8.0"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.13.0 || >=17.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-jest-hoist/package.json
Expand Up @@ -7,7 +7,7 @@
"directory": "packages/babel-plugin-jest-hoist"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.13.0 || >=17.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},
"license": "MIT",
"main": "./build/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-jest/package.json
Expand Up @@ -20,7 +20,7 @@
"@babel/core": "^7.0.0"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.13.0 || >=17.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/diff-sequences/package.json
Expand Up @@ -16,7 +16,7 @@
"diff"
],
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.13.0 || >=17.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/expect/package.json
Expand Up @@ -31,7 +31,7 @@
"immutable": "^4.0.0"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.13.0 || >=17.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-changed-files/package.json
Expand Up @@ -22,7 +22,7 @@
"throat": "^6.0.1"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.13.0 || >=17.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-circus/package.json
Expand Up @@ -50,7 +50,7 @@
"jest-snapshot-serializer-raw": "^1.1.0"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.13.0 || >=17.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-cli/package.json
Expand Up @@ -44,7 +44,7 @@
"jest": "./bin/jest.js"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.13.0 || >=17.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-config/package.json
Expand Up @@ -59,7 +59,7 @@
"typescript": "^4.0.3"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.13.0 || >=17.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-console/package.json
Expand Up @@ -29,7 +29,7 @@
"@types/node": "*"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.13.0 || >=17.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-core/package.json
Expand Up @@ -59,7 +59,7 @@
}
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.13.0 || >=17.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-create-cache-key-function/package.json
Expand Up @@ -14,7 +14,7 @@
"jest-util": "^27.4.2"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.13.0 || >=17.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},
"license": "MIT",
"main": "./build/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-diff/package.json
Expand Up @@ -27,7 +27,7 @@
"strip-ansi": "^6.0.0"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.13.0 || >=17.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-docblock/package.json
Expand Up @@ -23,7 +23,7 @@
"@types/node": "*"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.13.0 || >=17.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-each/package.json
Expand Up @@ -32,7 +32,7 @@
"pretty-format": "^27.4.6"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.13.0 || >=17.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-environment-jsdom/package.json
Expand Up @@ -30,7 +30,7 @@
"@types/jsdom": "^16.2.4"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.13.0 || >=17.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-environment-node/package.json
Expand Up @@ -28,7 +28,7 @@
"@jest/test-utils": "^27.4.6"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.13.0 || >=17.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-environment/package.json
Expand Up @@ -23,7 +23,7 @@
"jest-mock": "^27.4.6"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.13.0 || >=17.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-fake-timers/package.json
Expand Up @@ -29,7 +29,7 @@
"jest-snapshot-serializer-raw": "^1.1.0"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.13.0 || >=17.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-get-type/package.json
Expand Up @@ -8,7 +8,7 @@
"directory": "packages/jest-get-type"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.13.0 || >=17.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},
"license": "MIT",
"main": "./build/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-globals/package.json
Expand Up @@ -7,7 +7,7 @@
"directory": "packages/jest-globals"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.13.0 || >=17.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},
"license": "MIT",
"main": "./build/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-haste-map/package.json
Expand Up @@ -41,7 +41,7 @@
"fsevents": "^2.3.2"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.13.0 || >=17.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-jasmine2/package.json
Expand Up @@ -39,7 +39,7 @@
"@types/co": "^4.6.2"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.13.0 || >=17.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-leak-detector/package.json
Expand Up @@ -25,7 +25,7 @@
"weak-napi": "^2.0.1"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.13.0 || >=17.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-matcher-utils/package.json
Expand Up @@ -8,7 +8,7 @@
"directory": "packages/jest-matcher-utils"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.13.0 || >=17.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},
"license": "MIT",
"main": "./build/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-message-util/package.json
Expand Up @@ -7,7 +7,7 @@
"directory": "packages/jest-message-util"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.13.0 || >=17.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},
"license": "MIT",
"main": "./build/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-mock/package.json
Expand Up @@ -7,7 +7,7 @@
"directory": "packages/jest-mock"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.13.0 || >=17.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},
"dependencies": {
"@jest/types": "^27.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-phabricator/package.json
Expand Up @@ -18,7 +18,7 @@
"@jest/test-result": "^27.4.6"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.13.0 || >=17.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},
"license": "MIT",
"main": "./build/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-regex-util/package.json
Expand Up @@ -10,7 +10,7 @@
"@types/node": "*"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.13.0 || >=17.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},
"license": "MIT",
"main": "./build/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-repl/package.json
Expand Up @@ -40,7 +40,7 @@
"jest-runtime": "./bin/jest-runtime-cli.js"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.13.0 || >=17.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-reporters/package.json
Expand Up @@ -61,7 +61,7 @@
}
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.13.0 || >=17.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-resolve-dependencies/package.json
Expand Up @@ -28,7 +28,7 @@
"jest-runtime": "^27.4.6"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.13.0 || >=17.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-resolve/package.json
Expand Up @@ -33,7 +33,7 @@
"@types/resolve": "^1.20.0"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.13.0 || >=17.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-runner/package.json
Expand Up @@ -47,7 +47,7 @@
"jest-jasmine2": "^27.4.6"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.13.0 || >=17.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-runtime/package.json
Expand Up @@ -49,7 +49,7 @@
"jest-snapshot-serializer-raw": "^1.1.0"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.13.0 || >=17.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-serializer/package.json
Expand Up @@ -14,7 +14,7 @@
"graceful-fs": "^4.2.4"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.13.0 || >=17.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},
"license": "MIT",
"main": "./build/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-snapshot/package.json
Expand Up @@ -52,7 +52,7 @@
"prettier": "^2.0.0"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.13.0 || >=17.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-source-map/package.json
Expand Up @@ -25,7 +25,7 @@
"@types/graceful-fs": "^4.1.2"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.13.0 || >=17.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-test-result/package.json
Expand Up @@ -23,7 +23,7 @@
"collect-v8-coverage": "^1.0.0"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.13.0 || >=17.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-test-sequencer/package.json
Expand Up @@ -26,7 +26,7 @@
"@types/graceful-fs": "^4.1.3"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.13.0 || >=17.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-transform/package.json
Expand Up @@ -45,7 +45,7 @@
"jest-snapshot-serializer-raw": "^1.1.0"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.13.0 || >=17.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-types/package.json
Expand Up @@ -7,7 +7,7 @@
"directory": "packages/jest-types"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.13.0 || >=17.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},
"license": "MIT",
"main": "./build/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-util/package.json
Expand Up @@ -30,7 +30,7 @@
"@types/picomatch": "^2.2.2"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.13.0 || >=17.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 9993ecf

Please sign in to comment.