Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 24, 2023
1 parent f728ead commit 64acc43
Show file tree
Hide file tree
Showing 12 changed files with 3,312 additions and 2,891 deletions.
2 changes: 1 addition & 1 deletion nuclide/nuclide-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"dependencies": {
"@atom-ide-community/nuclide-commons": "workspace:../nuclide-commons",
"log4js": "1.1.1",
"rxjs": "npm:rxjs-compat@6.3.3"
"rxjs": "npm:rxjs-compat@6.6.7"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"test": "scripts/test.js"
},
"dependencies": {
"classnames": "2.2.5",
"classnames": "2.3.2",
"log4js": "1.1.1",
"@atom-ide-community/nuclide-commons": "latest",
"@atom-ide-community/nuclide-commons-atom": "latest",
"@atom-ide-community/nuclide-commons-ui": "latest",
"react": "15.3.1",
"react-dom": "15.3.1",
"rxjs": "5.3.1"
"react": "18.2.0",
"react-dom": "18.2.0",
"rxjs": "7.8.1"
},
"devDependencies": {}
}
14 changes: 7 additions & 7 deletions nuclide/nuclide-commons-atom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@
"test": "true"
},
"dependencies": {
"escape-string-regexp": "1.0.5",
"idb-keyval": "2.3.0",
"idx": "1.2.0",
"escape-string-regexp": "5.0.0",
"idb-keyval": "6.2.1",
"idx": "3.0.1",
"lodash": "4.17.20",
"log4js": "1.1.1",
"lru-cache": "4.0.2",
"lru-cache": "10.0.0",
"@atom-ide-community/nuclide-commons": "workspace:../nuclide-commons",
"nullthrows": "1.1.1",
"redux-logger": "3.0.6",
"rxjs-compat": "^6.3.3",
"season": "6.0.2",
"semver": "5.5.0",
"semver": "7.5.4",
"shallowequal": "1.1.0",
"toml": "2.3.3",
"vscode-jsonrpc": "3.3.0"
"toml": "3.0.0",
"vscode-jsonrpc": "8.1.0"
},
"devDependencies": {
"temp": "0.9.1"
Expand Down
26 changes: 13 additions & 13 deletions nuclide/nuclide-commons-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,28 @@
"test": "true"
},
"dependencies": {
"anser": "1.4.6",
"classnames": "2.2.6",
"dedent": "0.7.0",
"diffparser": "1.1.0",
"escape-carriage": "1.3.0",
"anser": "2.1.1",
"classnames": "2.3.2",
"dedent": "1.2.0",
"diffparser": "2.0.1",
"escape-carriage": "1.3.1",
"escape-html": "1.0.3",
"escape-string-regexp": "1.0.5",
"idx": "1.2.0",
"invariant": "npm:@react-dnd/invariant@^2.0.0",
"escape-string-regexp": "5.0.0",
"idx": "3.0.1",
"invariant": "npm:@react-dnd/invariant@^4.0.0",
"lodash": "4.17.20",
"log4js": "1.1.1",
"moment": "2.29.1",
"@atom-ide-community/nuclide-commons": "workspace:../nuclide-commons",
"@atom-ide-community/nuclide-commons-atom": "workspace:../nuclide-commons-atom",
"nullthrows": "1.1.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-virtualized": "9.20.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-virtualized": "9.22.5",
"rxjs-compat": "^6.3.3",
"semver": "5.5.0",
"semver": "7.5.4",
"shallowequal": "1.1.0",
"tabbable": "1.1.0",
"tabbable": "6.2.0",
"tiny-date-picker": "3.2.8"
}
}
30 changes: 15 additions & 15 deletions nuclide/nuclide-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,27 @@
"dependencies": {
"@atom-ide-community/nuclide-node-transpiler": "workspace:../nuclide-node-transpiler",
"cr": "0.1.0",
"domexception": "1.0.1",
"dompurify": "2.2.6",
"event-kit": "2.2.0",
"event-target-shim": "3.0.1",
"domexception": "4.0.0",
"dompurify": "3.0.5",
"event-kit": "2.5.3",
"event-target-shim": "6.0.2",
"fs-plus": "3.1.1",
"glob": "7.1.6",
"idx": "1.2.0",
"glob": "10.3.3",
"idx": "3.0.1",
"log4js": "1.1.1",
"lru-cache": "4.0.2",
"mime-types": "2.1.27",
"mkdirp": "^1.0.4",
"lru-cache": "10.0.0",
"mime-types": "2.1.35",
"mkdirp": "^3.0.0",
"mv": "2.1.1",
"nullthrows": "1.1.1",
"rimraf": "3.0.2",
"rimraf": "5.0.1",
"rxjs-compat": "^6.3.3",
"semver": "5.5.0",
"semver": "7.5.4",
"shell-quote": "1.6.1",
"temp": "0.9.1",
"uuid": "3.0.1",
"vscode-jsonrpc": "3.3.0",
"vscode-uri": "1.0.1"
"temp": "0.9.4",
"uuid": "9.0.0",
"vscode-jsonrpc": "8.1.0",
"vscode-uri": "3.0.7"
},
"devDependencies": {
"dedent": "0.7.0",
Expand Down
8 changes: 4 additions & 4 deletions nuclide/nuclide-debugger-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
"dependencies": {
"async-to-generator": "1.1.0",
"blessed": "0.1.81",
"idx": "1.2.0",
"idx": "3.0.1",
"line-by-line": "0.1.6",
"log4js": "1.1.1",
"@atom-ide-community/nuclide-analytics": "workspace:../nuclide-analytics",
"@atom-ide-community/nuclide-commons": "workspace:../nuclide-commons",
"@atom-ide-community/nuclide-debugger-common": "workspace:../nuclide-debugger-common",
"nullthrows": "1.1.1",
"rxjs-compat": "^6.3.3",
"v8-compile-cache": "1.1.0",
"vscode-debugprotocol": "1.24.0",
"yargs": "3.32.0"
"v8-compile-cache": "2.3.0",
"vscode-debugprotocol": "1.51.0",
"yargs": "17.7.2"
},
"devDependencies": {
"dedent": "0.7.0",
Expand Down
12 changes: 6 additions & 6 deletions nuclide/nuclide-debugger-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
"test": "node ../nuclide-jasmine/bin/jasmine-node-transpiled spec"
},
"dependencies": {
"idx": "1.2.0",
"immutable": "4.0.0-rc.12",
"invariant": "npm:@react-dnd/invariant@^2.0.0",
"idx": "3.0.1",
"immutable": "4.3.1",
"invariant": "npm:@react-dnd/invariant@^4.0.0",
"@atom-ide-community/nuclide-adb": "workspace:../nuclide-adb",
"@atom-ide-community/nuclide-commons": "workspace:../nuclide-commons",
"@atom-ide-community/nuclide-commons-atom": "workspace:../nuclide-commons-atom",
"@atom-ide-community/nuclide-commons-ui": "workspace:../nuclide-commons-ui",
"nullthrows": "1.1.1",
"react": "17.0.1",
"react": "18.2.0",
"rxjs-compat": "^6.3.3",
"uuid": "3.0.1",
"vscode-debugprotocol": "1.24.0"
"uuid": "9.0.0",
"vscode-debugprotocol": "1.51.0"
}
}
2 changes: 1 addition & 1 deletion nuclide/nuclide-fuzzy-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"jest": "../../jest/fb-jest @atom-ide-community/nuclide-fuzzy-native"
},
"dependencies": {
"heap": "0.2.6",
"heap": "0.2.7",
"log4js": "1.1.1",
"@atom-ide-community/nuclide-commons": "workspace:../nuclide-commons",
"nuclide-prebuilt-libs": "0.6.3"
Expand Down
6 changes: 3 additions & 3 deletions nuclide/nuclide-node-transpiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"test": "../../node_modules/.bin/jasmine-node spec"
},
"dependencies": {
"glob": "7.1.6",
"mkdirp": "^1.0.4",
"uuid": "3.0.1"
"glob": "10.3.3",
"mkdirp": "^3.0.0",
"uuid": "9.0.0"
},
"devDependencies": {
"@babel/core": "7.12.3",
Expand Down
4 changes: 2 additions & 2 deletions nuclide/nuclide-watchman-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"test": "node ../nuclide-jasmine/bin/jasmine-node-transpiled spec"
},
"dependencies": {
"event-kit": "2.2.0",
"fb-watchman": "2.0.1",
"event-kit": "2.5.3",
"fb-watchman": "2.0.2",
"log4js": "1.1.1",
"rxjs-compat": "^6.3.3",
"@atom-ide-community/nuclide-commons": "workspace:../nuclide-commons"
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,17 +78,17 @@
},
"dependencies": {
"@types/atom": "^1.40.10",
"@types/dompurify": "^2.2.2",
"@types/node": "^15.12.2",
"@types/react": "^17.0.9",
"@types/react-dom": "^17.0.6",
"@types/dompurify": "^3.0.0",
"@types/node": "^20.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"atom-ide-markdown-service": "^2.1.0",
"atom-package-deps": "^7.2.3",
"atom-package-deps": "^8.0.0",
"classnames": "^2.3.1",
"dompurify": "^2.2.9",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rxjs": "^6.6.7"
"dompurify": "^3.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"rxjs": "^7.0.0"
},
"devDependencies": {
"@babel/cli": "7.14.3",
Expand Down
Loading

0 comments on commit 64acc43

Please sign in to comment.