Skip to content

Commit 74ba434

Browse files
committed
chore(deps): update devdependencies
1 parent c6742d2 commit 74ba434

File tree

4 files changed

+1351
-1684
lines changed

4 files changed

+1351
-1684
lines changed

nuclide/nuclide-commons-atom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
"vscode-jsonrpc": "3.3.0"
2828
},
2929
"devDependencies": {
30-
"temp": "0.9.1"
30+
"temp": "0.9.4"
3131
}
3232
}

nuclide/nuclide-node-transpiler/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,25 @@
1616
"uuid": "3.0.1"
1717
},
1818
"devDependencies": {
19-
"@babel/core": "7.12.3",
20-
"@babel/plugin-proposal-nullish-coalescing-operator": "7.12.1",
21-
"@babel/plugin-proposal-object-rest-spread": "7.12.1",
22-
"@babel/plugin-proposal-optional-chaining": "7.12.1",
23-
"@babel/plugin-transform-flow-strip-types": "7.12.1",
24-
"@babel/plugin-transform-modules-commonjs": "7.12.1",
25-
"@babel/plugin-transform-react-display-name": "7.12.1",
26-
"@babel/plugin-transform-react-jsx": "7.12.1",
27-
"@babel/plugin-transform-strict-mode": "7.12.1",
28-
"babel-plugin-idx": "2.0.0",
29-
"babel-plugin-istanbul": "4.1.6",
19+
"@babel/core": "7.14.8",
20+
"@babel/plugin-proposal-nullish-coalescing-operator": "7.14.5",
21+
"@babel/plugin-proposal-object-rest-spread": "7.14.7",
22+
"@babel/plugin-proposal-optional-chaining": "7.14.5",
23+
"@babel/plugin-transform-flow-strip-types": "7.14.5",
24+
"@babel/plugin-transform-modules-commonjs": "7.14.5",
25+
"@babel/plugin-transform-react-display-name": "7.14.5",
26+
"@babel/plugin-transform-react-jsx": "7.14.5",
27+
"@babel/plugin-transform-strict-mode": "7.14.5",
28+
"babel-plugin-idx": "2.4.0",
29+
"babel-plugin-istanbul": "6.0.0",
3030
"babel-plugin-lodash": "3.3.4",
31-
"babel-plugin-module-resolver": "3.1.1",
32-
"babel-plugin-relay": "1.4.1",
31+
"babel-plugin-module-resolver": "4.1.0",
32+
"babel-plugin-relay": "11.0.2",
3333
"babel-plugin-transform-class-properties": "6.24.1",
3434
"dedent": "0.7.0",
35-
"is-builtin-module": "1.0.0",
36-
"jasmine-node": "1.14.5",
35+
"is-builtin-module": "3.1.0",
36+
"jasmine-node": "3.0.0",
3737
"progress": "2.0.3",
38-
"yargs": "3.32.0"
38+
"yargs": "17.0.1"
3939
}
4040
}

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -91,39 +91,39 @@
9191
"rxjs": "^6.6.7"
9292
},
9393
"devDependencies": {
94-
"@babel/cli": "7.14.3",
95-
"@babel/core": "7.14.3",
94+
"@babel/cli": "7.14.8",
95+
"@babel/core": "7.14.8",
9696
"@jest-runner/nuclide-e2e": "^2.0",
9797
"@types/chance": "^1.1.2",
9898
"@types/classnames": "^2.3.0",
9999
"@types/jasmine": "^3.7.7",
100100
"@types/temp": "^0.9.0",
101101
"atom-jasmine3-test-runner": "^5.2.6",
102-
"babel-jest": "^26",
102+
"babel-jest": "^27.0.0",
103103
"babel-preset-atomic": "^4.1.0",
104-
"babel-preset-solid": "^0.26.5",
104+
"babel-preset-solid": "^1.0.0",
105105
"build-commit": "0.1.4",
106106
"chance": "^1.1.7",
107107
"cross-env": "7.0.3",
108108
"csstype": "^3.0.8",
109-
"eslint": "7.28.0",
109+
"eslint": "7.31.0",
110110
"eslint-config-atomic": "^1.15.3",
111-
"jest": "^26",
112-
"jest-circus": "^26",
113-
"jest-haste-map": "^26",
114-
"jest-message-util": "^26",
115-
"jest-mock": "^26",
116-
"jest-runner": "^26",
117-
"jest-runtime": "^26",
111+
"jest": "^27.0.0",
112+
"jest-circus": "^27.0.0",
113+
"jest-haste-map": "^27.0.0",
114+
"jest-message-util": "^27.0.0",
115+
"jest-mock": "^27.0.0",
116+
"jest-runner": "^27.0.0",
117+
"jest-runtime": "^27.0.0",
118118
"mkdirp": "1.0.4",
119-
"node-ipc": "9.1.4",
120-
"npm-check-updates": "11.6.0",
119+
"node-ipc": "10.0.2",
120+
"npm-check-updates": "11.8.3",
121121
"prettier": "^2.3.1",
122122
"prettier-config-atomic": "^2.0.5",
123-
"rollup": "2.51.0",
123+
"rollup": "2.55.1",
124124
"rollup-plugin-atomic": "^2.3.2",
125125
"shx": "0.3.3",
126-
"solid-js": "^0.26.5",
126+
"solid-js": "^1.0.0",
127127
"temp": "^0.9.4",
128128
"typescript": "^4.3.2"
129129
},

0 commit comments

Comments
 (0)