Skip to content

Commit f8b7c6c

Browse files
fix(deps): update types
1 parent b6070b8 commit f8b7c6c

6 files changed

Lines changed: 512 additions & 1047 deletions

File tree

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@freecodecamp/eslint-config": "workspace:*",
4545
"@freecodecamp/shared": "workspace:*",
4646
"@total-typescript/ts-reset": "0.6.1",
47-
"@types/jsonwebtoken": "9.0.5",
47+
"@types/jsonwebtoken": "9.0.10",
4848
"@types/lodash-es": "^4.17.12",
4949
"@types/node": "^24.10.8",
5050
"@types/nodemailer": "6.4.23",

client/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -147,19 +147,19 @@
147147
"@total-typescript/ts-reset": "^0.5.0",
148148
"@types/canvas-confetti": "^1.6.0",
149149
"@types/gatsbyjs__reach-router": "1.3.0",
150-
"@types/js-yaml": "4.0.5",
151-
"@types/loadable__component": "5.13.8",
150+
"@types/js-yaml": "4.0.9",
151+
"@types/loadable__component": "5.13.10",
152152
"@types/lodash-es": "^4.17.6",
153153
"@types/prismjs": "^1.26.0",
154-
"@types/react": "18.2.79",
155-
"@types/react-dom": "18.2.25",
156-
"@types/react-gtm-module": "2.0.3",
154+
"@types/react": "18.3.28",
155+
"@types/react-dom": "18.3.7",
156+
"@types/react-gtm-module": "2.0.4",
157157
"@types/react-helmet": "6.1.11",
158-
"@types/react-redux": "7.1.33",
158+
"@types/react-redux": "7.1.34",
159159
"@types/react-scroll": "1.8.10",
160160
"@types/react-spinkit": "3.0.10",
161161
"@types/react-test-renderer": "16.9.12",
162-
"@types/react-transition-group": "4.4.10",
162+
"@types/react-transition-group": "4.4.12",
163163
"@types/redux-actions": "2.6.5",
164164
"@types/sanitize-html": "^2.8.0",
165165
"@types/store": "^2.0.2",

curriculum/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
"@freecodecamp/eslint-config": "workspace:*",
6363
"@freecodecamp/shared": "workspace:*",
6464
"@total-typescript/ts-reset": "0.6.1",
65-
"@types/debug": "4.1.12",
66-
"@types/js-yaml": "4.0.5",
67-
"@types/polka": "0.5.7",
65+
"@types/debug": "4.1.13",
66+
"@types/js-yaml": "4.0.9",
67+
"@types/polka": "0.5.8",
6868
"@typescript/vfs-1.6.1": "npm:@typescript/vfs@1.6.4",
6969
"@vitest/ui": "4.0.15",
7070
"eslint": "9.39.1",
@@ -84,6 +84,6 @@
8484
"vitest": "4.0.15"
8585
},
8686
"dependencies": {
87-
"@types/node": "24.10.8"
87+
"@types/node": "24.12.2"
8888
}
8989
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"@playwright/test": "^1.47.1",
8383
"@testing-library/dom": "10.4.1",
8484
"@testing-library/jest-dom": "6.9.1",
85-
"@types/lodash": "4.14.202",
85+
"@types/lodash": "4.17.24",
8686
"@types/node": "^24.10.8",
8787
"debug": "4.4.3",
8888
"globals": "^15.14.0",

packages/challenge-linter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"devDependencies": {
3333
"@freecodecamp/eslint-config": "workspace:*",
34-
"@types/js-yaml": "4.0.5",
34+
"@types/js-yaml": "4.0.9",
3535
"@types/yargs": "17.0.35",
3636
"@vitest/ui": "3.2.4",
3737
"eslint": "9.39.1",

0 commit comments

Comments
 (0)