Skip to content

Commit b5ca376

Browse files
fix(deps): update dependencies
1 parent e3f7a80 commit b5ca376

File tree

2 files changed

+480
-198
lines changed

2 files changed

+480
-198
lines changed

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,19 @@
3030
"atom": ">=0.174.0 <2.0.0"
3131
},
3232
"dependencies": {
33-
"classnames": "2.2.5",
34-
"atom-package-deps": "^6.0.0",
35-
"immutable": "4.0.0-rc.9",
36-
"log4js": "1.1.1",
37-
"nullthrows": "1.0.0",
33+
"classnames": "2.3.2",
34+
"atom-package-deps": "^8.0.0",
35+
"immutable": "4.3.4",
36+
"log4js": "6.9.1",
37+
"nullthrows": "1.1.1",
3838
"@atom-ide-community/nuclide-commons": "^0.8.2",
3939
"@atom-ide-community/nuclide-commons-atom": "^0.8.2",
4040
"@atom-ide-community/nuclide-commons-ui": "^0.8.2",
41-
"react": "16.6.0",
42-
"react-dom": "16.6.0",
43-
"react-virtualized": "9.20.1",
44-
"redux": "3.6.0",
45-
"rxjs-compat": "6.3.3",
41+
"react": "18.2.0",
42+
"react-dom": "18.2.0",
43+
"react-virtualized": "9.22.5",
44+
"redux": "4.2.1",
45+
"rxjs-compat": "6.6.7",
4646
"shallowequal": "1.1.0"
4747
},
4848
"devDependencies": {

0 commit comments

Comments
 (0)