Skip to content

Commit

Permalink
chore(deps): update devdependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 23, 2021
1 parent c6742d2 commit 3dc8a56
Show file tree
Hide file tree
Showing 4 changed files with 1,418 additions and 1,756 deletions.
2 changes: 1 addition & 1 deletion nuclide/nuclide-commons-atom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"vscode-jsonrpc": "3.3.0"
},
"devDependencies": {
"temp": "0.9.1"
"temp": "0.9.4"
}
}
32 changes: 16 additions & 16 deletions nuclide/nuclide-node-transpiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,25 @@
"uuid": "3.0.1"
},
"devDependencies": {
"@babel/core": "7.12.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.12.1",
"@babel/plugin-proposal-object-rest-spread": "7.12.1",
"@babel/plugin-proposal-optional-chaining": "7.12.1",
"@babel/plugin-transform-flow-strip-types": "7.12.1",
"@babel/plugin-transform-modules-commonjs": "7.12.1",
"@babel/plugin-transform-react-display-name": "7.12.1",
"@babel/plugin-transform-react-jsx": "7.12.1",
"@babel/plugin-transform-strict-mode": "7.12.1",
"babel-plugin-idx": "2.0.0",
"babel-plugin-istanbul": "4.1.6",
"@babel/core": "7.15.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.14.5",
"@babel/plugin-proposal-object-rest-spread": "7.14.7",
"@babel/plugin-proposal-optional-chaining": "7.14.5",
"@babel/plugin-transform-flow-strip-types": "7.14.5",
"@babel/plugin-transform-modules-commonjs": "7.15.0",
"@babel/plugin-transform-react-display-name": "7.15.1",
"@babel/plugin-transform-react-jsx": "7.14.9",
"@babel/plugin-transform-strict-mode": "7.14.5",
"babel-plugin-idx": "2.4.0",
"babel-plugin-istanbul": "6.0.0",
"babel-plugin-lodash": "3.3.4",
"babel-plugin-module-resolver": "3.1.1",
"babel-plugin-relay": "1.4.1",
"babel-plugin-module-resolver": "4.1.0",
"babel-plugin-relay": "11.0.2",
"babel-plugin-transform-class-properties": "6.24.1",
"dedent": "0.7.0",
"is-builtin-module": "1.0.0",
"jasmine-node": "1.14.5",
"is-builtin-module": "3.1.0",
"jasmine-node": "3.0.0",
"progress": "2.0.3",
"yargs": "3.32.0"
"yargs": "17.1.1"
}
}
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,39 +91,39 @@
"rxjs": "^6.6.7"
},
"devDependencies": {
"@babel/cli": "7.14.3",
"@babel/core": "7.14.3",
"@babel/cli": "7.14.8",
"@babel/core": "7.15.0",
"@jest-runner/nuclide-e2e": "^2.0",
"@types/chance": "^1.1.2",
"@types/classnames": "^2.3.0",
"@types/jasmine": "^3.7.7",
"@types/temp": "^0.9.0",
"atom-jasmine3-test-runner": "^5.2.6",
"babel-jest": "^26",
"babel-jest": "^27.0.0",
"babel-preset-atomic": "^4.1.0",
"babel-preset-solid": "^0.26.5",
"babel-preset-solid": "^1.0.0",
"build-commit": "0.1.4",
"chance": "^1.1.7",
"cross-env": "7.0.3",
"csstype": "^3.0.8",
"eslint": "7.28.0",
"eslint": "7.32.0",
"eslint-config-atomic": "^1.15.3",
"jest": "^26",
"jest-circus": "^26",
"jest-haste-map": "^26",
"jest-message-util": "^26",
"jest-mock": "^26",
"jest-runner": "^26",
"jest-runtime": "^26",
"jest": "^27.0.0",
"jest-circus": "^27.0.0",
"jest-haste-map": "^27.0.0",
"jest-message-util": "^27.0.0",
"jest-mock": "^27.0.0",
"jest-runner": "^27.0.0",
"jest-runtime": "^27.0.0",
"mkdirp": "1.0.4",
"node-ipc": "9.1.4",
"npm-check-updates": "11.6.0",
"node-ipc": "10.0.2",
"npm-check-updates": "11.8.3",
"prettier": "^2.3.1",
"prettier-config-atomic": "^2.0.5",
"rollup": "2.51.0",
"rollup-plugin-atomic": "^2.3.2",
"rollup": "2.56.3",
"rollup-plugin-atomic": "^3.0.0",
"shx": "0.3.3",
"solid-js": "^0.26.5",
"solid-js": "^1.0.0",
"temp": "^0.9.4",
"typescript": "^4.3.2"
},
Expand Down
Loading

0 comments on commit 3dc8a56

Please sign in to comment.