Skip to content

Commit

Permalink
chore(deps): update dependency tsbb to v4 #70
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 7, 2023
1 parent 37873e8 commit 9604496
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
3 changes: 2 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"web-component",
"website"
],
"version": "1.5.15"
"version": "1.5.15",
"useWorkspaces": true
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
"demo": "lerna exec --scope @uiw/github-corners -- npx sgo --fallback demo.html",
"doc": "lerna exec --scope @website/github-corners -- kkt build",
"start": "lerna exec --scope @website/github-corners -- kkt start",
"build": "lerna exec --scope @uiw/react-github-corners -- tsbb build",
"watch": "lerna exec --scope @uiw/react-github-corners -- tsbb watch",
"build:wc": "lerna exec --scope @uiw/github-corners -- tsbb build --disable-babel",
"watch:wc": "lerna exec --scope @uiw/github-corners -- tsbb watch --disable-babel",
"build": "lerna exec --scope @uiw/react-github-corners -- tsbb build \"src/*.tsx\" --use-babel",
"watch": "lerna exec --scope @uiw/react-github-corners -- tsbb watch \"src/*.tsx\" --use-babel",
"build:wc": "lerna exec --scope @uiw/github-corners -- tsbb build",
"watch:wc": "lerna exec --scope @uiw/github-corners -- tsbb watch",
"bundle": "lerna exec --scope @uiw/react-github-corners -- ncc build src/index.tsx --target web --filename github-corners",
"bundle:min": "lerna exec --scope @uiw/react-github-corners -- ncc build src/index.tsx --target web --filename github-corners --minify",
"all": "npm run build && npm run bundle && npm run bundle:min && npm run build:wc",
"version": "lerna version --exact --force-publish --no-push --no-git-tag-version",
"clean": "lerna clean --yes"
},
"devDependencies": {
"@kkt/ncc": "~1.0.13",
"lerna": "~5.4.0",
"tsbb": "~3.7.2"
"@kkt/ncc": "^1.0.15",
"lerna": "^6.6.1",
"tsbb": "^4.1.4"
},
"engines": {
"node": ">=16.0.0"
Expand Down
10 changes: 5 additions & 5 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@kkt/raw-modules": "^7.2.0",
"@kkt/scope-plugin-options": "^7.2.0",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"kkt": "^7.2.0"
"@kkt/raw-modules": "^7.4.9",
"@kkt/scope-plugin-options": "^7.4.9",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"kkt": "^7.4.9"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 9604496

Please sign in to comment.