Skip to content

Commit 578c3af

Browse files
Update all non-major dev-dependencies (#467)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 89c0159 commit 578c3af

2 files changed

Lines changed: 419 additions & 217 deletions

File tree

frontend-demo/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -36,46 +36,46 @@
3636
"yup": "^1.6.1"
3737
},
3838
"devDependencies": {
39-
"@faker-js/faker": "^10.0.0",
40-
"@swc/core": "^1.9.3",
39+
"@faker-js/faker": "^10.1.0",
40+
"@swc/core": "^1.14.0",
4141
"@swc/jest": "^0.2.37",
4242
"@testing-library/dom": "^10.4.0",
4343
"@testing-library/jest-dom": "^6.6.3",
44-
"@testing-library/react": "^16.0.1",
44+
"@testing-library/react": "^16.3.0",
4545
"@testing-library/user-event": "^14.5.2",
4646
"@types/http-proxy": "^1",
4747
"@types/jest": "^29.5.14",
4848
"@types/jest-when": "^3",
49-
"@types/lodash": "^4.17.13",
50-
"@types/node": "^22.0.0",
51-
"@types/react": "^19.0.0",
52-
"@types/react-dom": "^19.0.0",
53-
"@typescript-eslint/eslint-plugin": "^8.13.0",
54-
"@typescript-eslint/typescript-estree": "^8.13.0",
49+
"@types/lodash": "^4.17.20",
50+
"@types/node": "^22.18.13",
51+
"@types/react": "^19.2.2",
52+
"@types/react-dom": "^19.2.2",
53+
"@typescript-eslint/eslint-plugin": "^8.46.2",
54+
"@typescript-eslint/typescript-estree": "^8.46.2",
5555
"eslint": "^8",
5656
"eslint-config-mitodl": "^2.1.0",
57-
"eslint-config-next": "15.5.12",
57+
"eslint-config-next": "15.5.15",
5858
"eslint-config-prettier": "^10.0.0",
5959
"eslint-import-resolver-typescript": "^4.0.0",
6060
"eslint-plugin-import": "^2.29.1",
61-
"eslint-plugin-jest": "^29.0.0",
62-
"eslint-plugin-mdx": "^3.0.0",
61+
"eslint-plugin-jest": "^29.0.1",
62+
"eslint-plugin-mdx": "^3.7.0",
6363
"eslint-plugin-react": "^7.34.3",
6464
"eslint-plugin-react-hooks": "^7.0.0",
6565
"eslint-plugin-styled-components-a11y": "^2.1.35",
66-
"eslint-plugin-testing-library": "^7.0.0",
66+
"eslint-plugin-testing-library": "^7.16.2",
6767
"http-proxy": "^1.18.1",
6868
"jest": "^29.7.0",
6969
"jest-environment-jsdom": "^29.5.0",
7070
"jest-extended": "^7.0.0",
71-
"jest-fail-on-console": "^3.2.0",
71+
"jest-fail-on-console": "^3.3.1",
7272
"jest-watch-typeahead": "^2.2.2",
7373
"jest-when": "^3.6.0",
7474
"next": "^15.0.2",
75-
"prettier": "^3.3.3",
76-
"serve": "^14.2.4",
75+
"prettier": "^3.6.2",
76+
"serve": "^14.2.5",
7777
"ts-node": "^10.9.2",
78-
"type-fest": "^5.0.0",
78+
"type-fest": "^5.5.0",
7979
"typescript": "^5.6.3"
8080
}
8181
}

0 commit comments

Comments
 (0)