Skip to content

Commit 14455f6

Browse files
author
sw-yx
committed
pkg json
1 parent 1c15886 commit 14455f6

File tree

2 files changed

+11
-30
lines changed

2 files changed

+11
-30
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"start": "tsdx watch",
1515
"build": "tsdx build",
1616
"test": "tsdx test",
17-
"version": "auto-changelog -p --template keepachangelog && git add README.md CHANGELOG.md",
17+
"version": "tsdx build && auto-changelog -p --template keepachangelog && git add .",
1818
"prepublishOnly": "git push && git push --tags && gh-release"
1919
},
2020
"devDependencies": {

yarn.lock

Lines changed: 10 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -4811,7 +4811,7 @@ longest@^1.0.1:
48114811
resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"
48124812
integrity sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc=
48134813

4814-
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0:
4814+
loose-envify@^1.0.0, loose-envify@^1.4.0:
48154815
version "1.4.0"
48164816
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
48174817
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
@@ -6502,16 +6502,6 @@ react-clientside-effect@^1.2.0:
65026502
"@babel/runtime" "^7.0.0"
65036503
shallowequal "^1.1.0"
65046504

6505-
react-dom@^16.8.6:
6506-
version "16.8.6"
6507-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.8.6.tgz#71d6303f631e8b0097f56165ef608f051ff6e10f"
6508-
integrity sha512-1nL7PIq9LTL3fthPqwkvr2zY7phIPjYrT0jp4HjyEQrEROnw4dG41VVwi/wfoCneoleqrNX7iAD+pXebJZwrwA==
6509-
dependencies:
6510-
loose-envify "^1.1.0"
6511-
object-assign "^4.1.1"
6512-
prop-types "^15.6.2"
6513-
scheduler "^0.13.6"
6514-
65156505
react-focus-lock@^1.17.7:
65166506
version "1.18.3"
65176507
resolved "https://registry.yarnpkg.com/react-focus-lock/-/react-focus-lock-1.18.3.tgz#19d84afeab935c0b5de196922f71db7c481baba4"
@@ -6527,6 +6517,15 @@ react-is@^16.8.1:
65276517
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16"
65286518
integrity sha512-aUk3bHfZ2bRSVFFbbeVS4i+lNPZr3/WM5jT2J5omUVV1zzcs1nAaf3l51ctA5FFvCRbhrH0bdAsRRQddFJZPtA==
65296519

6520+
react-netlify-identity-widget@^0.0.6:
6521+
version "0.0.6"
6522+
resolved "https://registry.yarnpkg.com/react-netlify-identity-widget/-/react-netlify-identity-widget-0.0.6.tgz#b02d80e9dd1f27fd5099395dbc0f2032fe68f19f"
6523+
integrity sha512-RMobv+LpKsXZsmsQc6S5O0oUgczyZiFoSg3m4uCKd89MRD3RN9vRXuSOWRsUUsWO7alujdOGwNUQFyav91uNcg==
6524+
dependencies:
6525+
"@reach/dialog" "^0.2.3"
6526+
"@reach/visually-hidden" "^0.1.3"
6527+
react-netlify-identity "^0.0.12"
6528+
65306529
react-netlify-identity@^0.0.12:
65316530
version "0.0.12"
65326531
resolved "https://registry.yarnpkg.com/react-netlify-identity/-/react-netlify-identity-0.0.12.tgz#8479cf37c7ae8380fc7ffe0f52c0d6c9e61dbb03"
@@ -6558,16 +6557,6 @@ react-style-singleton@^1.1.0:
65586557
invariant "^2.2.4"
65596558
tslib "^1.0.0"
65606559

6561-
react@^16.8.6:
6562-
version "16.8.6"
6563-
resolved "https://registry.yarnpkg.com/react/-/react-16.8.6.tgz#ad6c3a9614fd3a4e9ef51117f54d888da01f2bbe"
6564-
integrity sha512-pC0uMkhLaHm11ZSJULfOBqV4tIZkx87ZLvbbQYunNixAAvjnC+snJCg0XQXn9VIsttVsbZP/H/ewzgsd5fxKXw==
6565-
dependencies:
6566-
loose-envify "^1.1.0"
6567-
object-assign "^4.1.1"
6568-
prop-types "^15.6.2"
6569-
scheduler "^0.13.6"
6570-
65716560
read-cmd-shim@^1.0.1, read-cmd-shim@~1.0.1:
65726561
version "1.0.1"
65736562
resolved "https://registry.yarnpkg.com/read-cmd-shim/-/read-cmd-shim-1.0.1.tgz#2d5d157786a37c055d22077c32c53f8329e91c7b"
@@ -7166,14 +7155,6 @@ sax@^1.2.4:
71667155
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
71677156
integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
71687157

7169-
scheduler@^0.13.6:
7170-
version "0.13.6"
7171-
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.13.6.tgz#466a4ec332467b31a91b9bf74e5347072e4cd889"
7172-
integrity sha512-IWnObHt413ucAYKsD9J1QShUKkbKLQQHdxRyw73sw4FN26iWr3DY/H34xGPe4nmL1DwXyWmSWmMrA9TfQbE/XQ==
7173-
dependencies:
7174-
loose-envify "^1.1.0"
7175-
object-assign "^4.1.1"
7176-
71777158
schema-utils@^1.0.0:
71787159
version "1.0.0"
71797160
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-1.0.0.tgz#0b79a93204d7b600d4b2850d1f66c2a34951c770"

0 commit comments

Comments
 (0)