Skip to content

Commit

Permalink
Update package dependencies (#803)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexJerabek authored Jun 24, 2024
1 parent 0a4009f commit 8cb05ee
Show file tree
Hide file tree
Showing 10 changed files with 19,793 additions and 17,947 deletions.
1,779 changes: 995 additions & 784 deletions Samples/tutorials/excel-tutorial/My Office Add-in/package-lock.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions Samples/tutorials/excel-tutorial/My Office Add-in/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,27 +33,27 @@
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@types/office-js": "^1.0.393",
"@types/office-js": "^1.0.396",
"@types/office-runtime": "^1.0.35",
"acorn": "^8.11.3",
"acorn": "^8.12.0",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^12.0.2",
"eslint-plugin-office-addins": "^3.0.1",
"eslint-plugin-office-addins": "^3.0.2",
"file-loader": "^6.2.0",
"html-loader": "^5.0.0",
"html-webpack-plugin": "^5.6.0",
"office-addin-cli": "^1.6.2",
"office-addin-debugging": "^5.1.2",
"office-addin-dev-certs": "^1.13.2",
"office-addin-lint": "^2.3.2",
"office-addin-manifest": "^1.13.2",
"office-addin-prettier-config": "^1.2.0",
"office-addin-cli": "^1.6.3",
"office-addin-debugging": "^5.1.3",
"office-addin-dev-certs": "^1.13.3",
"office-addin-lint": "^2.3.3",
"office-addin-manifest": "^1.13.3",
"office-addin-prettier-config": "^1.2.1",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"source-map-loader": "^5.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"typescript": "^5.5.2",
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "5.0.4"
},
Expand Down
Loading

0 comments on commit 8cb05ee

Please sign in to comment.