Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5d3c6e3

Browse filesBrowse files
fix(deps): update all non-major dependencies
1 parent 4baf3af commit 5d3c6e3
Copy full SHA for 5d3c6e3

File tree

Expand file treeCollapse file tree

2 files changed

+1400
-903
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+1400
-903
lines changed

‎package.json

Copy file name to clipboardExpand all lines: package.json
+31-31Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -6,68 +6,68 @@
66
"version": "0.2.0",
77
"author": "openscript",
88
"dependencies": {
9-
"@emotion/react": "11.13.3",
10-
"@emotion/styled": "11.13.0",
11-
"@mdx-js/mdx": "3.0.1",
12-
"@mdx-js/react": "3.0.1",
9+
"@emotion/react": "11.14.0",
10+
"@emotion/styled": "11.14.0",
11+
"@mdx-js/mdx": "3.1.0",
12+
"@mdx-js/react": "3.1.0",
1313
"embla-carousel-autoplay": "^8.0.0-rc17",
1414
"embla-carousel-react": "^8.0.0-rc17",
15-
"gatsby": "5.13.7",
16-
"gatsby-plugin-catch-links": "5.13.1",
17-
"gatsby-plugin-emotion": "8.13.1",
18-
"gatsby-plugin-i18n-l10n": "5.6.3",
19-
"gatsby-plugin-image": "3.13.1",
20-
"gatsby-plugin-manifest": "5.13.1",
21-
"gatsby-plugin-mdx": "5.13.1",
22-
"gatsby-plugin-offline": "6.13.3",
23-
"gatsby-plugin-sharp": "5.13.1",
24-
"gatsby-remark-autolink-headers": "6.13.1",
25-
"gatsby-remark-copy-linked-files": "6.13.2",
26-
"gatsby-remark-images": "7.13.2",
27-
"gatsby-source-filesystem": "5.13.1",
15+
"gatsby": "5.14.1",
16+
"gatsby-plugin-catch-links": "5.14.0",
17+
"gatsby-plugin-emotion": "8.14.0",
18+
"gatsby-plugin-i18n-l10n": "5.7.0",
19+
"gatsby-plugin-image": "3.14.0",
20+
"gatsby-plugin-manifest": "5.14.0",
21+
"gatsby-plugin-mdx": "5.14.0",
22+
"gatsby-plugin-offline": "6.14.0",
23+
"gatsby-plugin-sharp": "5.14.0",
24+
"gatsby-remark-autolink-headers": "6.14.0",
25+
"gatsby-remark-copy-linked-files": "6.14.0",
26+
"gatsby-remark-images": "7.14.0",
27+
"gatsby-source-filesystem": "5.14.0",
2828
"gatsby-transformer-remark": "^6.13.0",
29-
"gatsby-transformer-sharp": "5.13.1",
29+
"gatsby-transformer-sharp": "5.14.0",
3030
"interweave": "^13.0.0",
3131
"polished": "^4.2.2",
3232
"react": "18.3.1",
3333
"react-alternating-timeline": "^2.1.4",
3434
"react-dom": "18.3.1",
35-
"react-intl": "6.6.8",
35+
"react-intl": "6.8.9",
3636
"react-use": "^17.4.0",
3737
"type-fest": "^4.9.0"
3838
},
3939
"devDependencies": {
40-
"@babel/core": "7.25.2",
41-
"@babel/eslint-parser": "7.25.1",
40+
"@babel/core": "7.26.0",
41+
"@babel/eslint-parser": "7.26.5",
4242
"@babel/preset-typescript": "^7.22.5",
4343
"@testing-library/jest-dom": "^6.1.6",
4444
"@testing-library/react": "^14.0.0",
4545
"@types/jest": "^29.5.11",
4646
"@types/mdx": "^2.0.5",
47-
"@types/node": "20.16.5",
48-
"@types/react": "18.3.5",
49-
"@types/react-dom": "18.3.0",
47+
"@types/node": "20.17.14",
48+
"@types/react": "18.3.18",
49+
"@types/react-dom": "18.3.5",
5050
"@typescript-eslint/eslint-plugin": "6.21.0",
5151
"@typescript-eslint/parser": "6.21.0",
5252
"babel-jest": "^29.6.1",
5353
"babel-preset-gatsby": "^3.13.0",
54-
"eslint": "8.57.0",
54+
"eslint": "8.57.1",
5555
"eslint-config-airbnb": "19.0.4",
5656
"eslint-config-airbnb-typescript": "17.1.0",
5757
"eslint-config-prettier": "9.1.0",
58-
"eslint-plugin-import": "2.30.0",
59-
"eslint-plugin-jsx-a11y": "6.10.0",
58+
"eslint-plugin-import": "2.31.0",
59+
"eslint-plugin-jsx-a11y": "6.10.2",
6060
"eslint-plugin-mdx": "^3.1.1",
61-
"eslint-plugin-prettier": "5.2.1",
62-
"eslint-plugin-react": "7.35.2",
61+
"eslint-plugin-prettier": "5.2.3",
62+
"eslint-plugin-react": "7.37.4",
6363
"eslint-plugin-react-hooks": "4.6.2",
6464
"identity-obj-proxy": "^3.0.0",
6565
"jest": "^29.6.1",
6666
"jest-environment-jsdom": "^29.6.1",
67-
"prettier": "3.3.3",
67+
"prettier": "3.4.2",
6868
"svg-sprite": "^2.0.2",
6969
"ts-node": "10.9.2",
70-
"typescript": "5.5.4"
70+
"typescript": "5.7.3"
7171
},
7272
"keywords": [
7373
"gatsby"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.