Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 9, 2025
1 parent a8628c4 commit e103ee2
Show file tree
Hide file tree
Showing 3 changed files with 260 additions and 243 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.12.0
22.13.1
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"description": "Project Tramsformation blog built with Gatsby.js using Prismic headless CMS",
"author": "David Li",
"dependencies": {
"@ant-design/icons": "5.5.2",
"@ant-design/icons": "5.6.0",
"@loadable/component": "5.16.4",
"@planningcenter/react-trianglify": "1.3.0",
"animated-scroll-to": "2.3.0",
"antd": "5.22.7",
"animated-scroll-to": "2.3.2",
"antd": "5.23.4",
"babel-plugin-styled-components": "2.1.4",
"canvas": "2.11.2",
"gatsby": "^5.13.4",
Expand All @@ -35,26 +35,26 @@
"react-is": "18.3.1",
"react-mailchimp-subscribe": "2.1.3",
"react-visibility-sensor": "5.1.1",
"sass": "1.83.0",
"styled-components": "6.1.13",
"sass": "1.84.0",
"styled-components": "6.1.15",
"to-querystring": "1.2.0",
"trianglify": "4.1.1"
},
"devDependencies": {
"@babel/eslint-parser": "7.25.9",
"@typescript-eslint/eslint-plugin": "8.19.0",
"@typescript-eslint/parser": "8.19.0",
"@babel/eslint-parser": "7.26.5",
"@typescript-eslint/eslint-plugin": "8.23.0",
"@typescript-eslint/parser": "8.23.0",
"eslint": "8.57.1",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-alias": "1.1.2",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.3",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-hooks": "5.1.0",
"prettier": "3.4.2",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"keywords": [
"gatsby"
Expand Down
Loading

0 comments on commit e103ee2

Please sign in to comment.