@comet/admin-react-select 8.0.0-canary-20241015131409 → 8.0.0-canary-20241015141650
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +7 -7
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@comet/admin-react-select",
|
3
|
-
"version": "8.0.0-canary-
|
3
|
+
"version": "8.0.0-canary-20241015141650",
|
4
4
|
"repository": {
|
5
5
|
"type": "git",
|
6
6
|
"url": "https://github.com/vivid-planet/comet",
|
@@ -13,16 +13,16 @@
|
|
13
13
|
"lib"
|
14
14
|
],
|
15
15
|
"dependencies": {
|
16
|
-
"@comet/admin": "8.0.0-canary-
|
17
|
-
"@comet/admin-icons": "8.0.0-canary-
|
16
|
+
"@comet/admin": "8.0.0-canary-20241015141650",
|
17
|
+
"@comet/admin-icons": "8.0.0-canary-20241015141650",
|
18
18
|
"classnames": "^2.2.6"
|
19
19
|
},
|
20
20
|
"devDependencies": {
|
21
21
|
"@babel/cli": "^7.17.6",
|
22
22
|
"@babel/core": "^7.20.12",
|
23
|
-
"@comet/admin-babel-preset": "8.0.0-canary-
|
24
|
-
"@comet/eslint-config": "8.0.0-canary-
|
25
|
-
"@mui/material": "^
|
23
|
+
"@comet/admin-babel-preset": "8.0.0-canary-20241015141650",
|
24
|
+
"@comet/eslint-config": "8.0.0-canary-20241015141650",
|
25
|
+
"@mui/material": "^6.0.0",
|
26
26
|
"@types/react": "^17.0.0",
|
27
27
|
"@types/react-dom": "^17.0.0",
|
28
28
|
"@types/react-select": "^3.1.2",
|
@@ -38,7 +38,7 @@
|
|
38
38
|
"typescript": "^4.0.0"
|
39
39
|
},
|
40
40
|
"peerDependencies": {
|
41
|
-
"@mui/material": "^
|
41
|
+
"@mui/material": "^6.0.0",
|
42
42
|
"final-form": "^4.16.1",
|
43
43
|
"react": "^17.0",
|
44
44
|
"react-dom": "^17.0",
|