Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 94c0a25

Browse files
committed
updates
1 parent b8533e2 commit 94c0a25

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
npx changeset version
2+
yarn install --mode update-lockfile

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
commit: "chore(release): Publish"
3636
title: "Changesets: Version Packages"
3737
publish: yarn release
38+
# Workaround for https://github.com/changesets/changesets/issues/421
39+
version: ./.github/actions/lock-file/update-lock-file.sh
3840
env:
3941
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4042
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"@typescript-eslint/eslint-plugin": "^5.13.0",
1919
"@typescript-eslint/parser": "^5.13.0",
2020
"concurrently": "^7.0.0",
21+
"cross-env": "^7.0.3",
2122
"eslint": "^8.10.0",
2223
"eslint-config-airbnb": "^19.0.4",
2324
"eslint-config-prettier": "^8.5.0",

package/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
},
2525
"devDependencies": {
2626
"@types/got": "^9.6.12",
27-
"cross-env": "^7.0.3",
2827
"gatsby": "^4.9.1",
2928
"gatsby-plugin-utils": "^3.3.0"
3029
},

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10951,7 +10951,6 @@ __metadata:
1095110951
resolution: "gatsby-source-tmdb@workspace:package"
1095210952
dependencies:
1095310953
"@types/got": ^9.6.12
10954-
cross-env: ^7.0.3
1095510954
gatsby: ^4.9.1
1095610955
gatsby-node-helpers: ^1.2.1
1095710956
gatsby-plugin-utils: ^3.3.0
@@ -17975,6 +17974,7 @@ __metadata:
1797517974
"@typescript-eslint/eslint-plugin": ^5.13.0
1797617975
"@typescript-eslint/parser": ^5.13.0
1797717976
concurrently: ^7.0.0
17977+
cross-env: ^7.0.3
1797817978
eslint: ^8.10.0
1797917979
eslint-config-airbnb: ^19.0.4
1798017980
eslint-config-prettier: ^8.5.0

0 commit comments

Comments
 (0)