Skip to content

Commit cda3603

Browse files
ShaMan123github-actions[bot]asturur
authored
ci(sandbox): bump next.js (#9100)
* ci(): upgrade next * update CHANGELOG.md * update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Andrea Bogazzi <[email protected]>
1 parent 8b8d309 commit cda3603

File tree

5 files changed

+3
-54
lines changed

5 files changed

+3
-54
lines changed

.codesandbox/templates/next/dev.mjs

Lines changed: 0 additions & 19 deletions
This file was deleted.

.codesandbox/templates/next/nodemon.config.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.codesandbox/templates/next/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "fabric-nextjs-sandbox",
33
"version": "1.0.0",
44
"scripts": {
5-
"dev": "open-cli http://localhost:3000/ && node dev.mjs 3000",
5+
"dev": "open-cli http://localhost:3000/ && next dev",
66
"build": "next build",
77
"start": "next start",
88
"type-check": "tsc"
99
},
1010
"dependencies": {
1111
"bootstrap": "^5.2.3",
1212
"fabric": "file:../../..",
13-
"next": "^13.1.6",
13+
"next": "^13.4.10",
1414
"react": "^18.2.0",
1515
"react-bootstrap": "^2.7.0",
1616
"react-dom": "^18.2.0"
@@ -19,7 +19,6 @@
1919
"@types/node": "^12.7.8",
2020
"@types/react": "^18.0.17",
2121
"@types/react-dom": "^18.0.6",
22-
"nodemon": "^2.0.19",
2322
"open-cli": "^7.0.1",
2423
"typescript": "^4.7.4"
2524
},

.codesandbox/templates/next/server.js

Lines changed: 0 additions & 28 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## [next]
44

5+
- ci(sandbox): bump next.js [#9100](https://github.com/fabricjs/fabric.js/pull/9100)
56
- test(playwright): add snapshots, refactor utils, coverage [#9078](https://github.com/fabricjs/fabric.js/pull/9078)
67
- chore(TS) Add type-checking to files excluded with ts-nocheck ( Parser mostly ) [#9085](https://github.com/fabricjs/fabric.js/pull/9085)
78
- test(Text): Add some tests for text in Jest [#9083](https://github.com/fabricjs/fabric.js/pull/9083)

0 commit comments

Comments
 (0)