From 08af6e77bb2b90b941edd54bc38cbab5f32eb9f8 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Wed, 10 Jun 2026 16:51:51 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C(addon)=20pin=20dependencies=20to?= =?UTF-8?q?=20their=20currently=20installed=20versions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Improve code quality and reproducibility by pinning project dependencies to the exact versions currently installed. --- src/addons/outlook/package-lock.json | 50 ++++++++++++++-------------- src/addons/outlook/package.json | 50 ++++++++++++++-------------- 2 files changed, 50 insertions(+), 50 deletions(-) diff --git a/src/addons/outlook/package-lock.json b/src/addons/outlook/package-lock.json index 386af869..773bda13 100644 --- a/src/addons/outlook/package-lock.json +++ b/src/addons/outlook/package-lock.json @@ -9,35 +9,35 @@ "version": "0.0.1", "license": "MIT", "dependencies": { - "core-js": "^3.49.0", + "core-js": "3.49.0", "i18next": "26.3.1", "i18next-browser-languagedetector": "8.2.1", - "regenerator-runtime": "^0.14.1" + "regenerator-runtime": "0.14.1" }, "devDependencies": { - "@babel/core": "^7.24.0", - "@babel/preset-env": "^7.25.4", - "@types/office-js": "^1.0.377", - "@types/office-runtime": "^1.0.35", - "acorn": "^8.11.3", - "babel-loader": "^9.1.3", - "copy-webpack-plugin": "^14.0.0", - "eslint-plugin-office-addins": "^4.0.3", - "file-loader": "^6.2.0", - "html-loader": "^5.0.0", - "html-webpack-inject-attributes-plugin": "^1.0.6", - "html-webpack-plugin": "^5.6.0", - "office-addin-cli": "^2.0.3", - "office-addin-debugging": "^6.0.3", - "office-addin-dev-certs": "^2.0.3", - "office-addin-lint": "^3.0.3", - "office-addin-manifest": "^2.0.3", - "office-addin-prettier-config": "^2.0.1", - "os-browserify": "^0.3.0", - "process": "^0.11.10", - "source-map-loader": "^5.0.0", - "webpack": "^5.95.0", - "webpack-cli": "^5.1.4", + "@babel/core": "7.29.0", + "@babel/preset-env": "7.29.0", + "@types/office-js": "1.0.582", + "@types/office-runtime": "1.0.36", + "acorn": "8.16.0", + "babel-loader": "9.2.1", + "copy-webpack-plugin": "14.0.0", + "eslint-plugin-office-addins": "4.0.6", + "file-loader": "6.2.0", + "html-loader": "5.1.0", + "html-webpack-inject-attributes-plugin": "1.0.6", + "html-webpack-plugin": "5.6.6", + "office-addin-cli": "2.0.6", + "office-addin-debugging": "6.0.6", + "office-addin-dev-certs": "2.0.6", + "office-addin-lint": "3.0.6", + "office-addin-manifest": "2.1.2", + "office-addin-prettier-config": "2.0.1", + "os-browserify": "0.3.0", + "process": "0.11.10", + "source-map-loader": "5.0.0", + "webpack": "5.105.4", + "webpack-cli": "5.1.4", "webpack-dev-server": "5.2.4" } }, diff --git a/src/addons/outlook/package.json b/src/addons/outlook/package.json index 279c5ae6..df125b73 100644 --- a/src/addons/outlook/package.json +++ b/src/addons/outlook/package.json @@ -26,35 +26,35 @@ "watch": "webpack --mode development --watch" }, "dependencies": { - "core-js": "^3.49.0", + "core-js": "3.49.0", "i18next": "26.3.1", "i18next-browser-languagedetector": "8.2.1", - "regenerator-runtime": "^0.14.1" + "regenerator-runtime": "0.14.1" }, "devDependencies": { - "@babel/core": "^7.24.0", - "@babel/preset-env": "^7.25.4", - "@types/office-js": "^1.0.377", - "@types/office-runtime": "^1.0.35", - "acorn": "^8.11.3", - "babel-loader": "^9.1.3", - "copy-webpack-plugin": "^14.0.0", - "eslint-plugin-office-addins": "^4.0.3", - "file-loader": "^6.2.0", - "html-loader": "^5.0.0", - "html-webpack-inject-attributes-plugin": "^1.0.6", - "html-webpack-plugin": "^5.6.0", - "office-addin-cli": "^2.0.3", - "office-addin-debugging": "^6.0.3", - "office-addin-dev-certs": "^2.0.3", - "office-addin-lint": "^3.0.3", - "office-addin-manifest": "^2.0.3", - "office-addin-prettier-config": "^2.0.1", - "os-browserify": "^0.3.0", - "process": "^0.11.10", - "source-map-loader": "^5.0.0", - "webpack": "^5.95.0", - "webpack-cli": "^5.1.4", + "@babel/core": "7.29.0", + "@babel/preset-env": "7.29.0", + "@types/office-js": "1.0.582", + "@types/office-runtime": "1.0.36", + "acorn": "8.16.0", + "babel-loader": "9.2.1", + "copy-webpack-plugin": "14.0.0", + "eslint-plugin-office-addins": "4.0.6", + "file-loader": "6.2.0", + "html-loader": "5.1.0", + "html-webpack-inject-attributes-plugin": "1.0.6", + "html-webpack-plugin": "5.6.6", + "office-addin-cli": "2.0.6", + "office-addin-debugging": "6.0.6", + "office-addin-dev-certs": "2.0.6", + "office-addin-lint": "3.0.6", + "office-addin-manifest": "2.1.2", + "office-addin-prettier-config": "2.0.1", + "os-browserify": "0.3.0", + "process": "0.11.10", + "source-map-loader": "5.0.0", + "webpack": "5.105.4", + "webpack-cli": "5.1.4", "webpack-dev-server": "5.2.4" }, "prettier": "office-addin-prettier-config",