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] committed Mar 25, 2024
1 parent 5cf6792 commit 13fef7e
Show file tree
Hide file tree
Showing 2 changed files with 203 additions and 101 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "portfolio",
"version": "5.0.0",
"dependencies": {
"@babel/core": "7.24.0",
"@babel/core": "7.24.3",
"@emotion/babel-plugin": "11.11.0",
"@emotion/babel-preset-css-prop": "11.11.0",
"@mdx-js/loader": "2.3.0",
Expand All @@ -17,12 +17,12 @@
"@twilio-paste/icons": "12.4.0",
"@types/lodash.reverse": "4.0.9",
"@types/lodash.sortby": "4.7.9",
"@types/node": "20.11.29",
"@types/react": "18.2.67",
"@types/node": "20.11.30",
"@types/react": "18.2.69",
"@types/react-dom": "18.2.22",
"babel-plugin-import-glob-array": "0.2.0",
"babel-plugin-inline-react-svg": "2.0.2",
"cypress": "13.7.0",
"cypress": "13.7.1",
"eslint": "8.57.0",
"eslint-config-next": "13.5.6",
"eslint-formatter-codeframe": "7.32.1",
Expand All @@ -32,7 +32,7 @@
"lodash.reverse": "4.0.1",
"lodash.sortby": "4.7.0",
"mdx-prism": "0.3.4",
"netlify-cli": "17.19.5",
"netlify-cli": "17.20.1",
"next": "13.5.6",
"next-seo": "6.5.0",
"precise-commits": "1.0.2",
Expand All @@ -46,10 +46,10 @@
"remark-gfm": "3.0.1",
"start-server-and-test": "2.0.3",
"swr": "2.2.5",
"typescript": "5.4.2"
"typescript": "5.4.3"
},
"resolutions": {
"@types/react": "18.2.67"
"@types/react": "18.2.69"
},
"homepage": "https://www.simontaggart.com",
"license": "MIT",
Expand Down
Loading

0 comments on commit 13fef7e

Please sign in to comment.