Skip to content

Commit f1f473b

Browse files
committed
chore: Fix release build for playground
1 parent 7096242 commit f1f473b

File tree

3 files changed

+1
-24
lines changed
  • packages/cubejs-playground

3 files changed

+1
-24
lines changed

packages/cubejs-playground/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
/build
1313
/dist
1414
/public/vizard
15+
/vizard/public/preview/
1516

1617
# misc
1718
.DS_Store

packages/cubejs-playground/vizard/apps/react-typescript-antd-table/yarn.lock

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -544,13 +544,6 @@
544544
resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz"
545545
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
546546

547-
"@types/node@^18.0.0 || >=20.0.0":
548-
version "20.11.23"
549-
resolved "https://registry.npmjs.org/@types/node/-/node-20.11.23.tgz"
550-
integrity sha512-ZUarKKfQuRILSNYt32FuPL20HS7XwNT7/uRwSV8tiHWfyyVwDLYZNF6DZKc2bove++pgfsXn9sUwII/OsQ82cQ==
551-
dependencies:
552-
undici-types "~5.26.4"
553-
554547
"@types/prop-types@*":
555548
version "15.7.11"
556549
resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.11.tgz"
@@ -2175,11 +2168,6 @@ typescript@^5.2.2, typescript@>=4.2.0:
21752168
resolved "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz"
21762169
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
21772170

2178-
undici-types@~5.26.4:
2179-
version "5.26.5"
2180-
resolved "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz"
2181-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
2182-
21832171
update-browserslist-db@^1.0.13:
21842172
version "1.0.13"
21852173
resolved "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz"

packages/cubejs-playground/vizard/apps/react-typescript-chartjs-area+bar+doughnut+line+pie/yarn.lock

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -416,13 +416,6 @@
416416
resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz"
417417
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
418418

419-
"@types/node@^18.0.0 || >=20.0.0":
420-
version "20.11.23"
421-
resolved "https://registry.npmjs.org/@types/node/-/node-20.11.23.tgz"
422-
integrity sha512-ZUarKKfQuRILSNYt32FuPL20HS7XwNT7/uRwSV8tiHWfyyVwDLYZNF6DZKc2bove++pgfsXn9sUwII/OsQ82cQ==
423-
dependencies:
424-
undici-types "~5.26.4"
425-
426419
"@types/prop-types@*":
427420
version "15.7.11"
428421
resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.11.tgz"
@@ -1567,11 +1560,6 @@ typescript@^5.2.2, typescript@>=4.2.0:
15671560
resolved "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz"
15681561
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
15691562

1570-
undici-types@~5.26.4:
1571-
version "5.26.5"
1572-
resolved "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz"
1573-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
1574-
15751563
update-browserslist-db@^1.0.13:
15761564
version "1.0.13"
15771565
resolved "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz"

0 commit comments

Comments
 (0)