Skip to content

Commit

Permalink
chore(deps): update dependency tsbb to v4 #16
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 29, 2023
1 parent b6b325c commit 222b185
Show file tree
Hide file tree
Showing 77 changed files with 86 additions and 85 deletions.
4 changes: 2 additions & 2 deletions core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,12 @@ Example:
"module": "./esm/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"build": "tsbb build --no-source-maps",
"build": "tsbb build src/*.tsx --useBabel",
"start": "icongo --prefix BS --source data/icons -o ./src"
},
"devDependencies": {
"icongo": "*",
"tsbb": "^3.7.6"
"tsbb": "^4.0.2"
}
}
```
Expand Down
4 changes: 2 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"url": "https://github.com/jaywcjlove/icongo.git"
},
"scripts": {
"watch": "tsbb watch --disable-babel -f src/cli.ts",
"build": "tsbb build --disable-babel -f src/cli.ts"
"watch": "tsbb watch",
"build": "tsbb build"
},
"engines": {
"node": "^14.13.1 || >=16.0.0"
Expand Down
2 changes: 1 addition & 1 deletion icons/ad/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/ad/*.svg' svg --flat",
"build": "npm run cpy && npm run svg && tsbb build --no-source-maps",
"build": "npm run cpy && npm run svg && tsbb build src/*.tsx --useBabel",
"start": "npm run build",
"svg": "icongo --prefix AD --source svg -o ./src"
},
Expand Down
2 changes: 1 addition & 1 deletion icons/ae/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/ae/*.svg' svg --flat",
"build": "npm run cpy && npm run svg && tsbb build --no-source-maps",
"build": "npm run cpy && npm run svg && tsbb build src/*.tsx --useBabel",
"start": "npm run build",
"svg": "icongo --prefix AE --source svg -o ./src"
},
Expand Down
2 changes: 1 addition & 1 deletion icons/bi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/bi/*.svg' svg --flat",
"build": "npm run cpy && npm run svg && tsbb build --no-source-maps",
"build": "npm run cpy && npm run svg && tsbb build src/*.tsx --useBabel",
"start": "npm run build",
"svg": "icongo --prefix BI --source svg -o ./src"
},
Expand Down
2 changes: 1 addition & 1 deletion icons/bl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/bl/*.svg' svg --flat",
"build": "npm run cpy && npm run svg && tsbb build --no-source-maps",
"build": "npm run cpy && npm run svg && tsbb build src/*.tsx --useBabel",
"start": "npm run build",
"svg": "icongo --prefix BL --source svg -o ./src -r='{\"jnbank-rect\":\"BLJnbankRect1\",\"jnbank\":\"BLJnbank1\"}'"
},
Expand Down
2 changes: 1 addition & 1 deletion icons/br/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/br/*.svg' svg --flat",
"build": "npm run cpy && npm run svg && tsbb build --no-source-maps",
"build": "npm run cpy && npm run svg && tsbb build src/*.tsx --useBabel",
"start": "npm run build",
"svg": "icongo --prefix BR --source svg -o ./src"
},
Expand Down
2 changes: 1 addition & 1 deletion icons/bs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/bs/*.svg' svg --flat",
"build": "npm run cpy && icongo --prefix BS --source svg -o ./src && tsbb build --no-source-maps",
"build": "npm run cpy && icongo --prefix BS --source svg -o ./src && tsbb build src/*.tsx --useBabel",
"start": "npm run build"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion icons/bts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/bts/*.svg' svg --flat",
"build": "npm run cpy && icongo --prefix BTS --source svg -o ./src && tsbb build --no-source-maps",
"build": "npm run cpy && icongo --prefix BTS --source svg -o ./src && tsbb build src/*.tsx --useBabel",
"start": "npm run build"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion icons/cb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"scripts": {
"cpy": "cpy '../../www/public/icons/cb/*.svg' svg --flat",
"icongo": "icongo --prefix CB --source svg -o ./src",
"build": "npm run cpy && npm run icongo && tsbb build --no-source-maps",
"build": "npm run cpy && npm run icongo && tsbb build src/*.tsx --useBabel",
"start": "npm run build"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion icons/cci/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"scripts": {
"cpy": "cpy '../../www/public/icons/cci/*.svg' svg --flat",
"icongo": "icongo --prefix CCI --source svg -o ./src",
"build": "npm run cpy && npm run icongo && tsbb build --no-source-maps",
"build": "npm run cpy && npm run icongo && tsbb build src/*.tsx --useBabel",
"start": "npm run build"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion icons/ccp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"scripts": {
"cpy": "cpy '../../www/public/icons/ccp/*.svg' svg --flat",
"icongo": "icongo --prefix CCP --source svg -o ./src",
"build": "npm run cpy && npm run icongo && tsbb build --no-source-maps",
"build": "npm run cpy && npm run icongo && tsbb build src/*.tsx --useBabel",
"start": "npm run build"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion icons/cg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/cg/*.svg' svg --flat",
"build": "npm run cpy && icongo --prefix CG --source svg -o ./src && tsbb build --no-source-maps",
"build": "npm run cpy && icongo --prefix CG --source svg -o ./src && tsbb build src/*.tsx --useBabel",
"start": "npm run build"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion icons/ci/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/ci/*.svg' svg --flat",
"tsbb": "tsbb build --no-source-maps",
"tsbb": "tsbb build src/*.tsx --useBabel",
"icongo": "icongo --prefix CI --source svg -o ./src",
"build": "npm run cpy && npm run icongo && npm run tsbb",
"start": "npm run build"
Expand Down
2 changes: 1 addition & 1 deletion icons/co/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/co/*.svg' svg --flat",
"tsbb": "tsbb build --no-source-maps",
"tsbb": "tsbb build src/*.tsx --useBabel",
"icongo": "icongo --prefix CO --source svg -o ./src",
"build": "npm run cpy && npm run icongo && npm run tsbb",
"start": "npm run build"
Expand Down
2 changes: 1 addition & 1 deletion icons/ct/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/ct/*.svg' svg --flat",
"tsbb": "tsbb build --no-source-maps",
"tsbb": "tsbb build src/*.tsx --useBabel",
"icongo": "icongo --prefix CT --source svg -o ./src",
"build": "npm run cpy && npm run icongo && npm run tsbb",
"start": "npm run build"
Expand Down
2 changes: 1 addition & 1 deletion icons/cy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/cy/*.svg' svg --flat",
"tsbb": "tsbb build --no-source-maps",
"tsbb": "tsbb build src/*.tsx --useBabel",
"icongo": "icongo --prefix CY --source svg -o ./src",
"build": "npm run cpy && npm run icongo && npm run tsbb",
"start": "npm run build"
Expand Down
2 changes: 1 addition & 1 deletion icons/di/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/di/*.svg' svg --flat",
"build": "npm run cpy && icongo --prefix DI --source svg -o ./src && tsbb build --no-source-maps",
"build": "npm run cpy && icongo --prefix DI --source svg -o ./src && tsbb build src/*.tsx --useBabel",
"start": "npm run build"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion icons/ei/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"scripts": {
"cpy": "cpy '../../www/public/icons/ei/*.svg' svg --flat",
"icongo": "icongo --prefix EI --source svg -o ./src",
"build": "npm run cpy && npm run icongo && tsbb build --no-source-maps",
"build": "npm run cpy && npm run icongo && tsbb build src/*.tsx --useBabel",
"start": "npm run build"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion icons/ev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/ev/*.svg' svg --flat",
"tsbb": "tsbb build --no-source-maps",
"tsbb": "tsbb build src/*.tsx --useBabel",
"icongo": "icongo --prefix EV --source svg -o ./src",
"build": "npm run cpy && npm run icongo && npm run tsbb",
"start": "npm run build"
Expand Down
2 changes: 1 addition & 1 deletion icons/fa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"scripts": {
"cpy": "cpy '../../www/public/icons/fa/*.svg' svg --flat",
"icongo": "icongo --prefix FA --source svg -o ./src",
"build": "npm run cpy && npm run icongo && tsbb build --no-source-maps",
"build": "npm run cpy && npm run icongo && tsbb build src/*.tsx --useBabel",
"start": "npm run build"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion icons/fc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"scripts": {
"cpy": "cpy '../../www/public/icons/fc/*.svg' svg --flat",
"icongo": "icongo --prefix FC --source svg -o ./src",
"build": "npm run cpy && npm run icongo && tsbb build --no-source-maps",
"build": "npm run cpy && npm run icongo && tsbb build src/*.tsx --useBabel",
"start": "npm run build"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion icons/fd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"scripts": {
"cpy": "cpy '../../www/public/icons/fd/*.svg' svg --flat",
"icongo": "icongo --prefix FD --source svg -o ./src",
"build": "npm run cpy && npm run icongo && tsbb build --no-source-maps",
"build": "npm run cpy && npm run icongo && tsbb build src/*.tsx --useBabel",
"start": "npm run build"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion icons/fg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/fg/*.svg' svg --flat",
"tsbb": "tsbb build --no-source-maps",
"tsbb": "tsbb build src/*.tsx --useBabel",
"icongo": "icongo --prefix FG --source svg -o ./src",
"build": "npm run cpy && npm run icongo && npm run tsbb",
"start": "npm run build"
Expand Down
2 changes: 1 addition & 1 deletion icons/fi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"scripts": {
"cpy": "cpy '../../www/public/icons/fi/*.svg' svg --flat",
"icongo": "icongo --prefix FI --source svg -o ./src",
"build": "npm run cpy && npm run icongo && tsbb build --no-source-maps",
"build": "npm run cpy && npm run icongo && tsbb build src/*.tsx --useBabel",
"start": "npm run build"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion icons/fl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"scripts": {
"cpy": "cpy '../../www/public/icons/fl/*.svg' svg --flat",
"icongo": "icongo --prefix FL --source svg -o ./src",
"build": "npm run cpy && npm run icongo && tsbb build --no-source-maps",
"build": "npm run cpy && npm run icongo && tsbb build src/*.tsx --useBabel",
"start": "npm run build"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion icons/fp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"scripts": {
"cpy": "cpy '../../www/public/icons/fp/*.svg' svg --flat",
"icongo": "icongo --prefix FP --source svg -o ./src",
"build": "npm run cpy && npm run icongo && tsbb build --no-source-maps",
"build": "npm run cpy && npm run icongo && tsbb build src/*.tsx --useBabel",
"start": "npm run build"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion icons/fs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"cpy": "cpy '../../www/public/icons/fs/*.svg' svg --flat",
"icongo": "icongo --prefix FS --source svg -o ./src",
"build": "npm run cpy && npm run icongo && npm run tsbb",
"tsbb": "NODE_OPTIONS=--max_old_space_size=8192 tsbb build --no-source-maps",
"tsbb": "NODE_OPTIONS=--max_old_space_size=8192 tsbb build src/*.tsx --useBabel",
"start": "npm run build"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion icons/gi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/gi/*.svg' svg --flat",
"tsbb": "tsbb build --no-source-maps",
"tsbb": "tsbb build src/*.tsx --useBabel",
"icongo": "icongo --prefix GI --source svg -o ./src --rename='{\"headshot\": \"GIHeadshot1\", \"jetpack\": \"GIJetPack1\"}'",
"build": "npm run cpy && npm run icongo && npm run tsbb",
"start": "npm run build"
Expand Down
2 changes: 1 addition & 1 deletion icons/go/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/go/*.svg' svg --flat",
"build": "npm run cpy && icongo --prefix GO --source svg -o ./src && tsbb build --no-source-maps",
"build": "npm run cpy && icongo --prefix GO --source svg -o ./src && tsbb build src/*.tsx --useBabel",
"start": "npm run build"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion icons/gr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/gr/*.svg' svg --flat",
"build": "npm run cpy && icongo --prefix GR --source svg -o ./src && tsbb build --no-source-maps",
"build": "npm run cpy && icongo --prefix GR --source svg -o ./src && tsbb build src/*.tsx --useBabel",
"start": "npm run build"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion icons/gy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"scripts": {
"cpy": "cpy '../../www/public/icons/gy/*.svg' svg --flat",
"icongo": "icongo --prefix GY --source svg -o ./src -r '{\"si-glyph-dice-6\": \"GYSiGlyphDice61\"}'",
"build": "npm run cpy && npm run icongo && tsbb build --no-source-maps",
"build": "npm run cpy && npm run icongo && tsbb build src/*.tsx --useBabel",
"start": "npm run build"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion icons/hi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"scripts": {
"cpy": "cpy '../../www/public/icons/hi/*.svg' svg --flat",
"icongo": "icongo --prefix HI --source svg -o ./src",
"build": "npm run cpy && npm run icongo && tsbb build --no-source-maps",
"build": "npm run cpy && npm run icongo && tsbb build src/*.tsx --useBabel",
"start": "npm run build"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion icons/ic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"scripts": {
"cpy": "cpy '../../www/public/icons/ic/*.svg' svg --flat",
"icongo": "icongo --prefix IC --source svg -o ./src -r '{\"databox-edge\": \"ICDataboxEdge1\", \"devconsole\": \"ICDevconsole1\", \"dotnet-core\": \"ICDotnetCore1\", \"launchportal\": \"ICLaunchportal1\", \"roadmap\": \"ICRoadmap1\", \"vscode\": \"ICVscode1\"}'",
"build": "npm run cpy && npm run icongo && tsbb build --no-source-maps",
"build": "npm run cpy && npm run icongo && tsbb build src/*.tsx --useBabel",
"start": "npm run build"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion icons/ii/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/ii/*.svg' svg --flat",
"tsbb": "tsbb build --no-source-maps",
"tsbb": "tsbb build src/*.tsx --useBabel",
"icongo": "icongo --prefix II --source svg -o ./src",
"build": "npm run cpy && npm run icongo && npm run tsbb",
"start": "npm run build"
Expand Down
2 changes: 1 addition & 1 deletion icons/ik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/ik/*.svg' svg --flat",
"tsbb": "tsbb build --no-source-maps",
"tsbb": "tsbb build src/*.tsx --useBabel",
"icongo": "icongo --prefix IK --source svg -o ./src",
"build": "npm run cpy && npm run icongo && npm run tsbb",
"start": "npm run build"
Expand Down
2 changes: 1 addition & 1 deletion icons/im/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/im/*.svg' svg --flat",
"tsbb": "tsbb build --no-source-maps",
"tsbb": "tsbb build src/*.tsx --useBabel",
"icongo": "icongo --prefix IM --source svg -o ./src",
"build": "npm run cpy && npm run icongo && npm run tsbb",
"start": "npm run build"
Expand Down
2 changes: 1 addition & 1 deletion icons/io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/io/*.svg' svg --flat",
"tsbb": "tsbb build --no-source-maps",
"tsbb": "tsbb build src/*.tsx --useBabel",
"icongo": "icongo --prefix IO --source svg -o ./src",
"build": "npm run cpy && npm run icongo && npm run tsbb",
"start": "npm run build"
Expand Down
2 changes: 1 addition & 1 deletion icons/ir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/ir/*.svg' svg --flat",
"tsbb": "tsbb build --no-source-maps",
"tsbb": "tsbb build src/*.tsx --useBabel",
"icongo": "icongo --prefix IR --source svg -o ./src",
"build": "npm run cpy && npm run icongo && npm run tsbb",
"start": "npm run build"
Expand Down
2 changes: 1 addition & 1 deletion icons/is/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/is/*.svg' svg --flat",
"tsbb": "tsbb build --no-source-maps",
"tsbb": "tsbb build src/*.tsx --useBabel",
"icongo": "icongo --prefix IS --source svg -o ./src",
"build": "npm run cpy && npm run icongo && npm run tsbb",
"start": "npm run build"
Expand Down
2 changes: 1 addition & 1 deletion icons/iu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"scripts": {
"cpy": "cpy '../../www/public/icons/iu/*.svg' svg --flat",
"icongo": "icongo --prefix IU --source svg -o ./src --rename='{\"protonmail\": \"IUProtonmail1\", \"protonvpn\": \"IUProtonvpn1\"}'",
"build": "npm run cpy && npm run icongo && tsbb build --no-source-maps",
"build": "npm run cpy && npm run icongo && tsbb build src/*.tsx --useBabel",
"start": "npm run build"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion icons/ix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"scripts": {
"cpy": "cpy '../../www/public/icons/ix/*.svg' svg --flat",
"icongo": "icongo --prefix IX --source svg -o ./src",
"build": "npm run cpy && npm run icongo && tsbb build --no-source-maps",
"build": "npm run cpy && npm run icongo && tsbb build src/*.tsx --useBabel",
"start": "npm run build"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion icons/ji/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/ji/*.svg' svg --flat",
"tsbb": "tsbb build --no-source-maps",
"tsbb": "tsbb build src/*.tsx --useBabel",
"icongo": "icongo --prefix JI --source svg -o ./src",
"build": "npm run cpy && npm run icongo && npm run tsbb",
"start": "npm run build"
Expand Down
Loading

0 comments on commit 222b185

Please sign in to comment.