Skip to content

Commit

Permalink
deps: bump @primer/react from 36.27.0 to 37.5.0 (#1384)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 22, 2024
1 parent 43006ec commit 666ea61
Show file tree
Hide file tree
Showing 7 changed files with 2,292 additions and 435 deletions.
1 change: 1 addition & 0 deletions gatsby-config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ const config = {
DEV_SSR: !!process.env.GATSBY_DEV_SSR,
},
plugins: [
'gatsby-plugin-postcss',
'gatsby-plugin-styled-components',
'gatsby-transformer-yaml',
{
Expand Down
3 changes: 3 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ module.exports = {
transform: {
'^.+\\.jsx?$': `<rootDir>/jest-preprocess.js`,
},
moduleNameMapper: {
'.+\\.(css|styl|less|sass|scss)$': `identity-obj-proxy`,
},
}
Loading

0 comments on commit 666ea61

Please sign in to comment.