Skip to content

Commit b6b8345

Browse files
committed
build: updated deps
1 parent 31a0aa2 commit b6b8345

File tree

3 files changed

+807
-354
lines changed

3 files changed

+807
-354
lines changed

apps/nextjs-beta/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@next/font": "^13.4.19",
12+
"@next/font": "^14.0.3",
1313
"@tsparticles/configs": "^3.0.0-beta.4",
1414
"@tsparticles/engine": "^3.0.0-beta.4",
1515
"@tsparticles/react": "^3.0.0-beta.1",
1616
"@types/node": "^20.9.1",
1717
"@types/react": "^18.2.37",
1818
"@types/react-dom": "^18.2.15",
19-
"eslint": "^8.53.0",
20-
"eslint-config-next": "^13.4.19",
21-
"next": "^13.4.19",
19+
"eslint": "^8.54.0",
20+
"eslint-config-next": "^14.0.3",
21+
"next": "^14.0.3",
2222
"react": "^18.2.0",
2323
"react-dom": "^18.2.0",
2424
"tsparticles": "^3.0.0-beta.4",

apps/nextjs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"@tsparticles/engine": "^3.0.0-beta.4",
1414
"@tsparticles/react": "^3.0.0-beta.1",
1515
"@tsparticles/preset-big-circles": "^3.0.0-beta.4",
16-
"next": "^13.4.19",
16+
"next": "^14.0.3",
1717
"react": "^18.2.0",
1818
"react-dom": "^18.2.0",
1919
"typescript": "^5.2.2"
2020
},
2121
"devDependencies": {
22-
"eslint": "^8.53.0",
23-
"eslint-config-next": "^13.4.19"
22+
"eslint": "^8.54.0",
23+
"eslint-config-next": "^14.0.3"
2424
}
2525
}

0 commit comments

Comments
 (0)