Skip to content

Commit f5a6e59

Browse files
committed
v1.7.0-beta.1
1 parent 0982aaf commit f5a6e59

File tree

6 files changed

+52
-103
lines changed

6 files changed

+52
-103
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
# Extension.js [![npm][npm-image]][npm-url] [![fossa][fossa-image]][fossa-url] [![workflow][action-image]][action-url] [![downloads][downloads-image]][downloads-url] [![PR's welcome][prs]][prs-url]
1616

1717
<!-- > Plug-and-play, zero-config, cross-browser extension development tool. -->
18+
1819
> Make it very easy to develop cross-browser extensions.
1920
2021
<img alt="Extension.js with all the browser runners open" src="https://github.com/cezaraugusto/extension.js/assets/4672033/f0f5bbfc-e873-4856-9fdd-db2b42d9ab96">
@@ -23,6 +24,7 @@
2324
<img alt="Logo" align="right" src="https://user-images.githubusercontent.com/4672033/102850460-4d22aa80-43f8-11eb-82db-9efce586f73e.png" width="25%" />
2425

2526
<!-- **Create cross-browser extensions with no build configuration.** -->
27+
2628
> Create cross-browser extensions with no build configuration.
2729
2830
- [Create A New Extension](#create-a-new-extension) — How to create a new extension.
@@ -57,7 +59,7 @@ For a preview of extensions running these technologies, see documentation about
5759

5860
## Get Started Immediately
5961

60-
### Use Chrome to start developing an extension from Chrome Extension Samples
62+
### Use Chrome to start developing an extension from Chrome Extension Samples
6163

6264
> See the example below where we request the sample [page-redder](https://github.com/GoogleChrome/chrome-extensions-samples/tree/main/functional-samples/sample.page-redder) from [Google Chrome Extension Samples](https://github.com/GoogleChrome/chrome-extensions-samples).
6365
@@ -66,6 +68,7 @@ npx extension dev https://github.com/GoogleChrome/chrome-extensions-samples/tree
6668
```
6769

6870
https://github.com/cezaraugusto/extension/assets/4672033/ee221a94-6ec7-4e04-8553-8812288927f1
71+
6972
</details>
7073

7174
<details>
@@ -80,6 +83,7 @@ npx extension dev https://github.com/GoogleChrome/chrome-extensions-samples/tree
8083
```
8184

8285
https://github.com/cezaraugusto/extension/assets/4672033/2db2a1f6-3110-4380-9a49-dc9d034146aa
86+
8387
</details>
8488

8589
<details>
@@ -94,6 +98,7 @@ npx extension dev https://github.com/mdn/webextensions-examples/tree/main/apply-
9498
```
9599

96100
https://github.com/cezaraugusto/extension/assets/4672033/130cb430-1567-419c-8c90-23fddcf20f00
101+
97102
</details>
98103

99104
<details>
@@ -108,6 +113,7 @@ npx extension dev https://github.com/mdn/webextensions-examples/tree/main/firefo
108113
```
109114

110115
https://github.com/cezaraugusto/extension.js/assets/4672033/ac94b608-c936-40df-bce7-63ffd7fe31c5
116+
111117
</details>
112118

113119
## I have An Extension

programs/cli/README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
# Extension.js [![npm][npm-image]][npm-url] [![fossa][fossa-image]][fossa-url] [![workflow][action-image]][action-url] [![downloads][downloads-image]][downloads-url] [![PR's welcome][prs]][prs-url]
1616

1717
<!-- > Plug-and-play, zero-config, cross-browser extension development tool. -->
18+
1819
> Make it very easy to develop cross-browser extensions.
1920
2021
<img alt="Extension.js with all the browser runners open" src="https://github.com/cezaraugusto/extension.js/assets/4672033/f0f5bbfc-e873-4856-9fdd-db2b42d9ab96">
@@ -23,6 +24,7 @@
2324
<img alt="Logo" align="right" src="https://user-images.githubusercontent.com/4672033/102850460-4d22aa80-43f8-11eb-82db-9efce586f73e.png" width="25%" />
2425

2526
<!-- **Create cross-browser extensions with no build configuration.** -->
27+
2628
> Create cross-browser extensions with no build configuration.
2729
2830
- [Create A New Extension](#create-a-new-extension) — How to create a new extension.
@@ -57,7 +59,7 @@ For a preview of extensions running these technologies, see documentation about
5759

5860
## Get Started Immediately
5961

60-
### Use Chrome to start developing an extension from Chrome Extension Samples
62+
### Use Chrome to start developing an extension from Chrome Extension Samples
6163

6264
> See the example below where we request the sample [page-redder](https://github.com/GoogleChrome/chrome-extensions-samples/tree/main/functional-samples/sample.page-redder) from [Google Chrome Extension Samples](https://github.com/GoogleChrome/chrome-extensions-samples).
6365
@@ -66,6 +68,7 @@ npx extension dev https://github.com/GoogleChrome/chrome-extensions-samples/tree
6668
```
6769

6870
https://github.com/cezaraugusto/extension/assets/4672033/ee221a94-6ec7-4e04-8553-8812288927f1
71+
6972
</details>
7073

7174
<details>
@@ -80,6 +83,7 @@ npx extension dev https://github.com/GoogleChrome/chrome-extensions-samples/tree
8083
```
8184

8285
https://github.com/cezaraugusto/extension/assets/4672033/2db2a1f6-3110-4380-9a49-dc9d034146aa
86+
8387
</details>
8488

8589
<details>
@@ -94,6 +98,7 @@ npx extension dev https://github.com/mdn/webextensions-examples/tree/main/apply-
9498
```
9599

96100
https://github.com/cezaraugusto/extension/assets/4672033/130cb430-1567-419c-8c90-23fddcf20f00
101+
97102
</details>
98103

99104
<details>
@@ -108,14 +113,15 @@ npx extension dev https://github.com/mdn/webextensions-examples/tree/main/firefo
108113
```
109114

110115
https://github.com/cezaraugusto/extension.js/assets/4672033/ac94b608-c936-40df-bce7-63ffd7fe31c5
116+
111117
</details>
112118

113119
## I have An Extension
114120

115-
If you have an existing project with a `package.json`, you can install the Extension.js package and manually create the scripts used to run your extension.
116-
117121
https://github.com/cezaraugusto/extension/assets/4672033/48694a23-b7f1-4098-9c5d-eff49983739c
118122

123+
If you have an existing extension which is using a package manager, you can install the Extension.js package and manually create the scripts used to run your extension. See the demo above or follow these instructions to get it done:
124+
119125
**Step 1 - Install extension as a `devDependency`**
120126

121127
```bash

programs/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"node": ">=18"
1010
},
1111
"name": "extension",
12-
"version": "1.7.0-beta.0",
12+
"version": "1.7.0-beta.1",
1313
"description": "Create cross-browser extensions with no build configuration.",
1414
"main": "./dist/cli.js",
1515
"types": "./dist/cli.d.ts",
@@ -67,4 +67,4 @@
6767
"tsup": "^8.0.1",
6868
"typescript": "5.3.3"
6969
}
70-
}
70+
}

programs/develop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"node": ">=18"
1010
},
1111
"name": "@extension-create/develop",
12-
"version": "1.7.0-beta.0",
12+
"version": "1.7.0-beta.1",
1313
"description": "The develop step of Extension.js",
1414
"main": "./dist/module.js",
1515
"types": "./dist/module.d.ts",

programs/develop/webpack/webpack-config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,12 @@ export default function webpackConfig(
130130
css: true,
131131
// Support the new WebAssembly according to the updated specification,
132132
// it makes a WebAssembly module an async module.
133-
asyncWebAssembly: true,
133+
asyncWebAssembly: true
134134
// Once enabled, webpack will output ECMAScript module syntax whenever possible.
135135
// For instance, import() to load chunks, ESM exports to expose chunk data, among others.
136136
// TODO: cezaraugusto as we mature the ManifestPlugin to handle files without hardcoded names,
137137
// we can enable this feature as long as we have tests to cover it.
138-
outputModule: false
138+
// outputModule: false
139139
}
140140
}
141141
}

yarn.lock

Lines changed: 31 additions & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -1780,66 +1780,6 @@
17801780
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
17811781
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==
17821782

1783-
"@extension-create/develop@*":
1784-
version "1.6.1"
1785-
resolved "https://registry.yarnpkg.com/@extension-create/develop/-/develop-1.6.1.tgz#d3fc661849747fa43eab12e0063ba6a5837348a9"
1786-
integrity sha512-GpXBYJBTHCwaZQV1XOeMiXXLUji9dZWrPl6xfjqUUZmdtdIDKHGsrXC3Ir8akLLI0M8ZphMbqTcvP1VICuNBeA==
1787-
dependencies:
1788-
"@babel/core" "^7.24.5"
1789-
"@colors/colors" "^1.6.0"
1790-
"@pmmmwh/react-refresh-webpack-plugin" "^0.5.11"
1791-
"@types/adm-zip" "^0.5.5"
1792-
"@types/chrome" "^0.0.258"
1793-
"@types/webextension-polyfill" "^0.10.7"
1794-
"@vue/compiler-sfc" "^3.4.27"
1795-
adm-zip "^0.5.12"
1796-
axios "^1.6.8"
1797-
babel-loader "^9.1.3"
1798-
babel-preset-modern-browser-extension "^0.7.0"
1799-
case-sensitive-paths-webpack-plugin "^2.4.0"
1800-
chokidar "^3.6.0"
1801-
css-loader "^6.10.0"
1802-
csv-loader "^3.0.5"
1803-
dotenv-webpack "^8.0.1"
1804-
fork-ts-checker-webpack-plugin "^9.0.2"
1805-
go-git-it "^1.2.2"
1806-
less "^4.2.0"
1807-
less-loader "^12.1.0"
1808-
mini-css-extract-plugin "^2.8.1"
1809-
postcss "^8.4.33"
1810-
postcss-flexbugs-fixes "^5.0.2"
1811-
postcss-loader "^8.0.0"
1812-
postcss-normalize "^10.0.1"
1813-
postcss-preset-env "^9.3.0"
1814-
postcss-scss "^4.0.9"
1815-
react-refresh "^0.14.0"
1816-
sass "^1.70.0"
1817-
sass-loader "^14.0.0"
1818-
style-loader "^3.3.4"
1819-
stylelint "^16.2.1"
1820-
stylelint-config-standard-scss "^13.0.0"
1821-
stylelint-webpack-plugin "^5.0.0"
1822-
ts-loader "^9.5.1"
1823-
vue-loader "^17.4.2"
1824-
webextension-polyfill "^0.10.0"
1825-
webpack "~5.89.0"
1826-
webpack-browser-extension-common-errors "*"
1827-
webpack-browser-extension-html "*"
1828-
webpack-browser-extension-icons "*"
1829-
webpack-browser-extension-json "*"
1830-
webpack-browser-extension-locales "*"
1831-
webpack-browser-extension-manifest "*"
1832-
webpack-browser-extension-manifest-compat "*"
1833-
webpack-browser-extension-polyfill "^2.0.2"
1834-
webpack-browser-extension-resolve "*"
1835-
webpack-browser-extension-resources "*"
1836-
webpack-browser-extension-scripts "*"
1837-
webpack-dev-server "^5.0.2"
1838-
webpack-merge "^5.10.0"
1839-
webpack-run-chrome-extension "*"
1840-
webpack-run-edge-extension "*"
1841-
webpack-run-firefox-addon "*"
1842-
18431783
"@humanwhocodes/config-array@^0.11.14":
18441784
version "0.11.14"
18451785
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b"
@@ -2421,14 +2361,6 @@
24212361
dependencies:
24222362
"@types/webpack" "^4"
24232363

2424-
"@types/chrome@^0.0.258":
2425-
version "0.0.258"
2426-
resolved "https://registry.yarnpkg.com/@types/chrome/-/chrome-0.0.258.tgz#81dc7dab909786eb7ffca74b6c80a9ecb5549a68"
2427-
integrity sha512-vicJi6cg2zaFuLmLY7laG6PHBknjKFusPYlaKQ9Zlycskofy71rStlGvW07MUuqUIVorZf8k5KH+zeTTGcH2dQ==
2428-
dependencies:
2429-
"@types/filesystem" "*"
2430-
"@types/har-format" "*"
2431-
24322364
"@types/chrome@^0.0.268":
24332365
version "0.0.268"
24342366
resolved "https://registry.yarnpkg.com/@types/chrome/-/chrome-0.0.268.tgz#d5855546f30c83e181cadd77127a162c25b480d2"
@@ -2484,7 +2416,7 @@
24842416
"@types/estree" "*"
24852417
"@types/json-schema" "*"
24862418

2487-
"@types/estree@*", "@types/[email protected]", "@types/estree@^1.0.0", "@types/estree@^1.0.5":
2419+
"@types/estree@*", "@types/[email protected]", "@types/estree@^1.0.5":
24882420
version "1.0.5"
24892421
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
24902422
integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
@@ -2927,7 +2859,7 @@
29272859
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.4.27.tgz#f05e3cd107d157354bb4ae7a7b5fc9cf73c63b50"
29282860
integrity sha512-DL3NmY2OFlqmYYrzp39yi3LDkKxa5vZVwxWdQ3rG0ekuWscHraeIbnI8t+aZK7qhYqEqWKTUdijadunb9pnrgA==
29292861

2930-
"@webassemblyjs/[email protected]", "@webassemblyjs/ast@^1.11.5", "@webassemblyjs/ast@^1.12.1":
2862+
"@webassemblyjs/[email protected]", "@webassemblyjs/ast@^1.12.1":
29312863
version "1.12.1"
29322864
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.12.1.tgz#bb16a0e8b1914f979f45864c23819cc3e3f0d4bb"
29332865
integrity sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==
@@ -2993,7 +2925,7 @@
29932925
resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.11.6.tgz#90f8bc34c561595fe156603be7253cdbcd0fab5a"
29942926
integrity sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==
29952927

2996-
"@webassemblyjs/wasm-edit@^1.11.5", "@webassemblyjs/wasm-edit@^1.12.1":
2928+
"@webassemblyjs/wasm-edit@^1.12.1":
29972929
version "1.12.1"
29982930
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.12.1.tgz#9f9f3ff52a14c980939be0ef9d5df9ebc678ae3b"
29992931
integrity sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==
@@ -3028,7 +2960,7 @@
30282960
"@webassemblyjs/wasm-gen" "1.12.1"
30292961
"@webassemblyjs/wasm-parser" "1.12.1"
30302962

3031-
"@webassemblyjs/[email protected]", "@webassemblyjs/wasm-parser@^1.11.5", "@webassemblyjs/wasm-parser@^1.12.1":
2963+
"@webassemblyjs/[email protected]", "@webassemblyjs/wasm-parser@^1.12.1":
30322964
version "1.12.1"
30332965
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.12.1.tgz#c47acb90e6f083391e3fa61d113650eea1e95937"
30342966
integrity sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==
@@ -3086,6 +3018,11 @@ acorn-import-assertions@^1.9.0:
30863018
resolved "https://registry.yarnpkg.com/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz#507276249d684797c84e0734ef84860334cfb1ac"
30873019
integrity sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==
30883020

3021+
acorn-import-attributes@^1.9.5:
3022+
version "1.9.5"
3023+
resolved "https://registry.yarnpkg.com/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz#7eb1557b1ba05ef18b5ed0ec67591bfab04688ef"
3024+
integrity sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==
3025+
30893026
acorn-jsx@^5.3.2:
30903027
version "5.3.2"
30913028
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
@@ -3600,7 +3537,7 @@ breakword@^1.0.5:
36003537
dependencies:
36013538
wcwidth "^1.0.1"
36023539

3603-
browserslist@^4.14.5, browserslist@^4.21.10, browserslist@^4.22.2, browserslist@^4.22.3, browserslist@^4.23.0:
3540+
browserslist@^4.21.10, browserslist@^4.22.2, browserslist@^4.22.3, browserslist@^4.23.0:
36043541
version "4.23.1"
36053542
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.1.tgz#ce4af0534b3d37db5c1a4ca98b9080f985041e96"
36063543
integrity sha512-TUfofFo/KsK/bWZ9TWQ5O26tsWW4Uhmt8IYklbnUa70udB6P2wA7w7o4PY4muaEPBQaAX+CEnmmIA41NVHtPVw==
@@ -4580,7 +4517,7 @@ encodeurl@~1.0.2:
45804517
resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59"
45814518
integrity sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==
45824519

4583-
enhanced-resolve@^5.0.0, enhanced-resolve@^5.15.0, enhanced-resolve@^5.16.0:
4520+
enhanced-resolve@^5.0.0, enhanced-resolve@^5.16.0, enhanced-resolve@^5.17.0:
45844521
version "5.17.0"
45854522
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.17.0.tgz#d037603789dd9555b89aaec7eb78845c49089bc5"
45864523
integrity sha512-dwDPwZL0dmye8Txp2gzFmA6sxALaSvdRDjPH0viLcKrtlOL3tw62nWWweVD1SdILDTJrbrL6tdWVN58Wo6U3eA==
@@ -9433,7 +9370,7 @@ term-size@^2.1.0:
94339370
resolved "https://registry.yarnpkg.com/term-size/-/term-size-2.2.1.tgz#2a6a54840432c2fb6320fea0f415531e90189f54"
94349371
integrity sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==
94359372

9436-
terser-webpack-plugin@^5.3.10, terser-webpack-plugin@^5.3.7:
9373+
terser-webpack-plugin@^5.3.10:
94379374
version "5.3.10"
94389375
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz#904f4c9193c6fd2a03f693a2150c62a92f40d199"
94399376
integrity sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==
@@ -10082,21 +10019,21 @@ webpack-target-webextension@*, webpack-target-webextension@^1.1.0, webpack-targe
1008210019
resolved "https://registry.yarnpkg.com/webpack-target-webextension/-/webpack-target-webextension-1.1.2.tgz#3966d69f754e7e270e253383314e48e2fbfab056"
1008310020
integrity sha512-/BwCTlnkq4BmY4pD3HV2tLZVTMJhM+YslbJFi8Yl4GL8FsPsHvg0jcDs/XGtHwm59A9oK3Oiaz+0y1nJNZESrg==
1008410021

10085-
webpack@^5, webpack@~5.91.0:
10086-
version "5.91.0"
10087-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.91.0.tgz#ffa92c1c618d18c878f06892bbdc3373c71a01d9"
10088-
integrity sha512-rzVwlLeBWHJbmgTC/8TvAcu5vpJNII+MelQpylD4jNERPwpBJOE2lEcko1zJX3QJeLjTTAnQxn/OJ8bjDzVQaw==
10022+
webpack@^5:
10023+
version "5.92.0"
10024+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.92.0.tgz#cc114c71e6851d220b1feaae90159ed52c876bdf"
10025+
integrity sha512-Bsw2X39MYIgxouNATyVpCNVWBCuUwDgWtN78g6lSdPJRLaQ/PUVm/oXcaRAyY/sMFoKFQrsPeqvTizWtq7QPCA==
1008910026
dependencies:
1009010027
"@types/eslint-scope" "^3.7.3"
1009110028
"@types/estree" "^1.0.5"
1009210029
"@webassemblyjs/ast" "^1.12.1"
1009310030
"@webassemblyjs/wasm-edit" "^1.12.1"
1009410031
"@webassemblyjs/wasm-parser" "^1.12.1"
1009510032
acorn "^8.7.1"
10096-
acorn-import-assertions "^1.9.0"
10033+
acorn-import-attributes "^1.9.5"
1009710034
browserslist "^4.21.10"
1009810035
chrome-trace-event "^1.0.2"
10099-
enhanced-resolve "^5.16.0"
10036+
enhanced-resolve "^5.17.0"
1010010037
es-module-lexer "^1.2.1"
1010110038
eslint-scope "5.1.1"
1010210039
events "^3.2.0"
@@ -10112,34 +10049,34 @@ webpack@^5, webpack@~5.91.0:
1011210049
watchpack "^2.4.1"
1011310050
webpack-sources "^3.2.3"
1011410051

10115-
webpack@~5.89.0:
10116-
version "5.89.0"
10117-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.89.0.tgz#56b8bf9a34356e93a6625770006490bf3a7f32dc"
10118-
integrity sha512-qyfIC10pOr70V+jkmud8tMfajraGCZMBWJtrmuBymQKCrLTRejBI8STDp1MCyZu/QTdZSeacCQYpYNQVOzX5kw==
10052+
webpack@~5.91.0:
10053+
version "5.91.0"
10054+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.91.0.tgz#ffa92c1c618d18c878f06892bbdc3373c71a01d9"
10055+
integrity sha512-rzVwlLeBWHJbmgTC/8TvAcu5vpJNII+MelQpylD4jNERPwpBJOE2lEcko1zJX3QJeLjTTAnQxn/OJ8bjDzVQaw==
1011910056
dependencies:
1012010057
"@types/eslint-scope" "^3.7.3"
10121-
"@types/estree" "^1.0.0"
10122-
"@webassemblyjs/ast" "^1.11.5"
10123-
"@webassemblyjs/wasm-edit" "^1.11.5"
10124-
"@webassemblyjs/wasm-parser" "^1.11.5"
10058+
"@types/estree" "^1.0.5"
10059+
"@webassemblyjs/ast" "^1.12.1"
10060+
"@webassemblyjs/wasm-edit" "^1.12.1"
10061+
"@webassemblyjs/wasm-parser" "^1.12.1"
1012510062
acorn "^8.7.1"
1012610063
acorn-import-assertions "^1.9.0"
10127-
browserslist "^4.14.5"
10064+
browserslist "^4.21.10"
1012810065
chrome-trace-event "^1.0.2"
10129-
enhanced-resolve "^5.15.0"
10066+
enhanced-resolve "^5.16.0"
1013010067
es-module-lexer "^1.2.1"
1013110068
eslint-scope "5.1.1"
1013210069
events "^3.2.0"
1013310070
glob-to-regexp "^0.4.1"
10134-
graceful-fs "^4.2.9"
10071+
graceful-fs "^4.2.11"
1013510072
json-parse-even-better-errors "^2.3.1"
1013610073
loader-runner "^4.2.0"
1013710074
mime-types "^2.1.27"
1013810075
neo-async "^2.6.2"
1013910076
schema-utils "^3.2.0"
1014010077
tapable "^2.1.1"
10141-
terser-webpack-plugin "^5.3.7"
10142-
watchpack "^2.4.0"
10078+
terser-webpack-plugin "^5.3.10"
10079+
watchpack "^2.4.1"
1014310080
webpack-sources "^3.2.3"
1014410081

1014510082
websocket-driver@>=0.5.1, websocket-driver@^0.7.4:

0 commit comments

Comments
 (0)