Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
make sure fern.config.json and package.json line up (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi authored Sep 1, 2023
1 parent 432cf2f commit 1ed71a2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-fern-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version: 17
- name: Install Fern
run: npm install -g fern-api@0.6.12 && fern -v
run: npm install -g fern-api

- name: Install Dependencies
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"packages/*"
],
"devDependencies": {
"fern-api": "0.6.12",
"fern-api": "0.12.0",
"prettier": "2.5.1",
"pretty-quick": "3.1.3",
"typescript": "^4.8.4"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6553,7 +6553,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@revertdotdev/main@workspace:."
dependencies:
fern-api: 0.6.12
fern-api: 0.12.0
prettier: 2.5.1
pretty-quick: 3.1.3
typescript: ^4.8.4
Expand Down Expand Up @@ -17993,12 +17993,12 @@ __metadata:
languageName: node
linkType: hard

"fern-api@npm:0.6.12":
version: 0.6.12
resolution: "fern-api@npm:0.6.12"
"fern-api@npm:0.12.0":
version: 0.12.0
resolution: "fern-api@npm:0.12.0"
bin:
fern: cli.cjs
checksum: 91e4a3278795d742649856d46d1ac3262377d4597cf265fd7224e1e800e792c10f71e3eea778744c3d3d351e83e846fac22af1152ae14e2471b0d5c465d63e56
checksum: 1e93f846028139c15d2264162439de8b3786fe5f832b8d0cd47ca2ca3d656fdce5202357f9bf6ad675f900669a1400771d508fce1c5386d1f02bc53a36d103fa
languageName: node
linkType: hard

Expand Down

1 comment on commit 1ed71a2

@vercel
Copy link

@vercel vercel bot commented on 1ed71a2 Sep 1, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

revert-client – ./

revert-client-git-main-revertdev.vercel.app
revert-client-revertdev.vercel.app
app.revert.dev

Please sign in to comment.