Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Mar 6, 2022
1 parent b8533e2 commit 94c0a25
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/actions/lock-file/update-lock-file.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
npx changeset version
yarn install --mode update-lockfile
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
commit: "chore(release): Publish"
title: "Changesets: Version Packages"
publish: yarn release
# Workaround for https://github.com/changesets/changesets/issues/421
version: ./.github/actions/lock-file/update-lock-file.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"concurrently": "^7.0.0",
"cross-env": "^7.0.3",
"eslint": "^8.10.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
Expand Down
1 change: 0 additions & 1 deletion package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
},
"devDependencies": {
"@types/got": "^9.6.12",
"cross-env": "^7.0.3",
"gatsby": "^4.9.1",
"gatsby-plugin-utils": "^3.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10951,7 +10951,6 @@ __metadata:
resolution: "gatsby-source-tmdb@workspace:package"
dependencies:
"@types/got": ^9.6.12
cross-env: ^7.0.3
gatsby: ^4.9.1
gatsby-node-helpers: ^1.2.1
gatsby-plugin-utils: ^3.3.0
Expand Down Expand Up @@ -17975,6 +17974,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": ^5.13.0
"@typescript-eslint/parser": ^5.13.0
concurrently: ^7.0.0
cross-env: ^7.0.3
eslint: ^8.10.0
eslint-config-airbnb: ^19.0.4
eslint-config-prettier: ^8.5.0
Expand Down

0 comments on commit 94c0a25

Please sign in to comment.