|
15 | 15 | "!dist/REMOVE_ME.js*" |
16 | 16 | ], |
17 | 17 | "devDependencies": { |
18 | | - "@babel/cli": "^7.21.5", |
19 | | - "@babel/core": "^7.22.1", |
20 | | - "@babel/plugin-transform-runtime": "~7.22.4", |
21 | | - "@babel/preset-env": "~7.22.4", |
22 | | - "@babel/runtime-corejs2": "~7.22.2", |
23 | | - "@playwright/test": "^1.40.1", |
| 18 | + "@babel/cli": "^7.25.9", |
| 19 | + "@babel/core": "^7.25.9", |
| 20 | + "@babel/plugin-transform-runtime": "^7.25.9", |
| 21 | + "@babel/preset-env": "^7.25.9", |
| 22 | + "@babel/runtime-corejs2": "^7.25.9", |
| 23 | + "@playwright/test": "^1.48.1", |
24 | 24 | "@typescript-eslint/eslint-plugin": "^6.4.0", |
25 | 25 | "@typescript-eslint/parser": "^6.4.0", |
26 | | - "babel-loader": "^9.1.3", |
| 26 | + "babel-loader": "^9.2.1", |
27 | 27 | "babel-plugin-async-to-promises": "^1.0.5", |
28 | 28 | "ci-publish": "^1.3.1", |
29 | 29 | "codemirror": "^5.49.0", |
30 | 30 | "css-loader": "^6.8.1", |
31 | 31 | "debounce": "^1.2.0", |
32 | 32 | "deepmerge": "^1.5.0", |
33 | | - "dotenv": "^16.3.1", |
| 33 | + "dotenv": "^16.4.5", |
34 | 34 | "es6-promise": "^4.2.6", |
35 | 35 | "es6-set": "^0.1.5", |
36 | 36 | "escape-html": "^1.0.3", |
37 | 37 | "eslint": "^8.47.0", |
38 | | - "eslint-config-prettier": "^9.0.0", |
39 | | - "eslint-plugin-import": "^2.28.0", |
40 | | - "eslint-plugin-prettier": "^5.0.1", |
| 38 | + "eslint-config-prettier": "^9.1.0", |
| 39 | + "eslint-plugin-import": "^2.31.0", |
| 40 | + "eslint-plugin-prettier": "^5.2.1", |
41 | 41 | "fast-async": "7", |
42 | 42 | "fast-deep-equal": "^3.1.3", |
43 | 43 | "file-loader": "^6.2.0", |
44 | 44 | "flatten": "^1.0.2", |
45 | 45 | "github-markdown-css": "^3.0.1", |
46 | | - "html-webpack-plugin": "^5.5.3", |
| 46 | + "html-webpack-plugin": "^5.6.3", |
47 | 47 | "husky": "^8.0.3", |
48 | 48 | "is-empty-object": "^1.1.1", |
49 | | - "lint-staged": "^15.0.2", |
| 49 | + "lint-staged": "^15.2.10", |
50 | 50 | "lz-string": "^1.4.4", |
51 | 51 | "markdown-it": "^12.3.2", |
52 | 52 | "markdown-it-highlightjs": "^3.0.0", |
|
55 | 55 | "monkberry-directives": "4.0.8", |
56 | 56 | "monkberry-events": "4.0.8", |
57 | 57 | "monkberry-loader": "4.0.9", |
58 | | - "postcss": "^8.4.31", |
| 58 | + "postcss": "^8.4.47", |
59 | 59 | "postcss-loader": "^7.3.3", |
60 | | - "prettier": "^3.0.3", |
| 60 | + "prettier": "^3.3.3", |
61 | 61 | "query-string": "^6.5.0", |
62 | 62 | "sass": "^1.66.0", |
63 | 63 | "sass-loader": "^13.3.2", |
64 | 64 | "shelljs": "^0.8.3", |
65 | 65 | "style-loader": "^3.3.3", |
66 | 66 | "svg-fill-loader": "^0.0.8", |
67 | 67 | "svg-url-loader": "^8.0.0", |
68 | | - "ts-loader": "^9.4.4", |
69 | | - "typescript": "^5.1.6", |
| 68 | + "ts-loader": "^9.5.1", |
| 69 | + "typescript": "^5.6.3", |
70 | 70 | "url-search-params": "1.1.0", |
71 | 71 | "webpack": "^5.91.0", |
72 | 72 | "webpack-cli": "^5.1.4", |
73 | 73 | "webpack-dev-server": "^4.15.1", |
74 | | - "whatwg-fetch": "^3.0.0" |
| 74 | + "whatwg-fetch": "^3.6.20" |
75 | 75 | }, |
76 | 76 | "scripts": { |
77 | 77 | "build": "webpack", |
|
0 commit comments