Skip to content

Commit

Permalink
upgrade bun (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
e-krebs authored Dec 18, 2023
1 parent 5bd1440 commit 08d6bdf
Show file tree
Hide file tree
Showing 4 changed files with 437 additions and 430 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v1.1.1
with:
bun-version: 'latest'
- run: bun install --no-save
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v1.1.1
with:
bun-version: 'latest'
- name: get semantic release info
Expand All @@ -33,4 +33,4 @@ jobs:
- name: create .npmrc file
run: echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} >> .npmrc
- run: npm publish --access public
- run: npm dist-tag add @e-krebs/react-library@${{env.new_release_version}} alpha
- run: npm dist-tag add @e-krebs/react-library@${{env.new_release_version}} alpha
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
},
"devDependencies": {
"@ladle/react": "^3.3.1",
"@parcel/packager-ts": "2.10.2",
"@parcel/transformer-typescript-tsc": "^2.10.2",
"@parcel/transformer-typescript-types": "^2.10.2",
"@parcel/packager-ts": "2.10.3",
"@parcel/transformer-typescript-tsc": "^2.10.3",
"@parcel/transformer-typescript-types": "^2.10.3",
"@tailwindcss/typography": "^0.5.10",
"@types/babel__template": "^7.4.4",
"@types/react": "^18.2.37",
Expand All @@ -53,7 +53,7 @@
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"parcel": "^2.10.2",
"parcel": "^2.10.3",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.7",
Expand Down
Loading

1 comment on commit 08d6bdf

@vercel
Copy link

@vercel vercel bot commented on 08d6bdf Dec 18, 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:

react-library – ./

react-library-git-main-e-krebs.vercel.app
e-krebs-react-library.vercel.app
react-library-e-krebs.vercel.app

Please sign in to comment.