Skip to content

Commit 2f68ff8

Browse files
renovate-botnatelindev
authored andcommitted
Pin dependencies
1 parent 0675178 commit 2f68ff8

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

dist/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
"@babel/preset-env": "7.15.0",
2121
"@babel/preset-react": "7.14.5",
2222
"@babel/preset-typescript": "7.15.0",
23-
"@types/react": "^17.0.15",
24-
"copyfiles": "^2.4.1",
23+
"@types/react": "17.0.17",
24+
"copyfiles": "2.4.1",
2525
"react": "17.0.2",
26-
"rimraf": "^3.0.2",
27-
"typescript": "^4.3.5"
26+
"rimraf": "3.0.2",
27+
"typescript": "4.3.5"
2828
},
2929
"repository": "https://github.com/llldar/react-use-hoverintent",
3030
"exclude": [

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"@babel/preset-react": "7.14.5",
2222
"@babel/preset-typescript": "7.14.5",
2323
"@types/react": "17.0.17",
24-
"copyfiles": "^2.4.1",
24+
"copyfiles": "2.4.1",
2525
"react": "17.0.2",
26-
"rimraf": "^3.0.2",
27-
"typescript": "^4.3.5"
26+
"rimraf": "3.0.2",
27+
"typescript": "4.3.5"
2828
},
2929
"repository": "https://github.com/llldar/react-use-hoverintent",
3030
"exclude": [

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1303,9 +1303,9 @@ copy-descriptor@^0.1.0:
13031303
resolved "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
13041304
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
13051305

1306-
copyfiles@^2.4.1:
1306+
copyfiles@2.4.1:
13071307
version "2.4.1"
1308-
resolved "https://registry.npmjs.org/copyfiles/-/copyfiles-2.4.1.tgz#d2dcff60aaad1015f09d0b66e7f0f1c5cd3c5da5"
1308+
resolved "https://registry.yarnpkg.com/copyfiles/-/copyfiles-2.4.1.tgz#d2dcff60aaad1015f09d0b66e7f0f1c5cd3c5da5"
13091309
integrity sha512-fereAvAvxDrQDOXybk3Qu3dPbOoKoysFMWtkY3mv5BsL8//OSZVL5DCLYqgRfY5cWirgRzlC+WSrxp6Bo3eNZg==
13101310
dependencies:
13111311
glob "^7.0.5"
@@ -2159,9 +2159,9 @@ ret@~0.1.10:
21592159
resolved "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
21602160
integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==
21612161

2162-
rimraf@^3.0.2:
2162+
rimraf@3.0.2:
21632163
version "3.0.2"
2164-
resolved "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
2164+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
21652165
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
21662166
dependencies:
21672167
glob "^7.1.3"
@@ -2354,9 +2354,9 @@ to-regex@^3.0.1, to-regex@^3.0.2:
23542354
regex-not "^1.0.2"
23552355
safe-regex "^1.1.0"
23562356

2357-
typescript@^4.3.5:
2357+
typescript@4.3.5:
23582358
version "4.3.5"
2359-
resolved "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4"
2359+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4"
23602360
integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==
23612361

23622362
unicode-canonical-property-names-ecmascript@^1.0.4:

0 commit comments

Comments
 (0)