Skip to content

Commit b5de466

Browse files
committed
- Upgrade Yarn
- yarn upgrade-interactive
1 parent 0845270 commit b5de466

File tree

2 files changed

+853
-203
lines changed

2 files changed

+853
-203
lines changed

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@mdx-js/react": "^3.0.1",
2323
"bluebird": "^3.7.2",
2424
"eslint-plugin-react-hooks": "^4.6.0",
25-
"firebase": "^10.8.0",
25+
"firebase": "^10.9.0",
2626
"gatsby": "^5.13.3",
2727
"gatsby-plugin-catch-links": "^5.13.1",
2828
"gatsby-plugin-cname": "^1.0.0",
@@ -54,33 +54,33 @@
5454
"katex": "^0.16.9",
5555
"lodash": "^4.17.21",
5656
"lru-cache": "^10.2.0",
57-
"metascraper-description": "^5.44.0",
58-
"metascraper-image": "^5.44.0",
59-
"metascraper-title": "^5.44.0",
60-
"metascraper-url": "^5.44.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",
6161
"moment": "^2.30.1",
62-
"postcss": "^8.4.35",
62+
"postcss": "^8.4.36",
6363
"prismjs": "^1.29.0",
6464
"prop-types": "^15.8.1",
6565
"react": "^18.2.0",
6666
"react-disqus-comments": "^1.4.0",
6767
"react-dom": "^18.2.0",
6868
"react-helmet": "^6.1.0",
69-
"react-toastify": "^10.0.4",
70-
"sass": "^1.70.0",
69+
"react-toastify": "^10.0.5",
70+
"sass": "^1.72.0",
7171
"sharp": "^0.33.2",
7272
"styled-components": "^6.1.8"
7373
},
7474
"devDependencies": {
75-
"@babel/core": "^7.23.9",
75+
"@babel/core": "^7.24.0",
7676
"@babel/eslint-parser": "^7.23.10",
7777
"@babel/eslint-plugin": "^7.23.5",
7878
"@babel/plugin-syntax-flow": "^7.23.3",
7979
"@babel/plugin-transform-flow-strip-types": "^7.23.3",
8080
"@babel/plugin-transform-react-jsx": "^7.23.4",
81-
"@types/eslint": "^8.56.2",
81+
"@types/eslint": "^8.56.5",
8282
"babel-preset-gatsby-package": "^3.13.1",
83-
"eslint": "^8.56.0",
83+
"eslint": "^8.57.0",
8484
"eslint-config-airbnb": "^19.0.4",
8585
"eslint-config-google": "^0.14.0",
8686
"eslint-config-prettier": "^9.1.0",
@@ -90,7 +90,7 @@
9090
"eslint-plugin-import": "^2.29.1",
9191
"eslint-plugin-jsx-a11y": "^6.8.0",
9292
"eslint-plugin-prettier": "^5.1.3",
93-
"eslint-plugin-react": "^7.33.2",
93+
"eslint-plugin-react": "^7.34.1",
9494
"eslint-plugin-simple-import-sort": "^12.0.0",
9595
"gh-pages": "^6.1.1",
9696
"lost": "^9.0.2",
@@ -106,6 +106,6 @@
106106
],
107107
"volta": {
108108
"node": "20.11.0",
109-
"yarn": "4.1.0"
109+
"yarn": "4.1.1"
110110
}
111111
}

0 commit comments

Comments
 (0)