Package changes.

This commit is contained in:
2025-03-10 17:23:45 +01:00
parent 94d401a353
commit 278b328bec
+19 -4
View File
@@ -1,5 +1,5 @@
{
"name": "office-addin-taskpane-react",
"name": "edison-powerpoint-addin",
"version": "0.0.1",
"lockfileVersion": 3,
"requires": true,
@@ -5580,9 +5580,9 @@
}
},
"node_modules/@types/office-js": {
"version": "1.0.474",
"resolved": "https://registry.npmjs.org/@types/office-js/-/office-js-1.0.474.tgz",
"integrity": "sha512-DxdstIkU3kDi8Tmq8Cf9ZubxcmtQeL2uzBtVgDpKSgEZnGDttlBAev6CmAb7pMZlg2A858JjQ+1euK+NG6pX1Q==",
"version": "1.0.475",
"resolved": "https://registry.npmjs.org/@types/office-js/-/office-js-1.0.475.tgz",
"integrity": "sha512-9tg4yChlI4S6uwdjzUw+jcn4ZB3tQtD+uJevEkYsE4KRlnT3OQSp9b6eABqSl/hasrDSZd7ymWoqsjxjMAcSig==",
"dev": true,
"license": "MIT"
},
@@ -9409,6 +9409,21 @@
"license": "ISC",
"peer": true
},
"node_modules/fsevents": {
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
}
},
"node_modules/function-bind": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",