Skip to content

Commit

Permalink
Merge pull request #7922 from Agoric/6591-remove-ui
Browse files Browse the repository at this point in the history
remove web UI packages
  • Loading branch information
turadg authored Jun 15, 2023
2 parents 3c781f6 + 9b7aa63 commit f8eb1cd
Show file tree
Hide file tree
Showing 83 changed files with 212 additions and 8,004 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test-all-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,6 @@ jobs:
run: cd packages/store && yarn ${{ steps.vars.outputs.test }} | $TEST_COLLECT
- name: yarn test (swing-store)
run: cd packages/swing-store && yarn ${{ steps.vars.outputs.test }} | $TEST_COLLECT
- name: yarn test (web-components)
run: cd packages/web-components && yarn ${{ steps.vars.outputs.test }} | $TEST_COLLECT
- name: yarn test (wallet-connection)
run: cd packages/wallet-connection && yarn ${{ steps.vars.outputs.test }} | $TEST_COLLECT
- name: yarn test (cosmic-proto)
run: cd packages/cosmic-proto && yarn ${{ steps.vars.outputs.test }} | $TEST_COLLECT
- uses: ./.github/actions/post-test
Expand Down Expand Up @@ -200,8 +196,6 @@ jobs:
run: cd packages/telemetry && yarn ${{ steps.vars.outputs.test }} | $TEST_COLLECT
- name: yarn test (deploy-script-support)
run: cd packages/deploy-script-support && yarn ${{ steps.vars.outputs.test }} | $TEST_COLLECT
- name: yarn test (ui-components)
run: cd packages/ui-components && yarn ${{ steps.vars.outputs.test }} | $TEST_COLLECT
- name: yarn test (wallet)
run: cd packages/wallet && yarn ${{ steps.vars.outputs.test }} | $TEST_COLLECT
- name: yarn test (wallet/api)
Expand Down
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@
"type": "module",
"packageManager": "[email protected]",
"devDependencies": {
"@endo/eslint-plugin": "^0.4.3",
"@endo/eslint-plugin": "^0.4.4",
"@jessie.js/eslint-plugin": "^0.4.0",
"@types/express": "^4.17.17",
"@types/node": "^16.13.0",
"@typescript-eslint/parser": "^5.55.0",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"ava": "^5.3.0",
"c8": "^7.13.0",
"conventional-changelog-conventionalcommits": "^4.6.0",
Expand All @@ -23,10 +25,7 @@
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsdoc": "^40.1.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"lerna": "^3.22.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.3",
Expand Down Expand Up @@ -74,9 +73,7 @@
"**/acorn-globals/acorn": "^8.7.1",
"**/acorn-node/acorn": "^8.7.1",
"**/espree/acorn": "^8.7.1",
"**/puppeteer-core/node-fetch": "^2.6.5",
"**/eslint/@babel/code-frame": "^7.12.11",
"**/eslint-config-react-app/eslint-plugin-jest": "^26.0.0",
"**/@endo/eslint-config/@jessie.js/eslint-plugin": "^0.4.0"
}
}
3 changes: 0 additions & 3 deletions packages/agoric-cli/src/sdk-package-names.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,10 @@ export default [
"@agoric/swingset-xsnap-supervisor",
"@agoric/telemetry",
"@agoric/time",
"@agoric/ui-components",
"@agoric/vat-data",
"@agoric/vats",
"@agoric/wallet",
"@agoric/wallet-backend",
"@agoric/wallet-connection",
"@agoric/web-components",
"@agoric/xsnap",
"@agoric/xsnap-lockdown",
"@agoric/zoe",
Expand Down
10 changes: 4 additions & 6 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,20 @@
"lint": "exit 0"
},
"files": [
"eslint-config.json"
"eslint-config.*"
],
"peerDependencies": {
"@endo/eslint-plugin": "^0.4.4",
"@jessie.js/eslint-plugin": "^0.3.0",
"@typescript-eslint/parser": "^5.55.0",
"@jessie.js/eslint-plugin": "^0.4.0",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"eslint": "^8.36.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-jessie": "^0.0.6",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsdoc": "^40.1.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.8.1"
}
}
24 changes: 0 additions & 24 deletions packages/ui-components/.gitignore

This file was deleted.

Loading

0 comments on commit f8eb1cd

Please sign in to comment.