Skip to content

Commit 7d4dbc9

Browse files
committed
[Fix][Slice]Return setLoading
1 parent 85007c0 commit 7d4dbc9

File tree

2 files changed

+4081
-3586
lines changed

2 files changed

+4081
-3586
lines changed

package.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,17 @@
2222
"query-string": "^8.1.0",
2323
"react": "^18.2.0",
2424
"react-dom": "^18.2.0",
25-
"react-json-view": "^1.21.3",
2625
"react-redux": "^8.1.2",
2726
"react-router-dom": "^6.15.0",
28-
"react-scripts": "5.0.1",
29-
"react-window": "^1.8.11",
27+
"react-scripts": "^5.0.1",
3028
"three": "^0.169.0",
29+
"typescript": "^5.1.6",
3130
"web-vitals": "^2.1.0"
3231
},
3332
"devDependencies": {
3433
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
3534
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
3635
"@types/node": "^20.5.7",
37-
"@types/react-window": "^1.8.8",
3836
"@typescript-eslint/eslint-plugin": "^5.31.0",
3937
"@typescript-eslint/parser": "^5.31.0",
4038
"eslint": "^8.21.0",
@@ -45,8 +43,7 @@
4543
"eslint-plugin-prefer-arrow-functions": "^3.0.1",
4644
"eslint-plugin-prettier": "^4.2.1",
4745
"eslint-plugin-react": "^7.30.1",
48-
"prettier": "^2.3.1",
49-
"typescript": "^5.7.3"
46+
"prettier": "^2.3.1"
5047
},
5148
"scripts": {
5249
"start": "react-scripts start",
@@ -65,5 +62,10 @@
6562
"last 1 firefox version",
6663
"last 1 safari version"
6764
]
68-
}
65+
},
66+
"resolutions": {
67+
"postcss": "^8.4.31",
68+
"nth-check": "^2.0.1"
69+
}
70+
6971
}

0 commit comments

Comments
 (0)