Skip to content

Commit 5202f5b

Browse files
Update dependencies and recompile DLLs (#934)
Co-authored-by: jancajthaml <[email protected]>
1 parent 3eba6d4 commit 5202f5b

File tree

2 files changed

+85
-85
lines changed

2 files changed

+85
-85
lines changed

package-lock.json

+81-81
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lastui/rocker",
3-
"version": "0.19.30",
3+
"version": "0.19.31",
44
"license": "Apache-2.0",
55
"author": "[email protected]",
66
"homepage": "https://github.com/lastui/rocker#readme",
@@ -81,13 +81,13 @@
8181
"test:platform": "node ./cli/index.js test --cwd=platform"
8282
},
8383
"dependencies": {
84-
"@babel/core": "7.24.1",
84+
"@babel/core": "7.24.3",
8585
"@babel/eslint-parser": "7.24.1",
8686
"@babel/parser": "7.24.1",
8787
"@babel/plugin-proposal-export-default-from": "7.24.1",
8888
"@babel/plugin-proposal-throw-expressions": "7.24.1",
8989
"@babel/plugin-transform-modules-commonjs": "7.24.1",
90-
"@babel/preset-env": "7.24.1",
90+
"@babel/preset-env": "7.24.3",
9191
"@babel/preset-react": "7.24.1",
9292
"@babel/preset-typescript": "7.24.1",
9393
"@babel/register": "7.23.7",
@@ -131,7 +131,7 @@
131131
"terser-webpack-plugin": "5.3.10",
132132
"util": "0.12.5",
133133
"weak-napi": "2.0.2",
134-
"webpack": "5.90.3",
134+
"webpack": "5.91.0",
135135
"webpack-dev-server": "5.0.4",
136136
"whatwg-fetch": "3.6.20",
137137
"yargs": "17.7.2"

0 commit comments

Comments
 (0)