diff --git a/plugin/package-lock.json b/plugin/package-lock.json index 001c064..3f98581 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", - "lucide-react": "^1.14.0", + "lucide-react": "^1.27.0", "react": "^19.2.5", "react-dom": "^19.2.5" }, @@ -18,6 +18,7 @@ "@eslint/js": "^10.0.1", "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.2", + "@types/office-js": "^1.0.483", "@vitejs/plugin-basic-ssl": "^2.3.0", "esbuild": "^0.28.0", "eslint": "^10.3.0", @@ -1367,6 +1368,13 @@ "dev": true, "license": "MIT" }, + "node_modules/@types/office-js": { + "version": "1.0.600", + "resolved": "https://registry.npmjs.org/@types/office-js/-/office-js-1.0.600.tgz", + "integrity": "sha512-pO06DdZZqxxUlLS5hvYYG+D0QXWABPXQDSWJMgvA7yB4gI2hKF/Ym5XjgExpolAHqH6jxOoseaZilOLAa2RfDQ==", + "dev": true, + "license": "MIT" + }, "node_modules/@types/react": { "version": "19.2.14", "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz", @@ -2798,9 +2806,9 @@ } }, "node_modules/lucide-react": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.14.0.tgz", - "integrity": "sha512-+1mdWcfSJVUsaTIjN9zoezmUhfXo5l0vP7ekBMPo3jcS/aIkxHnXqAPsByszMZx/Y8oQBRJxJx5xg+RH3urzxA==", + "version": "1.27.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.27.0.tgz", + "integrity": "sha512-rJicGl/3Fly/E0rOH1YmPZ6e49JCnKknh1ox1vpHnkfjujAkKA6sqUZvH3MTAaXXjgexyUwgNwTJzTtYuAFYJw==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" diff --git a/plugin/package.json b/plugin/package.json index e5e2133..11d78ed 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -35,7 +35,7 @@ "dependencies": { "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", - "lucide-react": "^1.14.0", + "lucide-react": "^1.27.0", "react": "^19.2.5", "react-dom": "^19.2.5" }