create-bluecopa-react-app 1.0.24 → 1.0.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -708,7 +708,10 @@ function FileUploadTestSection() {
|
|
|
708
708
|
|
|
709
709
|
const result = await fileUploadMutation.mutateAsync({
|
|
710
710
|
data: parsedData,
|
|
711
|
-
uploadType: "
|
|
711
|
+
uploadType: "JSON",
|
|
712
|
+
contentType: "application/json",
|
|
713
|
+
method: "PUT",
|
|
714
|
+
path: "test/test.json",
|
|
712
715
|
});
|
|
713
716
|
console.log("File uploaded, fileId:", result.fileId);
|
|
714
717
|
setFileId(result.fileId);
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"": {
|
|
7
7
|
"name": "boilerplate-copa",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@bluecopa/react": "0.1.
|
|
9
|
+
"@bluecopa/react": "0.1.22",
|
|
10
10
|
"@dnd-kit/core": "^6.3.1",
|
|
11
11
|
"@dnd-kit/modifiers": "^9.0.0",
|
|
12
12
|
"@dnd-kit/sortable": "^10.0.0",
|
|
@@ -66,9 +66,9 @@
|
|
|
66
66
|
}
|
|
67
67
|
},
|
|
68
68
|
"node_modules/@bluecopa/core": {
|
|
69
|
-
"version": "0.1.
|
|
70
|
-
"resolved": "https://registry.npmjs.org/@bluecopa/core/-/core-0.1.
|
|
71
|
-
"integrity": "sha512
|
|
69
|
+
"version": "0.1.20",
|
|
70
|
+
"resolved": "https://registry.npmjs.org/@bluecopa/core/-/core-0.1.20.tgz",
|
|
71
|
+
"integrity": "sha512-+mKixu63XsaHUMqJ+z9WozB/YwojozzTVoCmT7BvWWHkr4kfbgBh2ylq/aSEtFzmyXlf8n7z+Wc0ZpLds+Vwww==",
|
|
72
72
|
"license": "MIT",
|
|
73
73
|
"dependencies": {
|
|
74
74
|
"axios": "1.12.0",
|
|
@@ -80,12 +80,12 @@
|
|
|
80
80
|
}
|
|
81
81
|
},
|
|
82
82
|
"node_modules/@bluecopa/react": {
|
|
83
|
-
"version": "0.1.
|
|
84
|
-
"resolved": "https://registry.npmjs.org/@bluecopa/react/-/react-0.1.
|
|
85
|
-
"integrity": "sha512-
|
|
83
|
+
"version": "0.1.22",
|
|
84
|
+
"resolved": "https://registry.npmjs.org/@bluecopa/react/-/react-0.1.22.tgz",
|
|
85
|
+
"integrity": "sha512-oQNntF0vEcG/x/ceSm+Mzj3RyjcE9HSAg8DFNDYKX7hnX0Ux6PENb2/Pn2EasoudOxhGo4K+VljiW2GoWCQacA==",
|
|
86
86
|
"license": "MIT",
|
|
87
87
|
"dependencies": {
|
|
88
|
-
"@bluecopa/core": "0.1.
|
|
88
|
+
"@bluecopa/core": "0.1.20",
|
|
89
89
|
"@tanstack/react-query": "5.59.0",
|
|
90
90
|
"@tanstack/react-query-devtools": "5.59.0"
|
|
91
91
|
},
|