Skip to content

Commit

Permalink
#44 unused lerna was causing the failure when installing better-sqlit…
Browse files Browse the repository at this point in the history
…e3, #40 updated ava as well.
  • Loading branch information
anilhelvaci committed Dec 19, 2022
1 parent 8967fa9 commit dad949c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
5 changes: 1 addition & 4 deletions _agstate/agoric-servers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,5 @@
"lint-fix": "exit 0"
},
"author": "Agoric",
"license": "Apache-2.0",
"dependencies": {
"@agoric/cosmic-swingset": "dev"
}
"license": "Apache-2.0"
}
3 changes: 3 additions & 0 deletions clear.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#/bin/zsh

rm -rf node_modules contract/node_modules api/node_modules _agstate/yarn-links yarn.lock ui/node_modules contract/bundles/
12 changes: 7 additions & 5 deletions contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@
"@endo/promise-kit": "0.2.41"
},
"devDependencies": {
"@endo/init": "0.5.37",
"ava": "3.12.1",
"c8": "7.7.2",
"fast-check": "2.21.0",
"import-meta-resolve": "1.1.1"
"@endo/init": "^0.5.47",
"@fast-check/ava": "^1.0.1",
"ava": "^4.3.1",
"c8": "^7.11.0",
"@endo/ses-ava": "^0.2.31",
"deep-object-diff": "^1.1.7",
"import-meta-resolve": "^1.1.1"
},
"ava": {
"files": [
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.1",
"private": true,
"useWorkspaces": true,
"type": "module",
"workspaces": [
"ui",
"_agstate/agoric-servers",
Expand All @@ -13,7 +14,6 @@
"@endo/init": "^0.5.33",
"ses": "0.15.7",
"@typescript-eslint/parser": "^4.19.0",
"ava": "^3.12.1",
"eslint": "^7.23.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-airbnb-base": "^14.0.0",
Expand All @@ -23,8 +23,6 @@
"eslint-plugin-jsdoc": "^32.3.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"lerna": "^4.0.0",
"nyc": "^15.1.0",
"prettier": "^1.18.2",
"@agoric/babel-parser": "^7.6.4",
"babel-eslint": ">=11.0.0-beta.2",
Expand Down

0 comments on commit dad949c

Please sign in to comment.