Skip to content

Commit

Permalink
Merge pull request #17003 from webpack/update-@webassemblyjs
Browse files Browse the repository at this point in the history
chore: bump `@webassemblyjs`
  • Loading branch information
alexander-akait committed Apr 17, 2023
2 parents 7b42d98 + f9bb49c commit f1d25f4
Show file tree
Hide file tree
Showing 2 changed files with 202 additions and 213 deletions.
13 changes: 6 additions & 7 deletions package.json
Expand Up @@ -7,9 +7,9 @@
"dependencies": {
"@types/eslint-scope": "^3.7.3",
"@types/estree": "^1.0.0",
"@webassemblyjs/ast": "1.11.1",
"@webassemblyjs/wasm-edit": "1.11.1",
"@webassemblyjs/wasm-parser": "1.11.1",
"@webassemblyjs/ast": "^1.11.5",
"@webassemblyjs/wasm-edit": "^1.11.5",
"@webassemblyjs/wasm-parser": "^1.11.5",
"acorn": "^8.7.1",
"acorn-import-assertions": "^1.7.6",
"browserslist": "^4.14.5",
Expand All @@ -24,7 +24,7 @@
"loader-runner": "^4.2.0",
"mime-types": "^2.1.27",
"neo-async": "^2.6.2",
"schema-utils": "^3.1.0",
"schema-utils": "^3.1.2",
"tapable": "^2.1.1",
"terser-webpack-plugin": "^5.3.7",
"watchpack": "^2.4.0",
Expand All @@ -38,7 +38,6 @@
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@types/es-module-lexer": "^0.4.1",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.11",
"assemblyscript": "^0.27.2",
Expand Down Expand Up @@ -71,7 +70,7 @@
"jest-cli": "^29.5.0",
"jest-diff": "^29.5.0",
"jest-environment-node": "^29.5.0",
"jest-junit": "^15.0.0",
"jest-junit": "^16.0.0",
"json-loader": "^0.5.7",
"json5": "^2.1.3",
"less": "^4.0.0",
Expand Down Expand Up @@ -103,7 +102,7 @@
"ts-loader": "^9.4.2",
"typescript": "^4.8.4",
"url-loader": "^4.1.0",
"wast-loader": "^1.11.0",
"wast-loader": "^1.11.5",
"webassembly-feature": "1.3.0",
"webpack-cli": "^5.0.1",
"xxhashjs": "^0.2.2",
Expand Down

0 comments on commit f1d25f4

Please sign in to comment.