diff --git a/plugin/package-lock.json b/plugin/package-lock.json index 001c064..23718a3 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.16.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.591", + "resolved": "https://registry.npmjs.org/@types/office-js/-/office-js-1.0.591.tgz", + "integrity": "sha512-TuTza6qnE/21CvjozfH2wGXU/DSCLOCe21dQnIhgnS9+lGjTglBkz6cX+ZWa7ksulqdGZq5vekcrLsRYxQpufQ==", + "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.16.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.16.0.tgz", + "integrity": "sha512-dYwyPzb4MEKpGUmNYk3WKWPnMrHs3FKM+q94kAnJrcDIqqn1hq2xY8scaS2ovsOCM5D51ey2gaRG3PBb1vgoYQ==", "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..f69b621 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.16.0", "react": "^19.2.5", "react-dom": "^19.2.5" }