Skip to content

Commit

Permalink
chore(deps): update dependency tsbb to v4 #51
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 9, 2023
1 parent e8e53c8 commit f255e5f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 18 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"released": "npm run build && npm run doc",
"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"
},
"homepage": "https://uiwjs.github.io/react-shields",
"repository": {
Expand All @@ -31,18 +31,18 @@
},
"dependencies": {},
"devDependencies": {
"@kkt/less-modules": "~7.1.1",
"@kkt/raw-modules": "~7.1.1",
"@kkt/scope-plugin-options": "~7.1.1",
"@types/react": "~18.0.0",
"@types/react-dom": "~18.0.0",
"@uiw/react-github-corners": "~1.5.14",
"@uiw/react-markdown-preview": "~4.0.5",
"@wcj/dark-mode": "~1.0.14",
"kkt": "~7.1.5",
"react": "~18.0.0",
"react-dom": "~18.0.0",
"tsbb": "~3.7.2"
"@kkt/less-modules": "^7.4.9",
"@kkt/raw-modules": "^7.4.9",
"@kkt/scope-plugin-options": "^7.4.9",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@uiw/react-github-corners": "^1.5.15",
"@uiw/react-markdown-preview": "^4.1.10",
"@wcj/dark-mode": "^1.0.15",
"kkt": "^7.4.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tsbb": "^4.1.5"
},
"eslintConfig": {
"extends": [
Expand Down
6 changes: 2 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,12 @@
"resolveJsonModule": true,
"isolatedModules": true,
"declaration": true,
"baseUrl": "website",
"jsx": "react-jsx",
"outDir": "cjs",
"noFallthroughCasesInSwitch": true,
"noEmit": true
},
"include": [
"website",
"src",
".kktrc.ts"
"src"
]
}

0 comments on commit f255e5f

Please sign in to comment.