|
11 | 11 | "@mdx-js/loader": "^3.1.1", |
12 | 12 | "@preact/compat": "^18.3.1", |
13 | 13 | "preact": "^10.27.2", |
14 | | - "preact-render-to-string": "^6.6.2", |
| 14 | + "preact-render-to-string": "^6.6.3", |
15 | 15 | "styled-components": "^6.1.19" |
16 | 16 | }, |
17 | 17 | "devDependencies": { |
18 | | - "@babel/core": "^7.28.4", |
| 18 | + "@babel/core": "^7.28.5", |
19 | 19 | "@babel/plugin-syntax-jsx": "^7.27.1", |
20 | 20 | "@babel/plugin-transform-react-jsx": "^7.27.1", |
21 | | - "@babel/plugin-transform-runtime": "^7.28.3", |
22 | | - "@babel/preset-env": "^7.28.3", |
23 | | - "@babel/preset-react": "^7.27.1", |
24 | | - "@babel/preset-typescript": "^7.27.1", |
| 21 | + "@babel/plugin-transform-runtime": "^7.28.5", |
| 22 | + "@babel/preset-env": "^7.28.5", |
| 23 | + "@babel/preset-react": "^7.28.5", |
| 24 | + "@babel/preset-typescript": "^7.28.5", |
25 | 25 | "@types/react": "^18.3.18", |
26 | 26 | "@types/react-dom": "^18.3.5", |
27 | | - "@types/styled-components": "^5.1.34", |
| 27 | + "@types/styled-components": "^5.1.35", |
28 | 28 | "babel-loader": "^9.2.1", |
29 | 29 | "css-loader": "^7.1.2", |
30 | 30 | "dotenv": "^17.2.3", |
31 | 31 | "html-webpack-plugin": "^5.6.4", |
32 | 32 | "sass": "^1.93.2", |
33 | | - "sass-loader": "^16.0.5", |
| 33 | + "sass-loader": "^16.0.6", |
34 | 34 | "style-loader": "^4.0.0", |
35 | 35 | "ts-loader": "^9.5.4", |
36 | 36 | "ts-node": "^10.9.2", |
37 | 37 | "typescript": "^5.9.3", |
38 | 38 | "url-loader": "^4.1.1", |
39 | | - "webpack": "^5.102.0", |
| 39 | + "webpack": "^5.102.1", |
40 | 40 | "webpack-cli": "^6.0.1", |
41 | 41 | "webpack-dev-server": "^5.2.2" |
42 | 42 | }, |
|
0 commit comments