Skip to content

Commit

Permalink
feat: Bun compatibility (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlgimenes authored Jul 7, 2022
1 parent f72308b commit 729b166
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 388 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Adds [bun](https://bun.sh/) compatiblity ([#164](https://github.com/vtex-sites/nextjs.store/pull/164))
- Uses new cross selling API on PDP ([#137](https://github.com/vtex-sites/gatsby.store/pull/137))
- Applies new local tokens to `SuggestionProductCard` ([#151](https://github.com/vtex-sites/nextjs.store/pull/151))

Expand Down
Binary file added bun.lockb
Binary file not shown.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@
"@vtex/tsconfig": "0.6.0",
"autoprefixer": "^10.4.0",
"axe-core": "^4.3.3",
"babel-loader": "^8.2.4",
"babel-plugin-remove-graphql-queries": "^4.11.1",
"css-loader": "^6.7.1",
"cypress": "6.6.0",
"cypress-axe": "^0.13.0",
Expand All @@ -90,8 +88,7 @@
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.0.1",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"typescript": "^4.7.3",
"webpack": "^5.72.0"
"typescript": "^4.7.3"
},
"lint-staged": {
"*.{ts,js,tsx,jsx}": [
Expand Down
Loading

1 comment on commit 729b166

@vercel
Copy link

@vercel vercel bot commented on 729b166 Jul 7, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.