build: bump parcel, parcel pkgs
This commit is contained in:
parent
55f3566190
commit
c67477ee1b
2 changed files with 803 additions and 454 deletions
|
@ -15,8 +15,8 @@
|
||||||
"build:bundlesize": "parcel build src/index.html --reporter @parcel/reporter-bundle-analyzer"
|
"build:bundlesize": "parcel build src/index.html --reporter @parcel/reporter-bundle-analyzer"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@parcel/reporter-bundle-analyzer": "^2.0.0-nightly.1694",
|
"@parcel/reporter-bundle-analyzer": "^2.0.0",
|
||||||
"@parcel/validator-typescript": "^2.0.0-alpha.3",
|
"@parcel/validator-typescript": "^2.0.0",
|
||||||
"@tophat/eslint-config": "^0.10.3",
|
"@tophat/eslint-config": "^0.10.3",
|
||||||
"@tophat/eslint-import-resolver-require": "^0.1.3",
|
"@tophat/eslint-import-resolver-require": "^0.1.3",
|
||||||
"@typescript-eslint/eslint-plugin": "^4.28.3",
|
"@typescript-eslint/eslint-plugin": "^4.28.3",
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
"eslint-plugin-react-hooks": "^4.2.0",
|
"eslint-plugin-react-hooks": "^4.2.0",
|
||||||
"jest": "^27.0.6",
|
"jest": "^27.0.6",
|
||||||
"netlify-cli": "^5.2.3",
|
"netlify-cli": "^5.2.3",
|
||||||
"parcel": "^2.0.0-beta.2",
|
"parcel": "^2.0.0",
|
||||||
"prettier": "^2.3.2",
|
"prettier": "^2.3.2",
|
||||||
"typescript": "^4.3.5"
|
"typescript": "^4.3.5"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue