Skip to content

Commit

Permalink
chore(deps-dev): bump fern-api from 0.16.20 to 0.16.22 (#428)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump fern-api from 0.16.20 to 0.16.22

Bumps [fern-api](https://github.com/fern-api/fern/tree/HEAD/packages/cli/cli) from 0.16.20 to 0.16.22.
- [Release notes](https://github.com/fern-api/fern/releases)
- [Changelog](https://github.com/fern-api/fern/blob/main/release-blockers-cli.yml)
- [Commits](https://github.com/fern-api/fern/commits/0.16.22/packages/cli/cli)

---
updated-dependencies:
- dependency-name: fern-api
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* upgrade fern

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jatin <sandilya.jatin@gmail.com>
  • Loading branch information
dependabot[bot] and jatinsandilya authored Jan 11, 2024
1 parent c2b1c52 commit 63089a6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion fern/fern.config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"organization": "revert",
"version": "0.16.20"
"version": "0.16.22"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"devDependencies": {
"concurrently": "^8.2.1",
"fern-api": "0.16.20",
"fern-api": "0.16.22",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "2.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN echo "SERVER_PORT=$SERVER_PORT" > .env \
&& echo "FERN_TOKEN=$FERN_TOKEN" >> .env

RUN rm -rf node_modules && yarn cache clean && yarn install
RUN npm install -g fern-api@0.16.20 && fern -v && fern generate --log-level debug
RUN npm install -g fern-api@0.16.22 && fern -v && fern generate --log-level debug
RUN mkdir -p /app/packages/backend/dist/generated && cp -r /app/packages/backend/generated/typescript /app/packages/backend/dist/generated
RUN yarn workspace @revertdotdev/backend build

Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5740,7 +5740,7 @@ __metadata:
resolution: "@revertdotdev/main@workspace:."
dependencies:
concurrently: ^8.2.1
fern-api: 0.16.20
fern-api: 0.16.22
husky: ^8.0.3
lint-staged: ^14.0.1
prettier: 2.5.1
Expand Down Expand Up @@ -17012,12 +17012,12 @@ __metadata:
languageName: node
linkType: hard

"fern-api@npm:0.16.20":
version: 0.16.20
resolution: "fern-api@npm:0.16.20"
"fern-api@npm:0.16.22":
version: 0.16.22
resolution: "fern-api@npm:0.16.22"
bin:
fern: cli.cjs
checksum: 22b46fa541a37c43f681b3536ca09b658ef64bf2b521e9d1b6e278df69e41016fc2dddf6f70d9ea5f2599b4f161b05f1d3d593752206abe31a3fe92af94bad12
checksum: a6c02d9178575306f0a413ad2dee20d042f04e9a6cf8258450795d071a4f823d083a8c8c5b046f192f72c2d6fefd187730958f07fdabba1c2168b65f39707e7b
languageName: node
linkType: hard

Expand Down

1 comment on commit 63089a6

@vercel
Copy link

@vercel vercel bot commented on 63089a6 Jan 11, 2024

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.