Skip to content

Commit

Permalink
fix(webpack): dependency fixes
Browse files Browse the repository at this point in the history
both `ses` and `json-stable-stringify` are production deps
  • Loading branch information
boneskull authored and naugtur committed Mar 25, 2024
1 parent b370419 commit f9cc277
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/webpack/package.json
Expand Up @@ -39,7 +39,9 @@
"dependencies": {
"@lavamoat/aa": "^4.1.0",
"browser-resolve": "2.0.0",
"lavamoat-core": "^15.2.1"
"json-stable-stringify": "1.1.1",
"lavamoat-core": "^15.2.1",
"ses": "1.4.0"
},
"devDependencies": {
"@babel/preset-env": "7.24.0",
Expand All @@ -48,10 +50,8 @@
"babel-loader": "9.1.3",
"css-loader": "6.10.0",
"html-webpack-plugin": "5.6.0",
"json-stable-stringify": "1.1.1",
"memfs": "4.8.0",
"mini-css-extract-plugin": "2.8.1",
"ses": "1.4.0",
"webpack": "5.90.0"
},
"ava": {
Expand Down

0 comments on commit f9cc277

Please sign in to comment.