|
21 | 21 | "url": "https://github.com/webiny/webiny-js.git" |
22 | 22 | }, |
23 | 23 | "devDependencies": { |
24 | | - "@babel/code-frame": "^7.29.0", |
25 | | - "@commitlint/cli": "^21.0.1", |
26 | | - "@commitlint/config-conventional": "^21.0.1", |
| 24 | + "@babel/code-frame": "^8.0.0", |
| 25 | + "@commitlint/cli": "^21.2.1", |
| 26 | + "@commitlint/config-conventional": "^21.2.0", |
27 | 27 | "@grpc/grpc-js": "^1.14.4", |
28 | | - "@lexical/code": "^0.44.0", |
29 | | - "@lexical/hashtag": "^0.44.0", |
30 | | - "@lexical/headless": "^0.44.0", |
31 | | - "@lexical/history": "^0.44.0", |
32 | | - "@lexical/html": "^0.44.0", |
33 | | - "@lexical/list": "^0.44.0", |
34 | | - "@lexical/mark": "^0.44.0", |
35 | | - "@lexical/overflow": "^0.44.0", |
36 | | - "@lexical/react": "^0.44.0", |
37 | | - "@lexical/rich-text": "^0.44.0", |
38 | | - "@lexical/selection": "^0.44.0", |
39 | | - "@lexical/text": "^0.44.0", |
40 | | - "@lexical/utils": "^0.44.0", |
| 28 | + "@lexical/code": "^0.46.0", |
| 29 | + "@lexical/hashtag": "^0.46.0", |
| 30 | + "@lexical/headless": "^0.46.0", |
| 31 | + "@lexical/history": "^0.46.0", |
| 32 | + "@lexical/html": "^0.46.0", |
| 33 | + "@lexical/list": "^0.46.0", |
| 34 | + "@lexical/mark": "^0.46.0", |
| 35 | + "@lexical/overflow": "^0.46.0", |
| 36 | + "@lexical/react": "^0.46.0", |
| 37 | + "@lexical/rich-text": "^0.46.0", |
| 38 | + "@lexical/selection": "^0.46.0", |
| 39 | + "@lexical/text": "^0.46.0", |
| 40 | + "@lexical/utils": "^0.46.0", |
41 | 41 | "@octokit/rest": "^22.0.1", |
42 | 42 | "@types/fs-extra": "^11.0.4", |
43 | | - "@types/node": "^24.12.4", |
44 | | - "@types/react": "18.3.29", |
| 43 | + "@types/node": "^24.13.3", |
| 44 | + "@types/react": "18.3.31", |
45 | 45 | "@types/react-dom": "18.3.7", |
46 | | - "@vitest/coverage-v8": "^4.1.7", |
47 | | - "@webiny/stdlib": "^0.0.4", |
48 | | - "adio": "^3.0.0", |
| 46 | + "@vitest/coverage-v8": "^4.1.10", |
| 47 | + "@webiny/stdlib": "^0.0.8", |
| 48 | + "adio": "^3.0.1", |
49 | 49 | "chalk": "^5.6.2", |
50 | 50 | "cross-env": "^10.1.0", |
51 | 51 | "deepmerge": "^4.3.1", |
52 | 52 | "execa": "^5.1.1", |
53 | 53 | "fast-glob": "^3.3.3", |
54 | | - "fs-extra": "^11.3.5", |
| 54 | + "fs-extra": "^11.3.6", |
55 | 55 | "get-yarn-workspaces": "^1.0.2", |
56 | 56 | "github-actions-wac": "^2.0.0", |
57 | | - "graphql": "^16.14.0", |
| 57 | + "graphql": "^16.14.2", |
58 | 58 | "husky": "^9.1.7", |
59 | | - "inquirer": "^13.4.3", |
| 59 | + "inquirer": "^14.0.2", |
60 | 60 | "jest-extended": "^7.0.0", |
61 | | - "lexical": "^0.44.0", |
| 61 | + "lexical": "^0.46.0", |
62 | 62 | "load-json-file": "^7.0.1", |
63 | 63 | "lodash": "^4.18.1", |
64 | 64 | "minimatch": "^10.2.5", |
65 | | - "nanoid": "^5.1.11", |
66 | | - "next": "^16.2.6", |
67 | | - "oxfmt": "^0.51.0", |
68 | | - "oxlint": "^1.66.0", |
| 65 | + "nanoid": "^5.1.16", |
| 66 | + "next": "^16.2.10", |
| 67 | + "oxfmt": "^0.58.0", |
| 68 | + "oxlint": "^1.73.0", |
69 | 69 | "react": "18.3.1", |
70 | 70 | "react-dom": "18.3.1", |
71 | | - "semver": "^7.8.1", |
| 71 | + "semver": "^7.8.5", |
72 | 72 | "ts-expect": "^1.3.0", |
73 | | - "tsx": "4.21.0", |
74 | | - "type-fest": "^5.6.0", |
| 73 | + "tsx": "4.23.0", |
| 74 | + "type-fest": "^5.8.0", |
75 | 75 | "typescript": "6.0.3", |
76 | 76 | "validator": "^13.15.35", |
77 | | - "verdaccio": "^6.7.1", |
78 | | - "vitest": "^4.1.7", |
| 77 | + "verdaccio": "^6.7.4", |
| 78 | + "vitest": "^4.1.10", |
79 | 79 | "write-json-file": "^7.0.0", |
80 | 80 | "yargs": "^18.0.0" |
81 | 81 | }, |
|
177 | 177 | } |
178 | 178 | }, |
179 | 179 | "resolutions": { |
180 | | - "@types/react": "18.3.29", |
| 180 | + "@types/react": "18.3.31", |
181 | 181 | "handlebars": "4.7.9", |
182 | 182 | "@types/react-dom": "18.3.7", |
183 | 183 | "lodash": "4.18.1", |
|
189 | 189 | "packageManager": "yarn@4.14.1", |
190 | 190 | "dependencies": { |
191 | 191 | "@types/hoist-non-react-statics": "^3.3.7", |
192 | | - "@webiny/di": "^1.0.1", |
| 192 | + "@webiny/di": "^1.0.2", |
193 | 193 | "jwt-decode": "^4.0.0" |
194 | 194 | }, |
195 | 195 | "engines": { |
|
0 commit comments