|
56 | 56 | "prepublishOnly": "yarn generate-types" |
57 | 57 | }, |
58 | 58 | "dependencies": { |
59 | | - "ansi-html-community": "^0.0.8", |
| 59 | + "ansi-html": "^0.0.9", |
60 | 60 | "core-js-pure": "^3.23.3", |
61 | 61 | "error-stack-parser": "^2.0.6", |
62 | 62 | "html-entities": "^2.1.0", |
63 | 63 | "loader-utils": "^2.0.4", |
64 | | - "schema-utils": "^3.0.0", |
| 64 | + "schema-utils": "^4.2.0", |
65 | 65 | "source-map": "^0.7.3" |
66 | 66 | }, |
67 | 67 | "devDependencies": { |
68 | 68 | "@babel/core": "^7.14.2", |
69 | 69 | "@babel/plugin-transform-modules-commonjs": "^7.14.0", |
70 | 70 | "@types/cross-spawn": "^6.0.2", |
71 | | - "@types/fs-extra": "^9.0.4", |
72 | | - "@types/jest": "^27.0.1", |
| 71 | + "@types/fs-extra": "^11.0.4", |
| 72 | + "@types/jest": "^29.5.12", |
73 | 73 | "@types/json-schema": "^7.0.6", |
74 | 74 | "@types/module-alias": "^2.0.0", |
75 | 75 | "@types/node": "^20.5.0", |
|
78 | 78 | "babel-loader": "^8.1.0", |
79 | 79 | "cross-env": "^7.0.3", |
80 | 80 | "cross-spawn": "^7.0.3", |
81 | | - "del-cli": "^4.0.1", |
| 81 | + "del-cli": "^5.1.0", |
82 | 82 | "eslint": "^8.6.0", |
83 | 83 | "eslint-config-prettier": "^9.0.0", |
84 | 84 | "eslint-plugin-prettier": "^5.0.0", |
85 | | - "fs-extra": "^10.0.0", |
| 85 | + "fs-extra": "^11.2.0", |
86 | 86 | "get-port": "^5.1.1", |
87 | | - "jest": "^27.0.5", |
88 | | - "jest-environment-node": "^27.0.5", |
89 | | - "jest-junit": "^13.0.0", |
90 | | - "memfs": "^3.2.0", |
| 87 | + "jest": "^29.7.0", |
| 88 | + "jest-environment-jsdom": "^29.7.0", |
| 89 | + "jest-environment-node": "^29.7.0", |
| 90 | + "jest-junit": "^16.0.0", |
| 91 | + "jest-location-mock": "^2.0.0", |
91 | 92 | "module-alias": "^2.2.2", |
92 | 93 | "nanoid": "^3.1.31", |
93 | 94 | "npm-run-all": "^4.1.5", |
94 | | - "prettier": "^3.0.1", |
95 | | - "puppeteer": "^13.4.0", |
| 95 | + "prettier": "^3.3.0", |
| 96 | + "puppeteer": "^22.10.0", |
96 | 97 | "react-refresh": "^0.14.0", |
97 | 98 | "semver": "^7.5.2", |
98 | 99 | "sourcemap-validator": "^2.1.0", |
|
0 commit comments