|
27 | 27 | "prepublishOnly": "yarn -s prettify && yarn -s build"
|
28 | 28 | },
|
29 | 29 | "dependencies": {
|
30 |
| - "@babel/runtime": "^7.25.0", |
| 30 | + "@babel/runtime": "^7.27.3", |
31 | 31 | "broccoli-plugin": "^4.0.7",
|
32 | 32 | "cheerio": "^1.0.0",
|
33 | 33 | "colors": "^1.4.0",
|
34 | 34 | "commander": "^12.1.0",
|
35 |
| - "eol": "^0.9.1", |
36 |
| - "esbuild": "^0.25.0", |
37 |
| - "fs-extra": "^11.2.0", |
| 35 | + "eol": "^0.10.0", |
| 36 | + "esbuild": "^0.25.5", |
| 37 | + "fs-extra": "^11.3.0", |
38 | 38 | "gulp-sort": "^2.0.0",
|
39 |
| - "i18next": "^23.5.1 || ^24.2.0", |
| 39 | + "i18next": "^23.16.8 || ^24.2.3", |
40 | 40 | "js-yaml": "^4.1.0",
|
41 | 41 | "lilconfig": "^3.1.3",
|
42 | 42 | "rsvp": "^4.8.5",
|
43 |
| - "sort-keys": "^5.0.0", |
44 |
| - "typescript": "^5.0.4", |
| 43 | + "sort-keys": "^5.1.0", |
| 44 | + "typescript": "^5.8.3", |
45 | 45 | "vinyl": "^3.0.0",
|
46 | 46 | "vinyl-fs": "^4.0.0"
|
47 | 47 | },
|
48 | 48 | "devDependencies": {
|
49 |
| - "@babel/cli": "^7.24.8", |
50 |
| - "@babel/core": "^7.26.8", |
| 49 | + "@babel/cli": "^7.27.2", |
| 50 | + "@babel/core": "^7.27.3", |
51 | 51 | "@babel/plugin-proposal-object-rest-spread": "^7.20.7",
|
52 |
| - "@babel/plugin-transform-runtime": "^7.24.7", |
| 52 | + "@babel/plugin-transform-runtime": "^7.27.3", |
53 | 53 | "@babel/polyfill": "^7.12.1",
|
54 |
| - "@babel/preset-env": "^7.26.0", |
55 |
| - "@babel/register": "^7.24.6", |
| 54 | + "@babel/preset-env": "^7.27.2", |
| 55 | + "@babel/register": "^7.27.1", |
56 | 56 | "broccoli": "^3.5.2",
|
57 | 57 | "broccoli-cli": "^1.0.0",
|
58 | 58 | "broccoli-funnel": "^3.0.8",
|
59 |
| - "c8": "^10.1.2", |
60 |
| - "chai": "^5.1.1", |
61 |
| - "execa": "^9.5.2", |
| 59 | + "c8": "^10.1.3", |
| 60 | + "chai": "^5.2.0", |
| 61 | + "execa": "^9.6.0", |
62 | 62 | "gulp": "^5.0.0",
|
63 |
| - "husky": "^9.1.6", |
64 |
| - "lint-staged": "^15.2.9", |
65 |
| - "mocha": "^11.1.0", |
| 63 | + "husky": "^9.1.7", |
| 64 | + "lint-staged": "^15.5.2", |
| 65 | + "mocha": "^11.5.0", |
66 | 66 | "p-event": "^6.0.1",
|
67 |
| - "prettier": "^3.3.3", |
68 |
| - "sinon": "^19.0.2" |
| 67 | + "prettier": "^3.5.3", |
| 68 | + "sinon": "^20.0.0" |
69 | 69 | },
|
70 | 70 | "repository": {
|
71 | 71 | "type": "git",
|
|
0 commit comments