mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-01-13 23:39:32 +01:00
Merge pull request #1069 from alxshelepenok/renovate/gatsby
fix(deps): update gatsby (minor)
This commit is contained in:
commit
34edbb4e7f
@ -27,10 +27,10 @@ const jestConfig: Config.InitialOptions = {
|
||||
"gatsby-plugin-utils/$1",
|
||||
],
|
||||
},
|
||||
transform: { "^.+\\.(t)sx?$": ["@swc/jest", swc] },
|
||||
transform: { "^.+\\.[jt]sx?$": ["@swc/jest", swc] },
|
||||
setupFiles: ["<rootDir>/internal/testing/jest-setup.ts"],
|
||||
testPathIgnorePatterns: ["node_modules", ".cache", "public"],
|
||||
transformIgnorePatterns: ["node_modules/(?!(gatsby)/)"],
|
||||
testPathIgnorePatterns: ["node_modules", "\\.cache", "<rootDir>.*/public"],
|
||||
transformIgnorePatterns: ["node_modules/(?!(gatsby|gatsby-script)/)"],
|
||||
};
|
||||
|
||||
export default jestConfig;
|
||||
|
2460
package-lock.json
generated
2460
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
42
package.json
42
package.json
@ -51,29 +51,29 @@
|
||||
"@sentry/tracing": "^6.19.7",
|
||||
"classnames": "^2.3.1",
|
||||
"disqus-react": "^1.1.3",
|
||||
"gatsby": "^4.14.1",
|
||||
"gatsby-link": "^4.14.1",
|
||||
"gatsby-plugin-catch-links": "^4.14.0",
|
||||
"gatsby-plugin-feed": "^4.14.0",
|
||||
"gatsby-plugin-google-gtag": "^4.14.0",
|
||||
"gatsby-plugin-image": "^2.14.1",
|
||||
"gatsby-plugin-manifest": "^4.14.0",
|
||||
"gatsby-plugin-offline": "^5.14.1",
|
||||
"gatsby": "^4.15.1",
|
||||
"gatsby-link": "^4.15.0",
|
||||
"gatsby-plugin-catch-links": "^4.15.0",
|
||||
"gatsby-plugin-feed": "^4.15.0",
|
||||
"gatsby-plugin-google-gtag": "^4.15.0",
|
||||
"gatsby-plugin-image": "^2.15.0",
|
||||
"gatsby-plugin-manifest": "^4.15.0",
|
||||
"gatsby-plugin-offline": "^5.15.0",
|
||||
"gatsby-plugin-optimize-svgs": "^1.0.5",
|
||||
"gatsby-plugin-react-helmet": "^5.14.0",
|
||||
"gatsby-plugin-sass": "^5.14.0",
|
||||
"gatsby-plugin-sharp": "^4.14.1",
|
||||
"gatsby-plugin-sitemap": "^5.14.0",
|
||||
"gatsby-remark-autolink-headers": "^5.14.0",
|
||||
"gatsby-remark-copy-linked-files": "^5.14.0",
|
||||
"gatsby-plugin-react-helmet": "^5.15.0",
|
||||
"gatsby-plugin-sass": "^5.15.0",
|
||||
"gatsby-plugin-sharp": "^4.15.0",
|
||||
"gatsby-plugin-sitemap": "^5.15.0",
|
||||
"gatsby-remark-autolink-headers": "^5.15.0",
|
||||
"gatsby-remark-copy-linked-files": "^5.15.0",
|
||||
"gatsby-remark-external-links": "0.0.4",
|
||||
"gatsby-remark-images": "^6.14.0",
|
||||
"gatsby-remark-prismjs": "^6.14.0",
|
||||
"gatsby-remark-responsive-iframe": "^5.14.0",
|
||||
"gatsby-remark-smartypants": "^5.14.0",
|
||||
"gatsby-source-filesystem": "^4.14.0",
|
||||
"gatsby-transformer-remark": "^5.14.0",
|
||||
"gatsby-transformer-sharp": "^4.14.0",
|
||||
"gatsby-remark-images": "^6.15.0",
|
||||
"gatsby-remark-prismjs": "^6.15.0",
|
||||
"gatsby-remark-responsive-iframe": "^5.15.0",
|
||||
"gatsby-remark-smartypants": "^5.15.0",
|
||||
"gatsby-source-filesystem": "^4.15.0",
|
||||
"gatsby-transformer-remark": "^5.15.0",
|
||||
"gatsby-transformer-sharp": "^4.15.0",
|
||||
"prismjs": "^1.28.0",
|
||||
"react": "^18.1.0",
|
||||
"react-dom": "^18.1.0",
|
||||
|
Loading…
Reference in New Issue
Block a user