Skip to content

Commit

Permalink
Merge pull request #383 from tjallingt/canary
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
tjallingt authored Nov 22, 2022
2 parents 6a4c71f + bd76d81 commit 2ed59a6
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 16 deletions.
4 changes: 2 additions & 2 deletions packages/react-youtube/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "React.js powered YouTube player component",
"main": "dist/YouTube.js",
"module": "dist/YouTube.mjs",
"module": "dist/YouTube.esm.js",
"types": "dist/YouTube.d.ts",
"sideEffects": false,
"files": [
Expand Down Expand Up @@ -45,7 +45,7 @@
"semantic-release": "19.0.5",
"semantic-release-monorepo": "7.0.5",
"ts-jest": "29.0.0",
"tsup": "6.2.3"
"tsup": "6.5.0"
},
"peerDependencies": {
"react": ">=0.14.1"
Expand Down
1 change: 1 addition & 0 deletions packages/react-youtube/src/YouTube.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** @jsxRuntime classic */
import PropTypes from 'prop-types';
import React from 'react';
import isEqual from 'fast-deep-equal';
Expand Down
11 changes: 11 additions & 0 deletions packages/react-youtube/tsup.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import { defineConfig } from 'tsup';

export default defineConfig({
sourcemap: true,
clean: true,
outExtension({ format }) {
return {
js: format !== 'cjs' ? `.${format}.js` : '.js',
};
},
});
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3539,10 +3539,10 @@ builtins@^5.0.0:
dependencies:
semver "^7.0.0"

bundle-require@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/bundle-require/-/bundle-require-3.1.0.tgz#e07256ff02c72cd3a665afa84ce930d111ae4252"
integrity sha512-IIXtAO7fKcwPHNPt9kY/WNVJqy7NDy6YqJvv6ENH0TOZoJ+yjpEsn1w40WKZbR2ibfu5g1rfgJTvmFHpm5aOMA==
bundle-require@^3.1.2:
version "3.1.2"
resolved "https://registry.yarnpkg.com/bundle-require/-/bundle-require-3.1.2.tgz#1374a7bdcb8b330a7ccc862ccbf7c137cc43ad27"
integrity sha512-Of6l6JBAxiyQ5axFxUM6dYeP/W7X2Sozeo/4EYB9sJhL+dqL7TKjg+shwxp6jlu/6ZSERfsYtIpSJ1/x3XkAEA==
dependencies:
load-tsconfig "^0.2.0"

Expand Down Expand Up @@ -8349,10 +8349,10 @@ rimraf@^3.0.0, rimraf@^3.0.2:
dependencies:
glob "^7.1.3"

rollup@^2.74.1:
version "2.79.0"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.0.tgz#9177992c9f09eb58c5e56cbfa641607a12b57ce2"
integrity sha512-x4KsrCgwQ7ZJPcFA/SUu6QVcYlO7uRLfLAy0DSA4NS2eG8japdbpM50ToH7z4iObodRYOJ0soneF0iaQRJ6zhA==
rollup@^3.2.5:
version "3.4.0"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.4.0.tgz#3f363d46474deb54e6da38d398c3af845c1b7d43"
integrity sha512-4g8ZrEFK7UbDvy3JF+d5bLiC8UKkS3n/27/cnVeESwB1LVPl6MoPL32/6+SCQ1vHTp6Mvp2veIHtwELhi+uXEw==
optionalDependencies:
fsevents "~2.3.2"

Expand Down Expand Up @@ -9157,12 +9157,12 @@ tslib@^2.1.0, tslib@^2.4.0:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==

tsup@6.2.3:
version "6.2.3"
resolved "https://registry.yarnpkg.com/tsup/-/tsup-6.2.3.tgz#87f57b2e53d49f1c1ab89aba21fed96aaab0ec9f"
integrity sha512-J5Pu2Dx0E1wlpIEsVFv9ryzP1pZ1OYsJ2cBHZ7GrKteytNdzaSz5hmLX7/nAxtypq+jVkVvA79d7S83ETgHQ5w==
tsup@6.5.0:
version "6.5.0"
resolved "https://registry.yarnpkg.com/tsup/-/tsup-6.5.0.tgz#1be97481b7a56385b7c40d01bdabb4196f3649cf"
integrity sha512-36u82r7rYqRHFkD15R20Cd4ercPkbYmuvRkz3Q1LCm5BsiFNUgpo36zbjVhCOgvjyxNBWNKHsaD5Rl8SykfzNA==
dependencies:
bundle-require "^3.1.0"
bundle-require "^3.1.2"
cac "^6.7.12"
chokidar "^3.5.1"
debug "^4.3.1"
Expand All @@ -9172,7 +9172,7 @@ tsup@6.2.3:
joycon "^3.0.1"
postcss-load-config "^3.0.1"
resolve-from "^5.0.0"
rollup "^2.74.1"
rollup "^3.2.5"
source-map "0.8.0-beta.0"
sucrase "^3.20.3"
tree-kill "^1.2.2"
Expand Down

0 comments on commit 2ed59a6

Please sign in to comment.