Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions .codesandbox/templates/next/dev.mjs

This file was deleted.

4 changes: 0 additions & 4 deletions .codesandbox/templates/next/nodemon.config.json

This file was deleted.

5 changes: 2 additions & 3 deletions .codesandbox/templates/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"name": "fabric-nextjs-sandbox",
"version": "1.0.0",
"scripts": {
"dev": "open-cli http://localhost:3000/ && node dev.mjs 3000",
"dev": "open-cli http://localhost:3000/ && next dev",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"bootstrap": "^5.2.3",
"fabric": "file:../../..",
"next": "^13.1.6",
"next": "^13.4.10",
"react": "^18.2.0",
"react-bootstrap": "^2.7.0",
"react-dom": "^18.2.0"
Expand All @@ -19,7 +19,6 @@
"@types/node": "^12.7.8",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"nodemon": "^2.0.19",
"open-cli": "^7.0.1",
"typescript": "^4.7.4"
},
Expand Down
28 changes: 0 additions & 28 deletions .codesandbox/templates/next/server.js

This file was deleted.

1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## [next]

- ci(sandbox): bump next.js [#9100](https://github.com/fabricjs/fabric.js/pull/9100)
- chore(TS) Add type-checking to files excluded with ts-nocheck ( Parser mostly ) [#9085](https://github.com/fabricjs/fabric.js/pull/9085)
- test(Text): Add some tests for text in Jest [#9083](https://github.com/fabricjs/fabric.js/pull/9083)
- ci(): Install system deps only when necessary [#9086](https://github.com/fabricjs/fabric.js/pull/9086)
Expand Down