update tracked, scripts

This commit is contained in:
Steve Ruiz 2021-11-04 13:16:26 +00:00
parent d69d24eb8f
commit 92e076fb3f
11 changed files with 14 additions and 13 deletions

View file

@ -1,3 +1,7 @@
## 0.1.1
- Update dependencies
## 0.1.0
- Mark dependencies as external

View file

@ -45,7 +45,7 @@
"@radix-ui/react-radio-group": "^0.1.1",
"@radix-ui/react-tooltip": "^0.1.1",
"@stitches/react": "^1.2.5",
"@tldraw/core": "^0.1.13",
"@tldraw/core": "^0.1.17",
"@tldraw/intersect": "^0.1.3",
"@tldraw/vec": "^0.1.3",
"perfect-freehand": "^1.0.16",
@ -56,4 +56,4 @@
"tsconfig-replace-paths": "^0.0.5"
},
"gitHead": "083b36e167b6911927a6b58cbbb830b11b33f00a"
}
}

View file

@ -28,6 +28,7 @@ async function main() {
external: [
'react',
'react-dom',
'tslib',
'@stitches/react',
'@radix-ui/react-alert-dialog',
'@radix-ui/react-checkbox',
@ -57,6 +58,7 @@ async function main() {
external: [
'react',
'react-dom',
'tslib',
'@stitches/react',
'@radix-ui/react-alert-dialog',
'@radix-ui/react-checkbox',

View file

@ -17,6 +17,7 @@ async function main() {
external: [
'react',
'react-dom',
'tslib',
'@stitches/react',
'@radix-ui/react-alert-dialog',
'@radix-ui/react-checkbox',

View file

@ -24,6 +24,7 @@ async function main() {
external: [
'react',
'react-dom',
'tslib',
'@stitches/react',
'@radix-ui/react-alert-dialog',
'@radix-ui/react-checkbox',

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1 +0,0 @@
self.__WB_DISABLE_DEV_LOGS=!0;

View file

@ -3014,10 +3014,10 @@
"@babel/runtime" "^7.12.5"
"@testing-library/dom" "^8.0.0"
"@tldraw/core@^0.1.16":
version "0.1.16"
resolved "https://registry.yarnpkg.com/@tldraw/core/-/core-0.1.16.tgz#31377c5549ec83dc84b13d4af864892a9f4cf97a"
integrity sha512-IJSIgM7ndFIoLA0tgqFU9qaTlQVdv8vyswCqPlTCfo7cz0cVsA5A3ndfWazoTM19S0x6AkvE1cxMDkuNq6U79Q==
"@tldraw/core@^0.1.17":
version "0.1.17"
resolved "https://registry.yarnpkg.com/@tldraw/core/-/core-0.1.17.tgz#ff3868ab00f2b28a83259e84bfc534e4fac09bf4"
integrity sha512-nWqQTQYQXgaB5vNI1N8AZlKOfsajVK1xBTnCCpkKzZuOcw+B7w0hTVwE0Mfy6HpONeBGWYoKyCC12ABQvqTV7Q==
dependencies:
"@tldraw/intersect" "^0.1.3"
"@tldraw/vec" "^0.1.3"