Skip to content

Commit 0a543e0

Browse files
committed
Major yarn upgrade-interactive
1 parent 34f7d3b commit 0a543e0

File tree

2 files changed

+3313
-2074
lines changed

2 files changed

+3313
-2074
lines changed

package.json

+53-53
Original file line numberDiff line numberDiff line change
@@ -19,83 +19,83 @@
1919
"author": "Gopal S Akshintala <gopalakshintala@gmail.com>",
2020
"license": "MIT",
2121
"dependencies": {
22-
"@mdx-js/react": "^3.0.1",
22+
"@mdx-js/react": "^3.1.0",
2323
"bluebird": "^3.7.2",
24-
"eslint-plugin-react-hooks": "^4.6.0",
25-
"firebase": "^10.9.0",
26-
"gatsby": "^5.13.3",
27-
"gatsby-plugin-catch-links": "^5.13.1",
24+
"eslint-plugin-react-hooks": "^5.1.0",
25+
"firebase": "^11.3.0",
26+
"gatsby": "^5.14.1",
27+
"gatsby-plugin-catch-links": "^5.14.0",
2828
"gatsby-plugin-cname": "^1.0.0",
2929
"gatsby-plugin-google-fonts": "^1.0.1",
30-
"gatsby-plugin-google-gtag": "^5.13.1",
31-
"gatsby-plugin-image": "^3.13.1",
30+
"gatsby-plugin-google-gtag": "^5.14.0",
31+
"gatsby-plugin-image": "^3.14.0",
3232
"gatsby-plugin-mailchimp": "^5.2.2",
33-
"gatsby-plugin-manifest": "^5.13.1",
34-
"gatsby-plugin-mdx": "^5.13.1",
35-
"gatsby-plugin-offline": "^6.13.1",
36-
"gatsby-plugin-react-helmet": "^6.13.1",
37-
"gatsby-plugin-sass": "^6.13.1",
38-
"gatsby-plugin-sharp": "^5.13.1",
39-
"gatsby-remark-autolink-headers": "^6.13.1",
33+
"gatsby-plugin-manifest": "^5.14.0",
34+
"gatsby-plugin-mdx": "^5.14.0",
35+
"gatsby-plugin-offline": "^6.14.0",
36+
"gatsby-plugin-react-helmet": "^6.14.0",
37+
"gatsby-plugin-sass": "^6.14.0",
38+
"gatsby-plugin-sharp": "^5.14.0",
39+
"gatsby-remark-autolink-headers": "^6.14.0",
4040
"gatsby-remark-code-titles": "^1.1.0",
41-
"gatsby-remark-copy-linked-files": "^6.13.1",
41+
"gatsby-remark-copy-linked-files": "^6.14.0",
4242
"gatsby-remark-embed-gist": "^1.2.1",
4343
"gatsby-remark-embed-markdown": "^0.0.4",
4444
"gatsby-remark-embed-video": "^3.2.1",
45-
"gatsby-remark-images": "^7.13.1",
46-
"gatsby-remark-katex": "^7.13.1",
47-
"gatsby-remark-link-beautify": "^2.2.6",
48-
"gatsby-remark-prismjs": "^7.13.1",
49-
"gatsby-remark-smartypants": "^6.13.1",
50-
"gatsby-source-filesystem": "^5.13.1",
51-
"gatsby-transformer-asciidoc": "^4.13.1",
52-
"gatsby-transformer-sharp": "^5.13.1",
45+
"gatsby-remark-images": "^7.14.0",
46+
"gatsby-remark-katex": "^7.14.0",
47+
"gatsby-remark-link-beautify": "^2.3.1",
48+
"gatsby-remark-prismjs": "^7.14.0",
49+
"gatsby-remark-smartypants": "^6.14.0",
50+
"gatsby-source-filesystem": "^5.14.0",
51+
"gatsby-transformer-asciidoc": "^4.14.0",
52+
"gatsby-transformer-sharp": "^5.14.0",
5353
"gist-syntax-themes": "^1.1.0",
54-
"katex": "^0.16.9",
54+
"katex": "^0.16.21",
5555
"lodash": "^4.17.21",
56-
"lru-cache": "^10.2.0",
57-
"metascraper-description": "^5.45.0",
58-
"metascraper-image": "^5.45.0",
59-
"metascraper-title": "^5.45.0",
60-
"metascraper-url": "^5.45.0",
56+
"lru-cache": "^11.0.2",
57+
"metascraper-description": "^5.46.5",
58+
"metascraper-image": "^5.46.5",
59+
"metascraper-title": "^5.46.5",
60+
"metascraper-url": "^5.46.5",
6161
"moment": "^2.30.1",
62-
"postcss": "^8.4.36",
62+
"postcss": "^8.5.1",
6363
"prismjs": "^1.29.0",
6464
"prop-types": "^15.8.1",
65-
"react": "^18.2.0",
65+
"react": "^19.0.0",
6666
"react-disqus-comments": "^1.4.0",
67-
"react-dom": "^18.2.0",
67+
"react-dom": "^19.0.0",
6868
"react-helmet": "^6.1.0",
69-
"react-toastify": "^10.0.5",
70-
"sass": "^1.72.0",
71-
"sharp": "^0.33.2",
72-
"styled-components": "^6.1.8"
69+
"react-toastify": "^11.0.3",
70+
"sass": "^1.84.0",
71+
"sharp": "^0.33.5",
72+
"styled-components": "^6.1.15"
7373
},
7474
"devDependencies": {
75-
"@babel/core": "^7.24.0",
76-
"@babel/eslint-parser": "^7.23.10",
77-
"@babel/eslint-plugin": "^7.23.5",
78-
"@babel/plugin-syntax-flow": "^7.23.3",
79-
"@babel/plugin-transform-flow-strip-types": "^7.23.3",
80-
"@babel/plugin-transform-react-jsx": "^7.23.4",
81-
"@types/eslint": "^8.56.5",
82-
"babel-preset-gatsby-package": "^3.13.1",
83-
"eslint": "^8.57.0",
75+
"@babel/core": "^7.26.8",
76+
"@babel/eslint-parser": "^7.26.8",
77+
"@babel/eslint-plugin": "^7.25.9",
78+
"@babel/plugin-syntax-flow": "^7.26.0",
79+
"@babel/plugin-transform-flow-strip-types": "^7.26.5",
80+
"@babel/plugin-transform-react-jsx": "^7.25.9",
81+
"@types/eslint": "^9.6.1",
82+
"babel-preset-gatsby-package": "^3.14.0",
83+
"eslint": "^9.20.0",
8484
"eslint-config-airbnb": "^19.0.4",
8585
"eslint-config-google": "^0.14.0",
86-
"eslint-config-prettier": "^9.1.0",
86+
"eslint-config-prettier": "^10.0.1",
8787
"eslint-plugin-babel": "^5.3.1",
8888
"eslint-plugin-filenames": "^1.3.2",
8989
"eslint-plugin-flowtype": "^8.0.3",
90-
"eslint-plugin-import": "^2.29.1",
91-
"eslint-plugin-jsx-a11y": "^6.8.0",
92-
"eslint-plugin-prettier": "^5.1.3",
93-
"eslint-plugin-react": "^7.34.1",
94-
"eslint-plugin-simple-import-sort": "^12.0.0",
95-
"gh-pages": "^6.1.1",
90+
"eslint-plugin-import": "^2.31.0",
91+
"eslint-plugin-jsx-a11y": "^6.10.2",
92+
"eslint-plugin-prettier": "^5.2.3",
93+
"eslint-plugin-react": "^7.37.4",
94+
"eslint-plugin-simple-import-sort": "^12.1.1",
95+
"gh-pages": "^6.3.0",
9696
"lost": "^9.0.2",
9797
"postcss-pxtorem": "^6.1.0",
98-
"prettier": "^3.2.5"
98+
"prettier": "^3.4.2"
9999
},
100100
"resolutions": {
101101
"gatsby-plugin-sharp/probe-image-size": "^7.0.0"

0 commit comments

Comments
 (0)