Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: yarn up 'ses@workspace:^' '@endo/*@workspace:^' #2416

Merged
merged 3 commits into from
Aug 19, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
build(deps): yarn up lerna typedoc typedoc-plugin-markdown
  • Loading branch information
michaelfig committed Aug 18, 2024
commit 3e18d1864710abacbb273a6c8f2259a86151ad6a
1 change: 0 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
},
"includeMergedTags": true,
"npmClient": "yarn",
"useWorkspaces": true,
"version": "independent",
"useNx": false
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.2.5",
"lerna": "^5.6.2",
"lerna": "^8.1.8",
"lerna-update-wizard": "^0.17.5",
"prettier": "^3.2.5",
"ts-api-utils": "~1.0.1",
"type-coverage": "^2.26.3",
"typedoc": "^0.25.13",
"typedoc-plugin-markdown": "^3.17.1",
"typedoc": "^0.26.6",
"typedoc-plugin-markdown": "^4.2.5",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

heads up @Jovonni @amessbee since this is part of the docs.agoric.com build pipeline. I don't know if we have CI integration to catch if this breaks anything. I'm approving since it is low impact if it does break temporarily

"typescript": "5.5.2",
"typescript-eslint": "^7.3.1"
},
Expand Down
3 changes: 0 additions & 3 deletions packages/evasive-transform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,5 @@
"@babel/parser": "^7.23.6",
"@babel/traverse": "^7.23.6",
"source-map-js": "^1.2.0"
},
"resolutions": {
"@babel/types": "7.23.0"
}
}