Browse Source

Fix minor thing about move

Jeremie Pardou-Piquemal 1 year ago
parent
commit
f548163c5f
3 changed files with 9 additions and 9 deletions
  1. 1 1
      cypress/integration/item.spec.js
  2. 7 7
      package-lock.json
  3. 1 1
      package.json

+ 1 - 1
cypress/integration/item.spec.js

@@ -14,7 +14,7 @@ describe("Item interactions", () => {
       .parent()
       .find(".img-wrapper")
       .click();
-    // Way board loading
+    // Wait board loading
     cy.get(".board-pane", { timeout: 10000 }).should(
       "have.css",
       "transform",

+ 7 - 7
package-lock.json

@@ -39,7 +39,7 @@
         "react-query": "^3.13.4",
         "react-router": "^5.2.0",
         "react-router-dom": "^5.2.0",
-        "react-sync-board": "^0.7.1",
+        "react-sync-board": "^0.7.2",
         "react-toastify": "^6.1.0",
         "react-useportal": "^1.0.14",
         "recoil": "^0.7.4",
@@ -8878,9 +8878,9 @@
       "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
     },
     "node_modules/react-sync-board": {
-      "version": "0.7.1",
-      "resolved": "https://registry.npmjs.org/react-sync-board/-/react-sync-board-0.7.1.tgz",
-      "integrity": "sha512-yPLLDTdSghiQEGCMKMDx1lTOXtuFKr5MgjKZl1/ozr0kJfq0tGsb8ey2NV7YH3BpoX1e3F5IJ/J0bWfLscLTfQ==",
+      "version": "0.7.2",
+      "resolved": "https://registry.npmjs.org/react-sync-board/-/react-sync-board-0.7.2.tgz",
+      "integrity": "sha512-XRMSOu9AlwiokgYe9+Vpd7EOTD8fWLm/vWvAM9s8J53Bg6FsmcUT4efiGuVQZRfBkpsvhveStTuZoJLMN3X6Xg==",
       "dependencies": {
         "@emotion/react": "^11.9.0",
         "@emotion/styled": "^11.8.1",
@@ -17258,9 +17258,9 @@
       }
     },
     "react-sync-board": {
-      "version": "0.7.1",
-      "resolved": "https://registry.npmjs.org/react-sync-board/-/react-sync-board-0.7.1.tgz",
-      "integrity": "sha512-yPLLDTdSghiQEGCMKMDx1lTOXtuFKr5MgjKZl1/ozr0kJfq0tGsb8ey2NV7YH3BpoX1e3F5IJ/J0bWfLscLTfQ==",
+      "version": "0.7.2",
+      "resolved": "https://registry.npmjs.org/react-sync-board/-/react-sync-board-0.7.2.tgz",
+      "integrity": "sha512-XRMSOu9AlwiokgYe9+Vpd7EOTD8fWLm/vWvAM9s8J53Bg6FsmcUT4efiGuVQZRfBkpsvhveStTuZoJLMN3X6Xg==",
       "requires": {
         "@emotion/react": "^11.9.0",
         "@emotion/styled": "^11.8.1",

+ 1 - 1
package.json

@@ -34,7 +34,7 @@
     "react-query": "^3.13.4",
     "react-router": "^5.2.0",
     "react-router-dom": "^5.2.0",
-    "react-sync-board": "^0.7.1",
+    "react-sync-board": "^0.7.2",
     "react-toastify": "^6.1.0",
     "react-useportal": "^1.0.14",
     "recoil": "^0.7.4",