Skip to content

Commit f13de8d

Browse files
Remove ts-downlevel (#1847)
* rm ts downlevel * restore build on prepublish * prepublishOnly
1 parent 9b4dba6 commit f13de8d

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
"fix": "lg-lint --fix",
2222
"link": "lg-link",
2323
"lint": "lg-lint",
24-
"prepublishOnly": "yarn fix && yarn test && yarn build && yarn prepublish:ts-downlevel",
25-
"prepublish:ts-downlevel": "rm -rf packages/*/dist/ts3.4 && echo packages/*/dist | NODE_NO_WARNINGS=1 xargs -I{} -n1 -P8 downlevel-dts {} {}/ts3.4",
24+
"prepublishOnly": "yarn build",
2625
"publish": "yarn changeset publish --public",
2726
"slackbot": "lg-slackbot",
2827
"start": "storybook dev -p 9001 --no-version-updates",
@@ -48,7 +47,6 @@
4847
"@types/react-transition-group": "4.4.1",
4948
"chromatic": "^6.17.2",
5049
"dotenv": "^10.0.0",
51-
"downlevel-dts": "^0.7.0",
5250
"gh-pages": "^3.1.0",
5351
"npm-run-all": "^4.1.5",
5452
"prop-types": "^15.7.2",

yarn.lock

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7172,15 +7172,6 @@ dotenv@^16.0.0:
71727172
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.3.tgz#115aec42bac5053db3c456db30cc243a5a836a07"
71737173
integrity sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ==
71747174

7175-
downlevel-dts@^0.7.0:
7176-
version "0.7.0"
7177-
resolved "https://registry.yarnpkg.com/downlevel-dts/-/downlevel-dts-0.7.0.tgz#155c24310dad8a4820ad077e64b15a8c461aa932"
7178-
integrity sha512-tcjGqElN0/oad/LJBlaxmZ3zOYEQOBbGuirKzif8s1jeRiWBdNX9H6OBFlRjOQkosXgV+qSjs4osuGCivyZ4Jw==
7179-
dependencies:
7180-
semver "^7.3.2"
7181-
shelljs "^0.8.3"
7182-
typescript "^4.1.0-dev.20201026"
7183-
71847175
duplexer2@^0.1.2:
71857176
version "0.1.4"
71867177
resolved "https://registry.yarnpkg.com/duplexer2/-/duplexer2-0.1.4.tgz#8b12dab878c0d69e3e7891051662a32fc6bddcc1"
@@ -13603,7 +13594,7 @@ shell-quote@^1.6.1:
1360313594
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.3.tgz#aa40edac170445b9a431e17bb62c0b881b9c4123"
1360413595
integrity sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw==
1360513596

13606-
shelljs@^0.8.3, shelljs@^0.8.5:
13597+
shelljs@^0.8.5:
1360713598
version "0.8.5"
1360813599
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c"
1360913600
integrity sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==
@@ -14672,7 +14663,7 @@ typedarray@^0.0.6:
1467214663
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1467314664
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1467414665

14675-
typescript@^4.1.0, typescript@^4.1.0-dev.20201026:
14666+
typescript@^4.1.0:
1467614667
version "4.6.3"
1467714668
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.3.tgz#eefeafa6afdd31d725584c67a0eaba80f6fc6c6c"
1467814669
integrity sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==

0 commit comments

Comments
 (0)