Skip to content

Commit 2247778

Browse files
committed
chore: fix netlify deployment
1 parent 9b73e5c commit 2247778

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/nextjs-starter/.babelrc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"presets": ["next/babel"]
3-
}
4-
2+
"presets": ["next/babel"]
3+
}

examples/nextjs-starter/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"@types/react": "^18.0.15",
4343
"@uniformdev/cli": "^19.61.1",
4444
"npm-run-all": "^4.1.5",
45+
"styled-jsx": "^5.1.2",
4546
"typescript": "^5.1.3"
4647
},
4748
"stackblitz": {

0 commit comments

Comments
 (0)