Skip to content

Commit

Permalink
Merge pull request #1162 from oasisprotocol/lw/cleanup-deps
Browse files Browse the repository at this point in the history
Remove unused dependencies
  • Loading branch information
lukaw3d authored Nov 18, 2022
2 parents 3046b7b + d539f91 commit f31231b
Show file tree
Hide file tree
Showing 5 changed files with 72 additions and 2,377 deletions.
4 changes: 0 additions & 4 deletions .github/release.sh

This file was deleted.

95 changes: 0 additions & 95 deletions .releaserc

This file was deleted.

4 changes: 1 addition & 3 deletions .stylelintrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"processors": ["stylelint-processor-styled-components"],
"extends": [
"stylelint-config-recommended",
"stylelint-config-styled-components"
"stylelint-config-recommended"
]
}
11 changes: 1 addition & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@
"test:web": "yarn run test --projects internals/jest/jest.web-config.js",
"test:ext": "yarn run test --projects internals/jest/jest.ext-config.js",
"test:watch": "yarn run test --watch",
"start:prod": "yarn run build && nodemon --watch ./build ./internals/scripts/serve-prod.js",
"start:prod": "yarn run build && node ./internals/scripts/serve-prod.js",
"checkTs": "tsc --noEmit",
"lint": "eslint --ext js,ts,tsx ./",
"lint:fix": "yarn run lint --fix",
"lint:css": "stylelint src/**/*.css",
"prettify": "prettier --write",
"extract-messages": "i18next-scanner --config=internals/extractMessages/i18next-scanner.config.js",
"semantic-release": "semantic-release",
"print-csp": "node ./internals/scripts/print-csp.js",
"print-extension-csp": "node ./internals/scripts/print-extension-csp.js"
},
Expand Down Expand Up @@ -96,8 +94,6 @@
"@parcel/config-webextension": "2.8.0",
"@parcel/packager-raw-url": "2.8.0",
"@parcel/transformer-webmanifest": "2.8.0",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/git": "10.0.1",
"@testing-library/cypress": "8.0.7",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
Expand All @@ -123,7 +119,6 @@
"@typescript-eslint/parser": "5.43.0",
"babel-jest": "29.3.1",
"babel-plugin-istanbul": "6.1.1",
"babel-preset-react-app": "10.0.1",
"cypress": "11.1.0",
"eslint": "8.27.0",
"eslint-config-prettier": "8.5.0",
Expand All @@ -138,22 +133,18 @@
"jest-styled-components": "7.1.1",
"jest-watch-typeahead": "2.2.1",
"jest-when": "3.5.2",
"nodemon": "2.0.20",
"parcel": "2.8.0",
"parcel-transformer-env-variables-injection": "0.1.2",
"portable-fetch": "3.0.0",
"prettier": "2.7.1",
"process": "0.11.10",
"redux-saga-test-plan": "4.0.6",
"sanitize.css": "13.0.0",
"semantic-release": "19.0.5",
"serve-handler": "6.1.5",
"stream-browserify": "3.0.0",
"string_decoder": "1.3.0",
"stylelint": "14.15.0",
"stylelint-config-recommended": "9.0.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-processor-styled-components": "1.10.0",
"typescript": "4.9.3"
},
"resolutions": {
Expand Down
Loading

0 comments on commit f31231b

Please sign in to comment.