Skip to content

Commit 2042c09

Browse files
committed
fix: build
1 parent 204b874 commit 2042c09

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ yarn add react-essentials-functions
1010

1111
## Usage
1212

13-
Documentation is in progress...
13+
Documentation is in progress... For now, you can check the source code of the components and hooks.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"hooks",
2121
"react",
2222
"components",
23-
"useful"
23+
"useful",
24+
"zero-dependencies"
2425
],
2526
"scripts": {
2627
"dev": "nodemon",
@@ -86,6 +87,8 @@
8687
"jest-environment-jsdom": "^29.3.0",
8788
"nodemon": "2.0.20",
8889
"prettier": "2.7.1",
90+
"react": "^18.2.0",
91+
"react-dom": "^18.2.0",
8992
"rimraf": "3.0.2",
9093
"semantic-release": "^19.0.5",
9194
"typescript": "^4.8.4"

yarn.lock

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10127,7 +10127,7 @@ lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17
1012710127
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
1012810128
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
1012910129

10130-
loose-envify@^1.4.0:
10130+
loose-envify@^1.1.0, loose-envify@^1.4.0:
1013110131
version "1.4.0"
1013210132
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
1013310133
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
@@ -12215,6 +12215,14 @@ react-docgen@^5.0.0:
1221512215
node-dir "^0.1.10"
1221612216
strip-indent "^3.0.0"
1221712217

12218+
react-dom@^18.2.0:
12219+
version "18.2.0"
12220+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.2.0.tgz#22aaf38708db2674ed9ada224ca4aa708d821e3d"
12221+
integrity sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==
12222+
dependencies:
12223+
loose-envify "^1.1.0"
12224+
scheduler "^0.23.0"
12225+
1221812226
react-element-to-jsx-string@^14.3.4:
1221912227
version "14.3.4"
1222012228
resolved "https://registry.yarnpkg.com/react-element-to-jsx-string/-/react-element-to-jsx-string-14.3.4.tgz#709125bc72f06800b68f9f4db485f2c7d31218a8"
@@ -12258,6 +12266,13 @@ react-refresh@^0.11.0:
1225812266
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.11.0.tgz#77198b944733f0f1f1a90e791de4541f9f074046"
1225912267
integrity sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==
1226012268

12269+
react@^18.2.0:
12270+
version "18.2.0"
12271+
resolved "https://registry.yarnpkg.com/react/-/react-18.2.0.tgz#555bd98592883255fa00de14f1151a917b5d77d5"
12272+
integrity sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==
12273+
dependencies:
12274+
loose-envify "^1.1.0"
12275+
1226112276
read-cmd-shim@^3.0.0:
1226212277
version "3.0.1"
1226312278
resolved "https://registry.yarnpkg.com/read-cmd-shim/-/read-cmd-shim-3.0.1.tgz#868c235ec59d1de2db69e11aec885bc095aea087"
@@ -12769,6 +12784,13 @@ saxes@^6.0.0:
1276912784
dependencies:
1277012785
xmlchars "^2.2.0"
1277112786

12787+
scheduler@^0.23.0:
12788+
version "0.23.0"
12789+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.0.tgz#ba8041afc3d30eb206a487b6b384002e4e61fdfe"
12790+
integrity sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==
12791+
dependencies:
12792+
loose-envify "^1.1.0"
12793+
1277212794
schema-utils@2.7.0:
1277312795
version "2.7.0"
1277412796
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.0.tgz#17151f76d8eae67fbbf77960c33c676ad9f4efc7"

0 commit comments

Comments
 (0)