Skip to content

Commit

Permalink
upgrade deps and configs (#266)
Browse files Browse the repository at this point in the history
* upgrade deps and configs

* update version to 0.3.16-beta.0 in package.json

* Bump version to 0.3.17
  • Loading branch information
yathomasi authored Mar 14, 2024
1 parent 27e9269 commit 8bba0b6
Show file tree
Hide file tree
Showing 5 changed files with 976 additions and 630 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@
"packages/*"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"eslint": "8.55.0",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "7.33.2",
"gatsby-plugin-postcss": "^6.12.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "7.34.0",
"gatsby-plugin-postcss": "^6.13.1",
"husky": "8.0.3",
"lint-staged": "15.2.0",
"prettier": "3.1.0",
"lint-staged": "15.2.2",
"prettier": "3.2.5",
"stylelint": "15.11.0",
"stylelint-config-standard": "34.0.0"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
},
"dependencies": {
"@dvcorg/gatsby-theme-iterative": "*",
"eslint": "^8.44.0",
"gatsby": "^5.11.0",
"gatsby-transformer-remark": "^6.11.0",
"eslint": "^8.57.0",
"gatsby": "^5.13.3",
"gatsby-transformer-remark": "^6.13.1",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/gatsby-theme-iterative/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,15 @@ exports.onCreateWebpackConfig = ({ actions }) => {
})
}

exports.onCreateBabelConfig = ({ actions }) => {
actions.setBabelPlugin({
name: '@babel/plugin-transform-react-jsx',
options: {
runtime: 'automatic'
}
})
}

exports.createPages = require('./createPages.js')

exports.onCreateNode = require('./onCreateNode.js')
53 changes: 27 additions & 26 deletions packages/gatsby-theme-iterative/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dvcorg/gatsby-theme-iterative",
"version": "0.3.16",
"version": "0.3.17",
"description": "",
"main": "index.js",
"types": "src/typings.d.ts",
Expand All @@ -10,55 +10,56 @@
"get-commands": "node config/prismjs/get-commands.js"
},
"dependencies": {
"@babel/plugin-transform-react-jsx": "^7.23.4",
"@reach/portal": "^0.18.0",
"@reach/skip-nav": "^0.18.0",
"@sentry/gatsby": "^7.57.0",
"@sentry/gatsby": "^7.107.0",
"@svgr/webpack": "^8.0.0",
"@types/gatsbyjs__reach-router": "^2.0.0",
"@types/gatsbyjs__reach-router": "^2.0.4",
"@types/isomorphic-fetch": "^0.0.39",
"@types/promise-polyfill": "^6.0.4",
"@types/react-collapse": "^5.0.1",
"@types/react-helmet": "^6.1.6",
"@types/unist": "^3.0.0",
"autoprefixer": "^10.4.4",
"classnames": "^2.3.1",
"autoprefixer": "^10.4.18",
"classnames": "^2.5.1",
"ease-component": "^1.0.0",
"gatsby-plugin-image": "^3.11.0",
"gatsby-plugin-manifest": "^5.11.0",
"gatsby-plugin-postcss": "^6.11.0",
"gatsby-plugin-react-helmet": "^6.11.0",
"gatsby-plugin-sharp": "^5.11.0",
"gatsby-plugin-sitemap": "^6.11.0",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-postcss": "^6.13.1",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-plugin-svgr": "^3.0.0-beta.0",
"gatsby-remark-autolink-headers": "^6.11.0",
"gatsby-remark-autolink-headers": "^6.13.1",
"gatsby-remark-copy-relative-linked-files": "^1.5.0",
"gatsby-remark-embed-gist": "^1.2.1",
"gatsby-remark-embedder": "^7.0.0",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^7.11.0",
"gatsby-remark-prismjs": "^7.11.0",
"gatsby-remark-responsive-iframe": "^6.11.1",
"gatsby-remark-smartypants": "^6.11.0",
"gatsby-source-filesystem": "^5.11.0",
"gatsby-transformer-remark": "^6.11.0",
"gatsby-transformer-sharp": "^5.11.0",
"github-markdown-css": "^5.1.0",
"gatsby-remark-images": "^7.13.1",
"gatsby-remark-prismjs": "^7.13.1",
"gatsby-remark-responsive-iframe": "^6.13.1",
"gatsby-remark-smartypants": "^6.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-remark": "^6.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"github-markdown-css": "^5.5.1",
"github-slugger": "^2.0.0",
"hast-util-select": "^6.0.2",
"iso-url": "^1.2.1",
"isomorphic-fetch": "^3.0.0",
"lodash": "^4.17.21",
"nanoid": "^4.0.0",
"perfect-scrollbar": "^1.5.5",
"postcss": "^8.4.25",
"postcss": "^8.4.35",
"postcss-nested": "^6.0.0",
"prismjs": "^1.29.0",
"promise-polyfill": "^8.2.3",
"react-collapse": "^5.1.1",
"react-collapsible": "^2.8.4",
"react-helmet": "^6.1.0",
"react-intersection-observer": "^9.5.2",
"react-use": "^17.3.2",
"react-intersection-observer": "^9.8.1",
"react-use": "^17.5.0",
"rehype-parse": "^8.0.4",
"rehype-react": "^7.0.4",
"rehype-stringify": "^9.0.3",
Expand All @@ -68,16 +69,16 @@
"remark-preset-lint-recommended": "^6.1.3",
"reset-css": "^5.0.1",
"scroll": "^3.0.1",
"tailwindcss": "^3.1.3",
"tailwindcss": "^3.4.1",
"title-case": "^3.0.3",
"unified": "^11.0.4",
"unist-util-remove-position": "^5.0.0",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@types/hast": "3.0.3",
"@types/hast": "3.0.4",
"stylelint": "15.11.0",
"typescript": "5.3.2"
"typescript": "5.4.2"
},
"peerDependencies": {
"gatsby": "^5.0.0",
Expand Down
Loading

0 comments on commit 8bba0b6

Please sign in to comment.