Bump ansi-html and parcel
Removes [ansi-html](https://github.com/Tjatse/ansi-html). It's no longer used after updating ancestor dependency [parcel](https://github.com/parcel-bundler/parcel). These dependencies need to be updated together. Removes `ansi-html` Updates `parcel` from 2.0.0-beta.2 to 2.8.0 - [Release notes](https://github.com/parcel-bundler/parcel/releases) - [Changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md) - [Commits](https://github.com/parcel-bundler/parcel/compare/v2.0.0-beta.2...v2.8.0) --- updated-dependencies: - dependency-name: ansi-html dependency-type: indirect - dependency-name: parcel dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
1ee7c6161d
commit
fc99d08989
18769
package-lock.json
generated
18769
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -45,7 +45,7 @@
|
||||
"eslint-plugin-import": "^2.21.1",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"eslint-plugin-promise": "^4.2.1",
|
||||
"parcel": "^2.0.0-beta.2"
|
||||
"parcel": "^2.8.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "eslint assets/js/*.js && parcel build assets/html/index.html --dist-dir dist",
|
||||
|
Loading…
Reference in New Issue
Block a user