Skip to content

Commit

Permalink
Merge pull request #113 from endojs/ses1
Browse files Browse the repository at this point in the history
chore: Sync Endo versions
  • Loading branch information
michaelfig committed Dec 20, 2023
2 parents 658f3e1 + fe2d091 commit 96cabd9
Show file tree
Hide file tree
Showing 5 changed files with 205 additions and 535 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['14.19.3', '16.x']
node-version: ['18.x']
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['14.19.3']
node-version: ['18.x']
steps:
- uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['14.19.3', '16.x']
node-version: ['18.x']
steps:
- uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"type": "module",
"devDependencies": {
"@endo/eslint-plugin": "^0.4.4-dev.0",
"@endo/eslint-plugin": "^1.0.0",
"@typescript-eslint/parser": "^5.56.0",
"ava": "^3.12.1",
"eslint": "^8.36.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/parse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@
"test": "ava"
},
"dependencies": {
"@endo/far": "^0.2.3",
"@endo/init": "^0.5.41",
"@endo/far": "^1.0.0",
"@endo/init": "^1.0.0",
"@jessie.js/transform-this-module": "^0.2.3",
"jessie.js": "^0.3.3"
},
"devDependencies": {
"@endo/ses-ava": "^0.2.25",
"@endo/ses-ava": "^1.0.0",
"ava": "^3.12.1",
"eslint": "^7.23.0",
"nyc": "^15.1.0",
"prettier": "^1.19.1",
"ses": "^0.15.15"
"ses": "^1.0.0"
},
"files": [
"LICENSE*",
Expand Down
8 changes: 4 additions & 4 deletions packages/stdlib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@
"test": "ava"
},
"dependencies": {
"@endo/far": "^0.2.3"
"@endo/far": "^1.0.0"
},
"devDependencies": {
"@endo/init": "^0.5.41",
"@endo/ses-ava": "^0.2.25",
"@endo/init": "^1.0.0",
"@endo/ses-ava": "^1.0.0",
"ava": "^3.12.1",
"eslint": "^7.23.0",
"nyc": "^15.1.0",
"prettier": "^1.19.1",
"ses": "^0.15.15",
"ses": "^1.0.0",
"typescript": "^4.6.4"
},
"files": [
Expand Down
Loading

0 comments on commit 96cabd9

Please sign in to comment.