Skip to content

Commit

Permalink
chore(deps): update dependency tsbb to v4 #48
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 7, 2023
1 parent fff58c1 commit 6a5253e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"prepare": "npm run build",
"doc": "kkt build --app-src ./website",
"start": "kkt start --app-src ./website",
"watch": "tsbb watch",
"build": "tsbb build"
"watch": "tsbb watch src/*.tsx --use-babel",
"build": "tsbb build src/*.tsx --use-babel"
},
"repository": {
"type": "git",
Expand All @@ -34,17 +34,17 @@
"@babel/runtime": ">=7.10.0"
},
"devDependencies": {
"@kkt/less-modules": "~7.1.1",
"@kkt/raw-modules": "~7.1.1",
"@kkt/scope-plugin-options": "~7.1.1",
"@kkt/less-modules": "^7.4.9",
"@kkt/raw-modules": "^7.4.9",
"@kkt/scope-plugin-options": "^7.4.9",
"@types/react": "~17.0.39",
"@types/react-dom": "~17.0.13",
"@uiw/react-github-corners": "~1.5.3",
"@uiw/react-markdown-preview": "~3.5.1",
"react": "~17.0.2",
"react-dom": "~17.0.2",
"kkt": "~7.1.5",
"tsbb": "~3.7.2"
"tsbb": "^4.1.4"
},
"dependencies": {
"@stackblitz/sdk": "~1.6.0"
Expand Down
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@
"resolveJsonModule": true,
"isolatedModules": true,
"declaration": true,
"baseUrl": "./website",
"baseUrl": ".",
"outDir": "cjs",
"jsx": "react-jsx",
"noFallthroughCasesInSwitch": true,
"noEmit": true
},
"include": [
"website"
"src"
]
}

0 comments on commit 6a5253e

Please sign in to comment.