Skip to content

Commit

Permalink
Update package deps
Browse files Browse the repository at this point in the history
Remove unused deps
Sort package.json
  • Loading branch information
Jack Steam committed May 29, 2020
1 parent 14b2ce6 commit 34602dd
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 242 deletions.
29 changes: 13 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,21 @@
],
"scripts": {
"build": "run-s build:clean build:pro build:types build:copy",
"build:clean": "rm -rf lib types",
"build:copy": "copyfiles -f src/jest-chrome.d.ts types",
"build:dev": "rollup -c --environment NODE_ENV:development",
"build:pro": "rollup -c --environment NODE_ENV:production",
"build:types": "tsc -p tsconfig.d.json",
"build:clean": "rm -rf lib types",
"build:watch": "npm run build:dev -- -w",
"release:beta": "git push && npm publish --tag beta",
"release:full": "git push && npm publish",
"start": "run-p build:watch",
"pretest": "npm run build",
"test": "jest",
"preversion": "run-s test build"
"preversion": "npm run test"
},
"dependencies": {
"@bumble/chrome-rxjs": "^0.10.1",
"@types/chrome": "^0.0.113",
"rxjs": "^6.5.5"
"@types/chrome": "^0.0.114"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^12.0.0",
Expand All @@ -53,29 +52,27 @@
"@types/fs-extra": "^9.0.1",
"@types/jest": "^25.2.3",
"@types/jest-in-case": "^1.0.2",
"@types/lodash": "^4.14.152",
"@types/node": "^14.0.4",
"@types/lodash": "^4.14.153",
"@types/node": "^14.0.5",
"@types/power-assert": "^1.5.3",
"@types/puppeteer": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"@typescript-eslint/eslint-plugin": "^3.0.2",
"@typescript-eslint/parser": "^3.0.2",
"chrome-promise": "^3.0.5",
"copyfiles": "^2.2.0",
"delay": "^4.3.0",
"eslint": "^7.0.0",
"eslint-plugin-jest": "^23.13.1",
"copyfiles": "^2.3.0",
"eslint": "^7.1.0",
"eslint-plugin-jest": "^23.13.2",
"fs-extra": "^9.0.0",
"jest": "^26.0.1",
"jest-in-case": "^1.0.2",
"lodash": "^4.17.15",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.5",
"rollup": "^2.10.5",
"rollup": "^2.11.2",
"ts-jest": "^26.0.0",
"tslib": "^2.0.0",
"typescript": "^3.9.3"
},
"peerDependencies": {
"jest": "^26.0.1"
"jest": "^24.9.0"
}
}
Loading

0 comments on commit 34602dd

Please sign in to comment.