Skip to content

Commit d8f8ec6

Browse files
authored
Merge pull request #954 from OfficeDev/publish
Packages published to npm
2 parents a109424 + f008260 commit d8f8ec6

33 files changed

Lines changed: 544 additions & 264 deletions

File tree

package-lock.json

Lines changed: 417 additions & 135 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/custom-functions-metadata-plugin/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/custom-functions-metadata-plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "custom-functions-metadata-plugin",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
44
"author": "Office Dev",
55
"bugs": {
66
"url": "https://github.com/OfficeDev/Office-Addin-Scripts/issues"
@@ -26,12 +26,12 @@
2626
"watch": "tsc -p tsconfig.json -w"
2727
},
2828
"dependencies": {
29-
"custom-functions-metadata": "^2.1.4"
29+
"custom-functions-metadata": "^2.1.5"
3030
},
3131
"devDependencies": {
3232
"@types/node": "^14.17.2",
3333
"concurrently": "^9.0.0",
34-
"office-addin-lint": "^3.0.4",
34+
"office-addin-lint": "^3.0.5",
3535
"rimraf": "^6.0.1",
3636
"typescript": "^4.7.4"
3737
},

packages/custom-functions-metadata/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/custom-functions-metadata/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "custom-functions-metadata",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
44
"description": "Generate metadata for Excel Custom Functions.",
55
"main": "./lib/main.js",
66
"scripts": {
@@ -28,7 +28,7 @@
2828
"assert": "^1.5.0",
2929
"commander": "^13.0.0",
3030
"nconf": "^0.12.0",
31-
"office-addin-usage-data": "^2.0.4",
31+
"office-addin-usage-data": "^2.0.5",
3232
"xregexp": "^4.3.0"
3333
},
3434
"devDependencies": {
@@ -39,7 +39,7 @@
3939
"@types/xregexp": "^3.0.30",
4040
"concurrently": "^9.0.0",
4141
"mocha": "^11.0.1",
42-
"office-addin-lint": "^3.0.4",
42+
"office-addin-lint": "^3.0.5",
4343
"office-addin-prettier-config": "^2.0.1",
4444
"rimraf": "^6.0.1",
4545
"ts-node": "^10.9.1",

packages/eslint-config-office-addins/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/eslint-config-office-addins/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-office-addins",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "Provides an eslint configuration for Office Add-ins.",
55
"main": "./lib/main.js",
66
"scripts": {
@@ -15,15 +15,15 @@
1515
],
1616
"dependencies": {
1717
"eslint": "^9.0.0",
18-
"eslint-plugin-office-addins": "^4.0.4"
18+
"eslint-plugin-office-addins": "^4.0.5"
1919
},
2020
"peerDependencies": {
2121
"prettier": "^3.5.3"
2222
},
2323
"devDependencies": {
2424
"@types/node": "^14.17.2",
2525
"concurrently": "^9.0.0",
26-
"office-addin-lint": "^3.0.4",
26+
"office-addin-lint": "^3.0.5",
2727
"rimraf": "^6.0.1",
2828
"typescript": "^4.7.4"
2929
},

packages/eslint-plugin-excel-custom-functions/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/eslint-plugin-excel-custom-functions/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-excel-custom-functions",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "ESLint rules that report usage of Office Api Code in Shared App",
55
"author": "Artur Tarasenko <artarase@microsoft.com>",
66
"license": "MIT",
@@ -39,9 +39,9 @@
3939
"@typescript-eslint/scope-manager": "^5.33.1",
4040
"eslint-plugin-prettier": "^5.1.3",
4141
"jest": "^29.7.0",
42-
"office-addin-lint": "^3.0.4",
42+
"office-addin-lint": "^3.0.5",
4343
"office-addin-prettier-config": "^2.0.1",
44-
"office-addin-usage-data": "^2.0.4",
44+
"office-addin-usage-data": "^2.0.5",
4545
"prettier": "^3.4.2",
4646
"rimraf": "^6.0.1",
4747
"ts-jest": "^29.1.2",

packages/eslint-plugin-office-addins/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)