|
24 | 24 | "start": "office-addin-debugging start manifest.xml", |
25 | 25 | "stop": "office-addin-debugging stop manifest.xml", |
26 | 26 | "test": "npm run test:unit && npm run test:e2e", |
27 | | - "test:e2e": "mocha -r ts-node/register test/end-to-end/tests.ts", |
28 | | - "test:unit": "mocha -r ts-node/register test/unit/*.test.ts", |
| 27 | + "test:e2e": "mocha -r ./test/register-ts-node.js test/end-to-end/tests.ts", |
| 28 | + "test:unit": "mocha -r ./test/register-ts-node.js test/unit/*.test.ts", |
29 | 29 | "validate": "office-addin-manifest validate manifest.xml", |
30 | 30 | "watch": "webpack --mode development --watch" |
31 | 31 | }, |
|
46 | 46 | "@types/office-runtime": "^1.0.35", |
47 | 47 | "acorn": "^8.5.0", |
48 | 48 | "babel-loader": "^10.1.1", |
49 | | - "copy-webpack-plugin": "^12.0.2", |
| 49 | + "copy-webpack-plugin": "^14.0.0", |
50 | 50 | "custom-functions-metadata-plugin": "^2.1.2", |
51 | | - "eslint-plugin-office-addins": "^4.0.3", |
| 51 | + "eslint-plugin-office-addins": "^4.0.10", |
52 | 52 | "file-loader": "^6.2.0", |
53 | 53 | "html-loader": "^5.0.0", |
54 | 54 | "html-webpack-plugin": "^5.6.0", |
55 | 55 | "mocha": "^11.7.4", |
56 | | - "office-addin-cli": "^2.0.6", |
57 | | - "office-addin-debugging": "^6.0.6", |
58 | | - "office-addin-dev-certs": "^2.0.6", |
59 | | - "office-addin-lint": "^3.0.6", |
60 | | - "office-addin-manifest": "^2.1.2", |
61 | | - "office-addin-mock": "^3.0.6", |
62 | | - "office-addin-prettier-config": "^2.0.1", |
63 | | - "office-addin-test-helpers": "^2.0.3", |
64 | | - "office-addin-test-server": "^2.0.3", |
| 56 | + "office-addin-cli": "^2.0.10", |
| 57 | + "office-addin-debugging": "^6.1.2", |
| 58 | + "office-addin-dev-certs": "^2.0.10", |
| 59 | + "office-addin-lint": "^3.0.10", |
| 60 | + "office-addin-manifest": "^2.1.6", |
| 61 | + "office-addin-mock": "^3.0.10", |
| 62 | + "office-addin-prettier-config": "^2.0.5", |
| 63 | + "office-addin-test-helpers": "^2.0.7", |
| 64 | + "office-addin-test-server": "^2.0.7", |
65 | 65 | "os-browserify": "^0.3.0", |
66 | 66 | "process": "^0.11.10", |
67 | 67 | "request": "^2.88.2", |
|
70 | 70 | "typescript": "^5.4.2", |
71 | 71 | "webpack": "^5.105.0", |
72 | 72 | "webpack-cli": "^5.1.4", |
73 | | - "webpack-dev-server": "5.2.5" |
| 73 | + "webpack-dev-server": "^6.0.0" |
74 | 74 | }, |
75 | 75 | "prettier": "office-addin-prettier-config", |
76 | 76 | "browserslist": [ |
|
0 commit comments