|
1 | 1 | {
|
2 | 2 | "name": "@lastui/rocker",
|
3 |
| - "version": "0.19.30", |
| 3 | + "version": "0.19.31", |
4 | 4 | "license": "Apache-2.0",
|
5 | 5 |
|
6 | 6 | "homepage": "https://github.com/lastui/rocker#readme",
|
|
81 | 81 | "test:platform": "node ./cli/index.js test --cwd=platform"
|
82 | 82 | },
|
83 | 83 | "dependencies": {
|
84 |
| - "@babel/core": "7.24.1", |
| 84 | + "@babel/core": "7.24.3", |
85 | 85 | "@babel/eslint-parser": "7.24.1",
|
86 | 86 | "@babel/parser": "7.24.1",
|
87 | 87 | "@babel/plugin-proposal-export-default-from": "7.24.1",
|
88 | 88 | "@babel/plugin-proposal-throw-expressions": "7.24.1",
|
89 | 89 | "@babel/plugin-transform-modules-commonjs": "7.24.1",
|
90 |
| - "@babel/preset-env": "7.24.1", |
| 90 | + "@babel/preset-env": "7.24.3", |
91 | 91 | "@babel/preset-react": "7.24.1",
|
92 | 92 | "@babel/preset-typescript": "7.24.1",
|
93 | 93 | "@babel/register": "7.23.7",
|
|
131 | 131 | "terser-webpack-plugin": "5.3.10",
|
132 | 132 | "util": "0.12.5",
|
133 | 133 | "weak-napi": "2.0.2",
|
134 |
| - "webpack": "5.90.3", |
| 134 | + "webpack": "5.91.0", |
135 | 135 | "webpack-dev-server": "5.0.4",
|
136 | 136 | "whatwg-fetch": "3.6.20",
|
137 | 137 | "yargs": "17.7.2"
|
|
0 commit comments