Remove @rollup/plugin-node-resolve
It's not needed and adds about 2 seconds build time. Additionally, update all dependencies.
This commit is contained in:
parent
803ab950ae
commit
b9347ba20e
3 changed files with 73 additions and 142 deletions
11
package.json
11
package.json
|
@ -52,12 +52,11 @@
|
|||
"postinstall": "husky install"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@league-of-foundry-developers/foundry-vtt-types": "^0.8.8-5",
|
||||
"@rollup/plugin-node-resolve": "^13.0.0",
|
||||
"@league-of-foundry-developers/foundry-vtt-types": "^0.8.8-7",
|
||||
"@types/fs-extra": "^9.0.12",
|
||||
"@types/jest": "^26.0.24",
|
||||
"@typescript-eslint/eslint-plugin": "^4.28.2",
|
||||
"@typescript-eslint/parser": "^4.28.2",
|
||||
"@typescript-eslint/eslint-plugin": "^4.28.3",
|
||||
"@typescript-eslint/parser": "^4.28.3",
|
||||
"chalk": "^4.1.1",
|
||||
"eslint": "^7.30.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
|
@ -69,9 +68,9 @@
|
|||
"husky": "^7.0.1",
|
||||
"jest": "^27.0.6",
|
||||
"jest-junit": "^12.2.0",
|
||||
"lint-staged": "^11.0.0",
|
||||
"lint-staged": "^11.0.1",
|
||||
"prettier": "^2.3.2",
|
||||
"rollup": "^2.53.1",
|
||||
"rollup": "^2.53.2",
|
||||
"rollup-plugin-typescript2": "^0.30.0",
|
||||
"sass": "1.35.2",
|
||||
"semver": "^7.3.5",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue