Skip to content

Commit

Permalink
chore(deps): update dependency tsbb to v4 #481
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 3, 2023
1 parent ff629d7 commit 83f1d1f
Show file tree
Hide file tree
Showing 37 changed files with 72 additions and 71 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,5 +1,6 @@
build
dist
lib
cjs
esm
node_modules
Expand Down
4 changes: 2 additions & 2 deletions core/package.json
Expand Up @@ -11,8 +11,8 @@
"bundle": "ncc build src/index.tsx --target web --filename mdeditor && npm run bundle:min",
"bundle:watch": "ncc watch src/index.tsx --target web --filename mdeditor",
"bundle:min": "ncc build src/index.tsx --target web --filename mdeditor --minify",
"watch": "tsbb watch",
"build": "tsbb build",
"watch": "tsbb watch src/*.tsx --use-babel",
"build": "tsbb build src/*.tsx --use-babel",
"test": "tsbb test --env=jsdom",
"coverage": "tsbb test --env=jsdom --coverage --bail"
},
Expand Down
4 changes: 2 additions & 2 deletions extensions/basic-setup/package.json
Expand Up @@ -8,8 +8,8 @@
"main": "./cjs/index.js",
"module": "./esm/index.js",
"scripts": {
"watch": "tsbb watch",
"build": "tsbb build"
"watch": "tsbb watch src/*.ts --use-babel",
"build": "tsbb build src/*.ts --use-babel"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions extensions/classname/package.json
Expand Up @@ -8,8 +8,8 @@
"main": "./cjs/index.js",
"module": "./esm/index.js",
"scripts": {
"watch": "tsbb watch",
"build": "tsbb build"
"watch": "tsbb watch src/*.ts --use-babel",
"build": "tsbb build src/*.ts --use-babel"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions extensions/color/package.json
Expand Up @@ -8,8 +8,8 @@
"main": "./cjs/index.js",
"module": "./esm/index.js",
"scripts": {
"watch": "tsbb watch",
"build": "tsbb build"
"watch": "tsbb watch src/*.ts --use-babel",
"build": "tsbb build src/*.ts --use-babel"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions extensions/events/package.json
Expand Up @@ -8,8 +8,8 @@
"main": "./cjs/index.js",
"module": "./esm/index.js",
"scripts": {
"watch": "tsbb watch",
"build": "tsbb build"
"watch": "tsbb watch src/*.ts --use-babel",
"build": "tsbb build src/*.ts --use-babel"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions extensions/hyper-link/package.json
Expand Up @@ -8,8 +8,8 @@
"main": "./cjs/index.js",
"module": "./esm/index.js",
"scripts": {
"watch": "tsbb watch",
"build": "tsbb build"
"watch": "tsbb watch src/*.ts --use-babel",
"build": "tsbb build src/*.ts --use-babel"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions extensions/langs/package.json
Expand Up @@ -8,8 +8,8 @@
"main": "./cjs/index.js",
"module": "./esm/index.js",
"scripts": {
"watch": "tsbb watch",
"build": "tsbb build"
"watch": "tsbb watch src/*.ts --use-babel",
"build": "tsbb build src/*.ts --use-babel"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions extensions/line-numbers-relative/package.json
Expand Up @@ -8,8 +8,8 @@
"main": "./cjs/index.js",
"module": "./esm/index.js",
"scripts": {
"watch": "tsbb watch",
"build": "tsbb build"
"watch": "tsbb watch src/*.ts --use-babel",
"build": "tsbb build src/*.ts --use-babel"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions extensions/mentions/package.json
Expand Up @@ -8,8 +8,8 @@
"main": "./cjs/index.js",
"module": "./esm/index.js",
"scripts": {
"watch": "tsbb watch",
"build": "tsbb build"
"watch": "tsbb watch src/*.ts --use-babel",
"build": "tsbb build src/*.ts --use-babel"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions extensions/zebra-stripes/package.json
Expand Up @@ -8,8 +8,8 @@
"main": "./cjs/index.js",
"module": "./esm/index.js",
"scripts": {
"watch": "tsbb watch",
"build": "tsbb build"
"watch": "tsbb watch src/*.ts --use-babel",
"build": "tsbb build src/*.ts --use-babel"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -33,6 +33,6 @@
"lint-staged": "~13.2.0",
"prettier": "~2.8.0",
"react-test-renderer": "~18.2.0",
"tsbb": "~3.7.0"
"tsbb": "^4.1.1"
}
}
4 changes: 2 additions & 2 deletions themes/abcdef/package.json
Expand Up @@ -8,8 +8,8 @@
"main": "./cjs/index.js",
"module": "./esm/index.js",
"scripts": {
"watch": "tsbb watch",
"build": "tsbb build"
"watch": "tsbb watch src/*.ts --use-babel",
"build": "tsbb build src/*.ts --use-babel"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions themes/all/package.json
Expand Up @@ -8,8 +8,8 @@
"main": "./cjs/index.js",
"module": "./esm/index.js",
"scripts": {
"watch": "tsbb watch",
"build": "tsbb build"
"watch": "tsbb watch src/*.ts --use-babel",
"build": "tsbb build src/*.ts --use-babel"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions themes/androidstudio/package.json
Expand Up @@ -8,8 +8,8 @@
"main": "./cjs/index.js",
"module": "./esm/index.js",
"scripts": {
"watch": "tsbb watch",
"build": "tsbb build"
"watch": "tsbb watch src/*.ts --use-babel",
"build": "tsbb build src/*.ts --use-babel"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions themes/atomone/package.json
Expand Up @@ -8,8 +8,8 @@
"main": "./cjs/index.js",
"module": "./esm/index.js",
"scripts": {
"watch": "tsbb watch",
"build": "tsbb build"
"watch": "tsbb watch src/*.ts --use-babel",
"build": "tsbb build src/*.ts --use-babel"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions themes/aura/package.json
Expand Up @@ -8,8 +8,8 @@
"main": "./cjs/index.js",
"module": "./esm/index.js",
"scripts": {
"watch": "tsbb watch",
"build": "tsbb build"
"watch": "tsbb watch src/*.ts --use-babel",
"build": "tsbb build src/*.ts --use-babel"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions themes/bbedit/package.json
Expand Up @@ -8,8 +8,8 @@
"main": "./cjs/index.js",
"module": "./esm/index.js",
"scripts": {
"watch": "tsbb watch",
"build": "tsbb build"
"watch": "tsbb watch src/*.ts --use-babel",
"build": "tsbb build src/*.ts --use-babel"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions themes/bespin/package.json
Expand Up @@ -8,8 +8,8 @@
"main": "./cjs/index.js",
"module": "./esm/index.js",
"scripts": {
"watch": "tsbb watch",
"build": "tsbb build"
"watch": "tsbb watch src/*.ts --use-babel",
"build": "tsbb build src/*.ts --use-babel"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions themes/darcula/package.json
Expand Up @@ -8,8 +8,8 @@
"main": "./cjs/index.js",
"module": "./esm/index.js",
"scripts": {
"watch": "tsbb watch",
"build": "tsbb build"
"watch": "tsbb watch src/*.ts --use-babel",
"build": "tsbb build src/*.ts --use-babel"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions themes/dracula/package.json
Expand Up @@ -8,8 +8,8 @@
"main": "./cjs/index.js",
"module": "./esm/index.js",
"scripts": {
"watch": "tsbb watch",
"build": "tsbb build"
"watch": "tsbb watch src/*.ts --use-babel",
"build": "tsbb build src/*.ts --use-babel"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions themes/duotone/package.json
Expand Up @@ -8,8 +8,8 @@
"main": "./cjs/index.js",
"module": "./esm/index.js",
"scripts": {
"watch": "tsbb watch",
"build": "tsbb build"
"watch": "tsbb watch src/*.ts --use-babel",
"build": "tsbb build src/*.ts --use-babel"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions themes/eclipse/package.json
Expand Up @@ -8,8 +8,8 @@
"main": "./cjs/index.js",
"module": "./esm/index.js",
"scripts": {
"watch": "tsbb watch",
"build": "tsbb build"
"watch": "tsbb watch src/*.ts --use-babel",
"build": "tsbb build src/*.ts --use-babel"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions themes/github/package.json
Expand Up @@ -8,8 +8,8 @@
"main": "./cjs/index.js",
"module": "./esm/index.js",
"scripts": {
"watch": "tsbb watch",
"build": "tsbb build"
"watch": "tsbb watch src/*.ts --use-babel",
"build": "tsbb build src/*.ts --use-babel"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions themes/gruvbox/package.json
Expand Up @@ -8,8 +8,8 @@
"main": "./cjs/index.js",
"module": "./esm/index.js",
"scripts": {
"watch": "tsbb watch",
"build": "tsbb build"
"watch": "tsbb watch src/*.ts --use-babel",
"build": "tsbb build src/*.ts --use-babel"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions themes/material/package.json
Expand Up @@ -8,8 +8,8 @@
"main": "./cjs/index.js",
"module": "./esm/index.js",
"scripts": {
"watch": "tsbb watch",
"build": "tsbb build"
"watch": "tsbb watch src/*.ts --use-babel",
"build": "tsbb build src/*.ts --use-babel"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions themes/noctis-lilac/package.json
Expand Up @@ -8,8 +8,8 @@
"main": "./cjs/index.js",
"module": "./esm/index.js",
"scripts": {
"watch": "tsbb watch",
"build": "tsbb build"
"watch": "tsbb watch src/*.ts --use-babel",
"build": "tsbb build src/*.ts --use-babel"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions themes/nord/package.json
Expand Up @@ -8,8 +8,8 @@
"main": "./cjs/index.js",
"module": "./esm/index.js",
"scripts": {
"watch": "tsbb watch",
"build": "tsbb build"
"watch": "tsbb watch src/*.ts --use-babel",
"build": "tsbb build src/*.ts --use-babel"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions themes/okaidia/package.json
Expand Up @@ -8,8 +8,8 @@
"main": "./cjs/index.js",
"module": "./esm/index.js",
"scripts": {
"watch": "tsbb watch",
"build": "tsbb build"
"watch": "tsbb watch src/*.ts --use-babel",
"build": "tsbb build src/*.ts --use-babel"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions themes/solarized/package.json
Expand Up @@ -8,8 +8,8 @@
"main": "./cjs/index.js",
"module": "./esm/index.js",
"scripts": {
"watch": "tsbb watch",
"build": "tsbb build"
"watch": "tsbb watch src/*.ts --use-babel",
"build": "tsbb build src/*.ts --use-babel"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions themes/sublime/package.json
Expand Up @@ -8,8 +8,8 @@
"main": "./cjs/index.js",
"module": "./esm/index.js",
"scripts": {
"watch": "tsbb watch",
"build": "tsbb build"
"watch": "tsbb watch src/*.ts --use-babel",
"build": "tsbb build src/*.ts --use-babel"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions themes/theme/package.json
Expand Up @@ -8,8 +8,8 @@
"main": "./cjs/index.js",
"module": "./esm/index.js",
"scripts": {
"watch": "tsbb watch",
"build": "tsbb build"
"watch": "tsbb watch src/*.tsx --use-babel",
"build": "tsbb build src/*.tsx --use-babel"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions themes/tokyo-night-day/package.json
Expand Up @@ -8,8 +8,8 @@
"main": "./cjs/index.js",
"module": "./esm/index.js",
"scripts": {
"watch": "tsbb watch",
"build": "tsbb build"
"watch": "tsbb watch src/*.ts --use-babel",
"build": "tsbb build src/*.ts --use-babel"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions themes/tokyo-night-storm/package.json
Expand Up @@ -8,8 +8,8 @@
"main": "./cjs/index.js",
"module": "./esm/index.js",
"scripts": {
"watch": "tsbb watch",
"build": "tsbb build"
"watch": "tsbb watch src/*.ts --use-babel",
"build": "tsbb build src/*.ts --use-babel"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions themes/tokyo-night/package.json
Expand Up @@ -8,8 +8,8 @@
"main": "./cjs/index.js",
"module": "./esm/index.js",
"scripts": {
"watch": "tsbb watch",
"build": "tsbb build"
"watch": "tsbb watch src/*.ts --use-babel",
"build": "tsbb build src/*.ts --use-babel"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions themes/vscode/package.json
Expand Up @@ -8,8 +8,8 @@
"main": "./cjs/index.js",
"module": "./esm/index.js",
"scripts": {
"watch": "tsbb watch",
"build": "tsbb build"
"watch": "tsbb watch src/*.ts --use-babel",
"build": "tsbb build src/*.ts --use-babel"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions themes/xcode/package.json
Expand Up @@ -8,8 +8,8 @@
"main": "./cjs/index.js",
"module": "./esm/index.js",
"scripts": {
"watch": "tsbb watch",
"build": "tsbb build"
"watch": "tsbb watch src/*.ts --use-babel",
"build": "tsbb build src/*.ts --use-babel"
},
"repository": {
"type": "git",
Expand Down

1 comment on commit 83f1d1f

@jaywcjlove
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.