File tree Expand file tree Collapse file tree 4 files changed +1464
-335
lines changed Expand file tree Collapse file tree 4 files changed +1464
-335
lines changed Original file line number Diff line number Diff line change 3
3
"devDependencies" : {
4
4
"@manaflair/redux-batch" : " ^1.0.0" ,
5
5
"@types/nanoid" : " ^2.1.0" ,
6
- "@types/react" : " ^16.9.46 " ,
6
+ "@types/react" : " ^18.0 " ,
7
7
"@types/redux-logger" : " ^3.0.8" ,
8
8
"async-mutex" : " ^0.3.2" ,
9
9
"axios" : " ^0.20.0" ,
Original file line number Diff line number Diff line change 18
18
"baseUrl" : " .." ,
19
19
"jsx" : " preserve" ,
20
20
"paths" : {
21
+ "react" : [ " ../node_modules/@types/react" ],
22
+ "react-dom" : [ " ../node_modules/@types/react-dom" ],
21
23
"@reduxjs/toolkit" : [" packages/toolkit/src/index.ts" ],
22
24
"@reduxjs/toolkit/query" : [" packages/toolkit/src/query/index.ts" ],
23
25
"@reduxjs/toolkit/query/react" : [
Original file line number Diff line number Diff line change 9
9
"deploy" : " docusaurus deploy"
10
10
},
11
11
"dependencies" : {
12
- "@docusaurus/core" : " 2.0.0-beta.21 " ,
13
- "@docusaurus/preset-classic" : " 2.0.0-beta.21 " ,
12
+ "@docusaurus/core" : " 2.1.0 " ,
13
+ "@docusaurus/preset-classic" : " 2.1.0 " ,
14
14
"classnames" : " ^2.2.6" ,
15
- "react" : " ^17.0.2 " ,
16
- "react-dom" : " ^17.0.2 " ,
15
+ "react" : " ^18.1.0 " ,
16
+ "react-dom" : " ^18.1.0 " ,
17
17
"react-lite-youtube-embed" : " ^2.0.3" ,
18
18
"remark-typescript-tools" : " ^1.0.8" ,
19
19
"typescript" : " ~4.2.4"
You can’t perform that action at this time.
0 commit comments