Skip to content

Commit a418816

Browse files
committedSep 9, 2021
chore(deps): update dependency tsbb to v3.1.5
1 parent 7ee02a3 commit a418816

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"start": "kkt start --app-src ./website",
1111
"css:build": "compile-less -d src -o esm",
1212
"css:watch": "compile-less -d src -o esm --watch",
13-
"css:build:dist": "compile-less -d src --combine w-github-corners.css --rm-global",
13+
"css:build:dist": "compile-less -d src --combine dist.css --rm-global",
1414
"watch": "tsbb watch",
1515
"build": "tsbb build && npm run css:build && npm run css:build:dist"
1616
},
@@ -32,18 +32,18 @@
3232
],
3333
"dependencies": {},
3434
"devDependencies": {
35-
"@types/react": "17.0.19",
35+
"@types/react": "17.0.20",
3636
"@types/react-dom": "17.0.9",
37-
"@uiw/react-markdown-preview": "3.3.0",
38-
"@uiw/react-shields": "1.1.1",
37+
"@uiw/react-markdown-preview": "3.3.1",
38+
"@uiw/react-shields": "1.1.2",
3939
"@uiw/reset.css": "1.0.5",
4040
"@kkt/raw-modules": "6.11.0",
4141
"@kkt/scope-plugin-options": "6.11.0",
42-
"compile-less-cli": "1.8.1",
42+
"compile-less-cli": "1.8.8",
4343
"kkt": "6.11.0",
4444
"react": "17.0.2",
4545
"react-dom": "17.0.2",
46-
"tsbb": "3.0.0"
46+
"tsbb": "3.1.5"
4747
},
4848
"eslintConfig": {
4949
"extends": [

0 commit comments

Comments
 (0)
Please sign in to comment.