Skip to content

Commit d3fb8aa

Browse files
committed
Update packages
1 parent 8faf256 commit d3fb8aa

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
},
3838
"devDependencies": {
3939
"@babel/core": "^7.24.0",
40+
"@babel/preset-env": "^7.25.4",
4041
"@babel/preset-typescript": "^7.23.3",
4142
"@types/custom-functions-runtime": "^1.6.8",
4243
"@types/mocha": "^10.0.6",
@@ -46,31 +47,30 @@
4647
"acorn": "^8.5.0",
4748
"babel-loader": "^9.1.3",
4849
"copy-webpack-plugin": "^12.0.2",
49-
"custom-functions-metadata-plugin": "^1.7.1",
50-
"eslint-plugin-office-addins": "^3.0.2",
50+
"custom-functions-metadata-plugin": "^1.7.2",
51+
"eslint-plugin-office-addins": "^3.0.3",
5152
"file-loader": "^6.2.0",
5253
"html-loader": "^5.0.0",
5354
"html-webpack-plugin": "^5.6.0",
5455
"mocha": "^10.3.0",
55-
"office-addin-cli": "^1.6.3",
56-
"office-addin-debugging": "^5.1.3",
57-
"office-addin-dev-certs": "^1.13.3",
58-
"office-addin-lint": "^2.3.3",
59-
"office-addin-manifest": "^1.13.3",
60-
"office-addin-mock": "^2.4.3",
56+
"office-addin-cli": "^1.6.5",
57+
"office-addin-debugging": "^5.1.6",
58+
"office-addin-dev-certs": "^1.13.5",
59+
"office-addin-lint": "^2.3.5",
60+
"office-addin-manifest": "^1.13.6",
61+
"office-addin-mock": "^2.4.6",
6162
"office-addin-prettier-config": "^1.2.1",
62-
"office-addin-test-helpers": "^1.5.3",
63-
"office-addin-test-server": "^1.5.3",
63+
"office-addin-test-helpers": "^1.5.5",
64+
"office-addin-test-server": "^1.5.5",
6465
"os-browserify": "^0.3.0",
6566
"process": "^0.11.10",
6667
"request": "^2.88.2",
6768
"source-map-loader": "^5.0.0",
68-
"ts-loader": "^9.5.1",
6969
"ts-node": "^10.9.2",
70-
"typescript": "^4.3.5",
71-
"webpack": "^5.94.0",
70+
"typescript": "^5.4.2",
71+
"webpack": "^5.95.0",
7272
"webpack-cli": "^5.1.4",
73-
"webpack-dev-server": "5.0.3"
73+
"webpack-dev-server": "5.1.0"
7474
},
7575
"prettier": "office-addin-prettier-config",
7676
"browserslist": [

0 commit comments

Comments
 (0)