Skip to content

Commit adb383e

Browse files
fix(deps): update all non-major dependencies
1 parent 13fef7e commit adb383e

File tree

6 files changed

+3725
-2857
lines changed

6 files changed

+3725
-2857
lines changed

.github/workflows/nextjs_bundle_analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up node
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: "18.16.x"
22+
node-version: "18.20.x"
2323
- name: Get yarn cache directory path
2424
id: yarn-cache-dir-path
2525
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.11.1
1+
20.19.6

.yarn/releases/yarn-3.8.1.cjs renamed to .yarn/releases/yarn-3.8.7.cjs

Lines changed: 180 additions & 180 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ plugins:
44
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
55
spec: "@yarnpkg/plugin-interactive-tools"
66

7-
yarnPath: .yarn/releases/yarn-3.8.1.cjs
7+
yarnPath: .yarn/releases/yarn-3.8.7.cjs

package.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2,54 +2,54 @@
22
"name": "portfolio",
33
"version": "5.0.0",
44
"dependencies": {
5-
"@babel/core": "7.24.3",
6-
"@emotion/babel-plugin": "11.11.0",
7-
"@emotion/babel-preset-css-prop": "11.11.0",
5+
"@babel/core": "7.28.5",
6+
"@emotion/babel-plugin": "11.13.5",
7+
"@emotion/babel-preset-css-prop": "11.12.0",
88
"@mdx-js/loader": "2.3.0",
99
"@mdx-js/react": "2.3.0",
10-
"@next/eslint-plugin-next": "13.5.6",
11-
"@next/mdx": "13.5.6",
12-
"@percy/cli": "1.28.2",
13-
"@percy/cypress": "3.1.2",
10+
"@next/eslint-plugin-next": "13.5.11",
11+
"@next/mdx": "13.5.11",
12+
"@percy/cli": "1.31.4",
13+
"@percy/cypress": "3.1.7",
1414
"@sitaggart/eslint-config-ts": "0.7.0",
1515
"@sitaggart/prettier-config": "0.3.25",
16-
"@twilio-paste/core": "20.11.0",
17-
"@twilio-paste/icons": "12.4.0",
16+
"@twilio-paste/core": "20.23.0",
17+
"@twilio-paste/icons": "12.9.0",
1818
"@types/lodash.reverse": "4.0.9",
1919
"@types/lodash.sortby": "4.7.9",
20-
"@types/node": "20.11.30",
21-
"@types/react": "18.2.69",
22-
"@types/react-dom": "18.2.22",
20+
"@types/node": "20.19.25",
21+
"@types/react": "18.3.27",
22+
"@types/react-dom": "18.3.7",
2323
"babel-plugin-import-glob-array": "0.2.0",
2424
"babel-plugin-inline-react-svg": "2.0.2",
25-
"cypress": "13.7.1",
26-
"eslint": "8.57.0",
27-
"eslint-config-next": "13.5.6",
28-
"eslint-formatter-codeframe": "7.32.1",
25+
"cypress": "13.17.0",
26+
"eslint": "8.57.1",
27+
"eslint-config-next": "13.5.11",
28+
"eslint-formatter-codeframe": "7.32.2",
2929
"husky": "8.0.3",
3030
"isomorphic-unfetch": "4.0.2",
3131
"jest": "29.7.0",
3232
"lodash.reverse": "4.0.1",
3333
"lodash.sortby": "4.7.0",
3434
"mdx-prism": "0.3.4",
35-
"netlify-cli": "17.20.1",
35+
"netlify-cli": "17.38.1",
3636
"next": "13.5.6",
37-
"next-seo": "6.5.0",
37+
"next-seo": "6.8.0",
3838
"precise-commits": "1.0.2",
39-
"prettier": "3.2.5",
39+
"prettier": "3.7.4",
4040
"prismjs": "1.29.0",
4141
"prop-types": "15.8.1",
42-
"react": "18.2.0",
43-
"react-dom": "18.2.0",
44-
"react-uid": "2.3.3",
45-
"rehype": "13.0.1",
42+
"react": "18.3.1",
43+
"react-dom": "18.3.1",
44+
"react-uid": "2.4.0",
45+
"rehype": "13.0.2",
4646
"remark-gfm": "3.0.1",
47-
"start-server-and-test": "2.0.3",
48-
"swr": "2.2.5",
49-
"typescript": "5.4.3"
47+
"start-server-and-test": "2.1.3",
48+
"swr": "2.3.7",
49+
"typescript": "5.9.3"
5050
},
5151
"resolutions": {
52-
"@types/react": "18.2.69"
52+
"@types/react": "18.3.27"
5353
},
5454
"homepage": "https://www.simontaggart.com",
5555
"license": "MIT",
@@ -80,7 +80,7 @@
8080
"browserslist": [
8181
"defaults"
8282
],
83-
"packageManager": "[email protected].1",
83+
"packageManager": "[email protected].7",
8484
"nextBundleAnalysis": {
8585
"budget": 358400,
8686
"budgetPercentIncreaseRed": 20,

0 commit comments

Comments
 (0)