Skip to content

Commit

Permalink
fix broken build SyntaxError: Unexpected token '}' (#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed Aug 30, 2022
1 parent ca960f7 commit 568282e
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 56 deletions.
5 changes: 5 additions & 0 deletions .changeset/cool-ghosts-complain.md
@@ -0,0 +1,5 @@
---
'nextra': patch
---

fix broken build `SyntaxError: Unexpected token '}'`
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -27,6 +27,7 @@
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"rimraf": "^3.0.2",
"tsup": "^6.2.3",
"turbo": "^1.4.2",
"typescript": "^4.7.4"
},
Expand Down
1 change: 0 additions & 1 deletion packages/nextra-theme-blog/package.json
Expand Up @@ -78,7 +78,6 @@
"react-cusdis": "^2.1.3",
"react-dom": "^18.2.0",
"tailwindcss": "^3.1.8",
"tsup": "^6.2.1",
"vitest": "^0.21.0"
},
"prettier": {
Expand Down
1 change: 0 additions & 1 deletion packages/nextra-theme-docs/package.json
Expand Up @@ -81,7 +81,6 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.1.8",
"tsup": "^6.2.1",
"vitest": "^0.21.0"
},
"prettier": {
Expand Down
1 change: 0 additions & 1 deletion packages/nextra/package.json
Expand Up @@ -115,7 +115,6 @@
"next": "^12.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tsup": "^6.2.1",
"vitest": "^0.21.0"
}
}
1 change: 0 additions & 1 deletion packages/nextra/tsup.config.ts
Expand Up @@ -37,7 +37,6 @@ export default defineConfig([
format: 'esm',
dts: true,
target,
clean: true
},
{
entry: ['src/types.ts'],
Expand Down
69 changes: 17 additions & 52 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 568282e

Please sign in to comment.