Skip to content

File tree

28 files changed

+55
-55
lines changed

28 files changed

+55
-55
lines changed

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

Lines changed: 1 addition & 1 deletion
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "custom-functions-metadata-plugin",
3-
"version": "1.0.47",
3+
"version": "1.0.48",
44
"author": "Office Dev",
55
"bugs": {
66
"url": "https://github.com/OfficeDev/Office-Addin-Scripts/issues"
@@ -24,7 +24,7 @@
2424
"test": "echo \"No tests.\""
2525
},
2626
"dependencies": {
27-
"custom-functions-metadata": "^1.0.47",
27+
"custom-functions-metadata": "^1.0.48",
2828
"es6-promise": "^4.2.8",
2929
"webpack": "^5.24.4"
3030
},

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

Lines changed: 1 addition & 1 deletion
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": "1.0.47",
3+
"version": "1.0.48",
44
"description": "Generate metadata for Excel Custom Functions.",
55
"main": "./lib/main.js",
66
"scripts": {
@@ -29,7 +29,7 @@
2929
"assert": "^1.5.0",
3030
"commander": "^6.2.0",
3131
"nconf": "^0.10.0",
32-
"office-addin-cli": "^1.1.0",
32+
"office-addin-cli": "^1.1.1",
3333
"xregexp": "^4.3.0"
3434
},
3535
"devDependencies": {
@@ -41,7 +41,7 @@
4141
"@types/xregexp": "^3.0.30",
4242
"concurrently": "^6.0.0",
4343
"mocha": "^7.1.1",
44-
"office-addin-lint": "^1.1.5",
44+
"office-addin-lint": "^1.1.6",
4545
"office-addin-prettier-config": "^1.0.16",
4646
"rimraf": "^3.0.2",
4747
"ts-node": "^8.8.1",

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

Lines changed: 1 addition & 1 deletion
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-excel-custom-functions",
3-
"version": "0.0.13",
3+
"version": "0.0.14",
44
"description": "ESLint rules that report usage of Office Api Code in Shared App",
55
"author": "Artur Tarasenko <[email protected]>",
66
"main": "dist/index.js",
@@ -47,7 +47,7 @@
4747
"eslint": "^6.8.0",
4848
"husky": "^4.3.0",
4949
"jest": "^26.4.2",
50-
"office-addin-usage-data": "^1.2.1",
50+
"office-addin-usage-data": "^1.2.2",
5151
"prettier": "^2.1.2",
5252
"rimraf": "^3.0.2",
5353
"semantic-release": "^17.3.7",

packages/office-addin-cli/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/office-addin-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "office-addin-cli",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "A command-line interface for Office Add-ins.",
55
"main": "./lib/main.js",
66
"scripts": {

packages/office-addin-debugging/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/office-addin-debugging/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "office-addin-debugging",
3-
"version": "4.1.4",
3+
"version": "4.1.5",
44
"description": "For debugging Office Add-ins.",
55
"main": "./lib/main.js",
66
"scripts": {
@@ -24,12 +24,12 @@
2424
"child_process": "^1.0.2",
2525
"commander": "^6.2.0",
2626
"node-fetch": "^2.6.1",
27-
"office-addin-cli": "^1.1.0",
28-
"office-addin-dev-certs": "^1.5.16",
29-
"office-addin-dev-settings": "^1.8.20",
30-
"office-addin-manifest": "^1.5.20",
31-
"office-addin-node-debugger": "^0.4.42",
32-
"office-addin-usage-data": "^1.2.1"
27+
"office-addin-cli": "^1.1.1",
28+
"office-addin-dev-certs": "^1.5.17",
29+
"office-addin-dev-settings": "^1.8.21",
30+
"office-addin-manifest": "^1.5.21",
31+
"office-addin-node-debugger": "^0.4.43",
32+
"office-addin-usage-data": "^1.2.2"
3333
},
3434
"devDependencies": {
3535
"@types/es6-promise": "0.0.32",

packages/office-addin-dev-certs/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/office-addin-dev-certs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "office-addin-dev-certs",
3-
"version": "1.5.16",
3+
"version": "1.5.17",
44
"description": "For managing certificates when developing Office Add-ins.",
55
"main": "./lib/main.js",
66
"scripts": {
@@ -34,8 +34,8 @@
3434
"commander": "^6.2.0",
3535
"fs-extra": "^7.0.1",
3636
"mkcert": "^1.4.0",
37-
"office-addin-cli": "^1.1.0",
38-
"office-addin-usage-data": "^1.2.1"
37+
"office-addin-cli": "^1.1.1",
38+
"office-addin-usage-data": "^1.2.2"
3939
},
4040
"devDependencies": {
4141
"@types/es6-promise": "0.0.32",

packages/office-addin-dev-settings/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/office-addin-dev-settings/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "office-addin-dev-settings",
3-
"version": "1.8.20",
3+
"version": "1.8.21",
44
"description": "Configure developer settings for Office Add-ins.",
55
"main": "./lib/main.js",
66
"scripts": {
@@ -25,9 +25,9 @@
2525
"inquirer": "^7.3.3",
2626
"jszip": "^3.5.0",
2727
"junk": "^3.1.0",
28-
"office-addin-cli": "^1.1.0",
29-
"office-addin-manifest": "^1.5.20",
30-
"office-addin-usage-data": "^1.2.1",
28+
"office-addin-cli": "^1.1.1",
29+
"office-addin-manifest": "^1.5.21",
30+
"office-addin-usage-data": "^1.2.2",
3131
"open": "^6.4.0",
3232
"whatwg-url": "^7.1.0",
3333
"winreg": "^1.2.4"

packages/office-addin-lint/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/office-addin-lint/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "office-addin-lint",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"description": "Provide eslint and prettier integration",
55
"main": "./lib/main.js",
66
"scripts": {
@@ -29,7 +29,7 @@
2929
"eslint-config-prettier": "^8.1.0",
3030
"eslint-plugin-prettier": "^3.3.1",
3131
"office-addin-prettier-config": "^1.0.16",
32-
"office-addin-usage-data": "^1.2.1",
32+
"office-addin-usage-data": "^1.2.2",
3333
"prettier": "^2.2.1"
3434
},
3535
"devDependencies": {
@@ -41,7 +41,7 @@
4141
"assert": "^1.4.1",
4242
"concurrently": "^6.0.0",
4343
"mocha": "^7.1.1",
44-
"office-addin-cli": "^1.1.0",
44+
"office-addin-cli": "^1.1.1",
4545
"rimraf": "^3.0.2",
4646
"ts-node": "^9.1.1",
4747
"typescript": "^4.2.3"

packages/office-addin-manifest/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/office-addin-manifest/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "office-addin-manifest",
3-
"version": "1.5.20",
3+
"version": "1.5.21",
44
"description": "Read and modify Office Add-in manifest files.",
55
"main": "./lib/main.js",
66
"scripts": {
@@ -22,8 +22,8 @@
2222
"chalk": "^2.4.2",
2323
"commander": "^6.2.0",
2424
"node-fetch": "^2.6.1",
25-
"office-addin-cli": "^1.1.0",
26-
"office-addin-usage-data": "^1.2.1",
25+
"office-addin-cli": "^1.1.1",
26+
"office-addin-usage-data": "^1.2.2",
2727
"path": "^0.12.7",
2828
"uuid": "^3.4.0",
2929
"xml2js": "^0.4.23"

packages/office-addin-node-debugger/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/office-addin-node-debugger/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "office-addin-node-debugger",
3-
"version": "0.4.42",
3+
"version": "0.4.43",
44
"description": "Files for enabling office add-in web debugging using Node and VS Code.",
55
"main": "./lib/debugger.js",
66
"scripts": {
@@ -23,7 +23,7 @@
2323
"child_process": "^1.0.2",
2424
"commander": "^6.2.0",
2525
"node-fetch": "^2.6.1",
26-
"office-addin-usage-data": "^1.2.1",
26+
"office-addin-usage-data": "^1.2.2",
2727
"ws": "^6.2.1"
2828
},
2929
"devDependencies": {

packages/office-addin-sso/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/office-addin-sso/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "office-addin-sso",
3-
"version": "1.0.37",
3+
"version": "1.0.38",
44
"description": "Configure SSO for Office Addin project and provide SSO authentication service.",
55
"main": "./lib/main.js",
66
"scripts": {
@@ -30,7 +30,7 @@
3030
"jquery": "^3.5.1",
3131
"morgan": "1.9.1",
3232
"node-fetch": "^2.6.1",
33-
"office-addin-usage-data": "^1.2.1",
33+
"office-addin-usage-data": "^1.2.2",
3434
"pug": "^3.0.2"
3535
},
3636
"devDependencies": {
@@ -42,10 +42,10 @@
4242
"concurrently": "^6.0.0",
4343
"cpy-cli": "^3.1.1",
4444
"mocha": "^7.1.1",
45-
"office-addin-cli": "^1.1.0",
46-
"office-addin-dev-certs": "^1.5.16",
47-
"office-addin-manifest": "^1.5.20",
48-
"office-addin-test-helpers": "^1.0.31",
45+
"office-addin-cli": "^1.1.1",
46+
"office-addin-dev-certs": "^1.5.17",
47+
"office-addin-manifest": "^1.5.21",
48+
"office-addin-test-helpers": "^1.0.32",
4949
"rimraf": "^3.0.2",
5050
"ts-node": "^9.1.1",
5151
"typescript": "^4.1.5"

packages/office-addin-test-helpers/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/office-addin-test-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "office-addin-test-helpers",
3-
"version": "1.0.31",
3+
"version": "1.0.32",
44
"description": "Provides test helpers for automating validation of Office Add-ins.",
55
"main": "./lib/main.js",
66
"scripts": {

packages/office-addin-test-server/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/office-addin-test-server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "office-addin-test-server",
3-
"version": "1.0.41",
3+
"version": "1.0.42",
44
"description": "Creates a local web server for testing Office Add-ins and receiving test results.",
55
"main": "./lib/main.js",
66
"scripts": {
@@ -23,8 +23,8 @@
2323
"cors": "^2.8.5",
2424
"es6-promise": "^4.2.8",
2525
"express": "^4.17.1",
26-
"office-addin-cli": "^1.1.0",
27-
"office-addin-dev-certs": "^1.5.16"
26+
"office-addin-cli": "^1.1.1",
27+
"office-addin-dev-certs": "^1.5.17"
2828
},
2929
"devDependencies": {
3030
"@types/cors": "^2.8.6",

packages/office-addin-usage-data/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/office-addin-usage-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "office-addin-usage-data",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Provides infrastructure to send usage data events and exceptions.",
55
"main": "./lib/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)