Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9d89d9b

Browse files
jeysalSimenB
authored andcommittedJan 27, 2019
dependency and resolution cleanup (jestjs#7729)
1 parent 9243e69 commit 9d89d9b

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed
 

‎jest.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = {
2626
setupFilesAfterEnv: ['<rootDir>/testSetupFile.js'],
2727
snapshotSerializers: [
2828
'<rootDir>/packages/pretty-format/build/plugins/ConvertAnsi.js',
29-
'jest-snapshot-serializer-raw',
29+
require.resolve('jest-snapshot-serializer-raw'),
3030
],
3131
testEnvironment: './packages/jest-environment-node',
3232
testPathIgnorePatterns: [

‎package.json

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"devDependencies": {
44
"@babel/core": "^7.1.0",
55
"@babel/plugin-transform-strict-mode": "^7.0.0",
6+
"@babel/plugin-transform-modules-commonjs": "^7.1.0",
67
"@babel/preset-env": "^7.1.0",
78
"@babel/preset-flow": "^7.0.0",
89
"@babel/preset-react": "^7.0.0",
@@ -53,6 +54,7 @@
5354
"progress": "^2.0.0",
5455
"promise": "^8.0.2",
5556
"readable-stream": "^3.0.3",
57+
"realpath-native": "^1.0.0",
5658
"resolve": "^1.4.0",
5759
"rimraf": "^2.6.2",
5860
"slash": "^2.0.0",

‎website/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"docusaurus": "^1.7.1"
2020
},
2121
"devDependencies": {
22-
"crowdin-cli": "^0.3.0"
22+
"crowdin-cli": "^0.3.0",
23+
"request": "^2.88.0"
2324
}
2425
}

‎yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@
530530
"@babel/helper-module-transforms" "^7.1.0"
531531
"@babel/helper-plugin-utils" "^7.0.0"
532532

533-
"@babel/plugin-transform-modules-commonjs@^7.0.0", "@babel/plugin-transform-modules-commonjs@^7.2.0":
533+
"@babel/plugin-transform-modules-commonjs@^7.0.0", "@babel/plugin-transform-modules-commonjs@^7.1.0", "@babel/plugin-transform-modules-commonjs@^7.2.0":
534534
version "7.2.0"
535535
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.2.0.tgz#c4f1933f5991d5145e9cfad1dfd848ea1727f404"
536536
integrity sha512-V6y0uaUQrQPXUrmj+hgnks8va2L0zcZymeU7TtWEgdRLNkceafKXEduv7QzgQAE4lT+suwooG9dC7LFhdRAbVQ==
@@ -11236,7 +11236,7 @@ request-promise-native@^1.0.5:
1123611236
stealthy-require "^1.1.0"
1123711237
tough-cookie ">=2.3.3"
1123811238

11239-
request@^2.53.0, request@^2.87.0:
11239+
request@^2.53.0, request@^2.87.0, request@^2.88.0:
1124011240
version "2.88.0"
1124111241
resolved "https://registry.yarnpkg.com/request/-/request-2.88.0.tgz#9c2fca4f7d35b592efe57c7f0a55e81052124fef"
1124211242
integrity sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg==

0 commit comments

Comments
 (0)
Please sign in to comment.