Skip to content

Commit db57349

Browse files
Upgraded packages.
1 parent 7a59978 commit db57349

File tree

2 files changed

+368
-339
lines changed

2 files changed

+368
-339
lines changed

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -9,49 +9,49 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@fortawesome/fontawesome-svg-core": "^6.7.1",
13-
"@fortawesome/free-brands-svg-icons": "^6.7.0",
14-
"@fortawesome/free-regular-svg-icons": "^6.7.0",
15-
"@fortawesome/free-solid-svg-icons": "^6.7.0",
12+
"@fortawesome/fontawesome-svg-core": "^6.7.2",
13+
"@fortawesome/free-brands-svg-icons": "^6.7.2",
14+
"@fortawesome/free-regular-svg-icons": "^6.7.2",
15+
"@fortawesome/free-solid-svg-icons": "^6.7.2",
1616
"@fortawesome/react-fontawesome": "^0.2.2",
1717
"@prisma/client": "6.3.1",
18-
"@prisma/extension-accelerate": "^1.2.1",
18+
"@prisma/extension-accelerate": "^1.2.2",
1919
"@socialgouv/matomo-next": "^1.9.2",
2020
"animate.css": "^4.1.1",
21-
"axios": "^1.7.7",
21+
"axios": "^1.7.9",
2222
"classnames": "^2.5.1",
2323
"clsx": "^2.1.1",
24-
"firebase-admin": "^13.0.2",
24+
"firebase-admin": "^13.1.0",
2525
"framer-motion": "12.0.0-alpha.1",
26-
"gsap": "^3.12.5",
27-
"next": "^15.0.3",
28-
"next-nprogress-bar": "^2.3.13",
29-
"next-transition-router": "*",
26+
"gsap": "^3.12.7",
27+
"next": "^15.1.7",
28+
"next-nprogress-bar": "^2.4.7",
29+
"next-transition-router": "^0.2.7",
3030
"prop-types": "^15.8.1",
31-
"react": "^19.0.0-rc.1",
32-
"react-dom": "^19.0.0-rc.1",
33-
"react-intersection-observer": "^9.14.0",
31+
"react": "^19.0.0",
32+
"react-dom": "^19.0.0",
33+
"react-intersection-observer": "^9.15.1",
3434
"react-microsoft-clarity": "^1.2.0",
3535
"snoostorm": "^1.5.2",
3636
"snoowrap": "^1.23.0",
37-
"styled-components": "^6.1.13",
38-
"tailwind-merge": "^2.5.2",
37+
"styled-components": "^6.1.15",
38+
"tailwind-merge": "^2.6.0",
3939
"web-push": "^3.6.7"
4040
},
4141
"devDependencies": {
42-
"@types/node": "^20",
42+
"@types/node": "^20.17.19",
4343
"@types/react": "npm:types-react@19.0.0-rc.1",
4444
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
4545
"@types/web-push": "^3.6.4",
4646
"autoprefixer": "^10.4.20",
47-
"eslint": "^8",
48-
"eslint-config-next": "^15.0.3",
49-
"postcss": "^8",
50-
"prettier": "^3.3.3",
51-
"prettier-plugin-tailwindcss": "^0.6.6",
47+
"eslint": "^8.57.1",
48+
"eslint-config-next": "^15.1.7",
49+
"postcss": "^8.5.2",
50+
"prettier": "^3.5.1",
51+
"prettier-plugin-tailwindcss": "^0.6.11",
5252
"prisma": "6.3.1",
53-
"tailwindcss": "^3.4.1",
54-
"typescript": "^5"
53+
"tailwindcss": "^3.4.17",
54+
"typescript": "^5.7.3"
5555
},
5656
"overrides": {
5757
"@types/react": "npm:types-react@19.0.0-rc.1",

0 commit comments

Comments
 (0)