Skip to content

Commit 8bba0b6

Browse files
authored
upgrade deps and configs (#266)
* upgrade deps and configs * update version to 0.3.16-beta.0 in package.json * Bump version to 0.3.17
1 parent 27e9269 commit 8bba0b6

File tree

5 files changed

+976
-630
lines changed

5 files changed

+976
-630
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@
2525
"packages/*"
2626
],
2727
"devDependencies": {
28-
"@typescript-eslint/eslint-plugin": "6.13.2",
29-
"@typescript-eslint/parser": "6.13.2",
30-
"eslint": "8.55.0",
28+
"@typescript-eslint/eslint-plugin": "7.2.0",
29+
"@typescript-eslint/parser": "7.2.0",
30+
"eslint": "8.57.0",
3131
"eslint-config-prettier": "9.1.0",
3232
"eslint-plugin-json": "3.1.0",
3333
"eslint-plugin-jsx-a11y": "6.8.0",
34-
"eslint-plugin-prettier": "^5.0.1",
35-
"eslint-plugin-react": "7.33.2",
36-
"gatsby-plugin-postcss": "^6.12.0",
34+
"eslint-plugin-prettier": "^5.1.3",
35+
"eslint-plugin-react": "7.34.0",
36+
"gatsby-plugin-postcss": "^6.13.1",
3737
"husky": "8.0.3",
38-
"lint-staged": "15.2.0",
39-
"prettier": "3.1.0",
38+
"lint-staged": "15.2.2",
39+
"prettier": "3.2.5",
4040
"stylelint": "15.11.0",
4141
"stylelint-config-standard": "34.0.0"
4242
}

packages/example/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
},
1313
"dependencies": {
1414
"@dvcorg/gatsby-theme-iterative": "*",
15-
"eslint": "^8.44.0",
16-
"gatsby": "^5.11.0",
17-
"gatsby-transformer-remark": "^6.11.0",
15+
"eslint": "^8.57.0",
16+
"gatsby": "^5.13.3",
17+
"gatsby-transformer-remark": "^6.13.1",
1818
"react": "^18.0.0",
1919
"react-dom": "^18.0.0"
2020
},

packages/gatsby-theme-iterative/gatsby-node.js

+9
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,15 @@ exports.onCreateWebpackConfig = ({ actions }) => {
9595
})
9696
}
9797

98+
exports.onCreateBabelConfig = ({ actions }) => {
99+
actions.setBabelPlugin({
100+
name: '@babel/plugin-transform-react-jsx',
101+
options: {
102+
runtime: 'automatic'
103+
}
104+
})
105+
}
106+
98107
exports.createPages = require('./createPages.js')
99108

100109
exports.onCreateNode = require('./onCreateNode.js')

packages/gatsby-theme-iterative/package.json

+27-26
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dvcorg/gatsby-theme-iterative",
3-
"version": "0.3.16",
3+
"version": "0.3.17",
44
"description": "",
55
"main": "index.js",
66
"types": "src/typings.d.ts",
@@ -10,55 +10,56 @@
1010
"get-commands": "node config/prismjs/get-commands.js"
1111
},
1212
"dependencies": {
13+
"@babel/plugin-transform-react-jsx": "^7.23.4",
1314
"@reach/portal": "^0.18.0",
1415
"@reach/skip-nav": "^0.18.0",
15-
"@sentry/gatsby": "^7.57.0",
16+
"@sentry/gatsby": "^7.107.0",
1617
"@svgr/webpack": "^8.0.0",
17-
"@types/gatsbyjs__reach-router": "^2.0.0",
18+
"@types/gatsbyjs__reach-router": "^2.0.4",
1819
"@types/isomorphic-fetch": "^0.0.39",
1920
"@types/promise-polyfill": "^6.0.4",
2021
"@types/react-collapse": "^5.0.1",
2122
"@types/react-helmet": "^6.1.6",
2223
"@types/unist": "^3.0.0",
23-
"autoprefixer": "^10.4.4",
24-
"classnames": "^2.3.1",
24+
"autoprefixer": "^10.4.18",
25+
"classnames": "^2.5.1",
2526
"ease-component": "^1.0.0",
26-
"gatsby-plugin-image": "^3.11.0",
27-
"gatsby-plugin-manifest": "^5.11.0",
28-
"gatsby-plugin-postcss": "^6.11.0",
29-
"gatsby-plugin-react-helmet": "^6.11.0",
30-
"gatsby-plugin-sharp": "^5.11.0",
31-
"gatsby-plugin-sitemap": "^6.11.0",
27+
"gatsby-plugin-image": "^3.13.1",
28+
"gatsby-plugin-manifest": "^5.13.1",
29+
"gatsby-plugin-postcss": "^6.13.1",
30+
"gatsby-plugin-react-helmet": "^6.13.1",
31+
"gatsby-plugin-sharp": "^5.13.1",
32+
"gatsby-plugin-sitemap": "^6.13.1",
3233
"gatsby-plugin-svgr": "^3.0.0-beta.0",
33-
"gatsby-remark-autolink-headers": "^6.11.0",
34+
"gatsby-remark-autolink-headers": "^6.13.1",
3435
"gatsby-remark-copy-relative-linked-files": "^1.5.0",
3536
"gatsby-remark-embed-gist": "^1.2.1",
3637
"gatsby-remark-embedder": "^7.0.0",
3738
"gatsby-remark-external-links": "^0.0.4",
38-
"gatsby-remark-images": "^7.11.0",
39-
"gatsby-remark-prismjs": "^7.11.0",
40-
"gatsby-remark-responsive-iframe": "^6.11.1",
41-
"gatsby-remark-smartypants": "^6.11.0",
42-
"gatsby-source-filesystem": "^5.11.0",
43-
"gatsby-transformer-remark": "^6.11.0",
44-
"gatsby-transformer-sharp": "^5.11.0",
45-
"github-markdown-css": "^5.1.0",
39+
"gatsby-remark-images": "^7.13.1",
40+
"gatsby-remark-prismjs": "^7.13.1",
41+
"gatsby-remark-responsive-iframe": "^6.13.1",
42+
"gatsby-remark-smartypants": "^6.13.1",
43+
"gatsby-source-filesystem": "^5.13.1",
44+
"gatsby-transformer-remark": "^6.13.1",
45+
"gatsby-transformer-sharp": "^5.13.1",
46+
"github-markdown-css": "^5.5.1",
4647
"github-slugger": "^2.0.0",
4748
"hast-util-select": "^6.0.2",
4849
"iso-url": "^1.2.1",
4950
"isomorphic-fetch": "^3.0.0",
5051
"lodash": "^4.17.21",
5152
"nanoid": "^4.0.0",
5253
"perfect-scrollbar": "^1.5.5",
53-
"postcss": "^8.4.25",
54+
"postcss": "^8.4.35",
5455
"postcss-nested": "^6.0.0",
5556
"prismjs": "^1.29.0",
5657
"promise-polyfill": "^8.2.3",
5758
"react-collapse": "^5.1.1",
5859
"react-collapsible": "^2.8.4",
5960
"react-helmet": "^6.1.0",
60-
"react-intersection-observer": "^9.5.2",
61-
"react-use": "^17.3.2",
61+
"react-intersection-observer": "^9.8.1",
62+
"react-use": "^17.5.0",
6263
"rehype-parse": "^8.0.4",
6364
"rehype-react": "^7.0.4",
6465
"rehype-stringify": "^9.0.3",
@@ -68,16 +69,16 @@
6869
"remark-preset-lint-recommended": "^6.1.3",
6970
"reset-css": "^5.0.1",
7071
"scroll": "^3.0.1",
71-
"tailwindcss": "^3.1.3",
72+
"tailwindcss": "^3.4.1",
7273
"title-case": "^3.0.3",
7374
"unified": "^11.0.4",
7475
"unist-util-remove-position": "^5.0.0",
7576
"unist-util-visit": "^5.0.0"
7677
},
7778
"devDependencies": {
78-
"@types/hast": "3.0.3",
79+
"@types/hast": "3.0.4",
7980
"stylelint": "15.11.0",
80-
"typescript": "5.3.2"
81+
"typescript": "5.4.2"
8182
},
8283
"peerDependencies": {
8384
"gatsby": "^5.0.0",

0 commit comments

Comments
 (0)