File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 20
20
"@babel/preset-env" : " 7.15.0" ,
21
21
"@babel/preset-react" : " 7.14.5" ,
22
22
"@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" ,
25
25
"react" : " 17.0.2" ,
26
- "rimraf" : " ^ 3.0.2" ,
27
- "typescript" : " ^ 4.3.5"
26
+ "rimraf" : " 3.0.2" ,
27
+ "typescript" : " 4.3.5"
28
28
},
29
29
"repository" : " https://github.com/llldar/react-use-hoverintent" ,
30
30
"exclude" : [
Original file line number Diff line number Diff line change 21
21
"@babel/preset-react" : " 7.14.5" ,
22
22
"@babel/preset-typescript" : " 7.14.5" ,
23
23
"@types/react" : " 17.0.17" ,
24
- "copyfiles" : " ^ 2.4.1" ,
24
+ "copyfiles" : " 2.4.1" ,
25
25
"react" : " 17.0.2" ,
26
- "rimraf" : " ^ 3.0.2" ,
27
- "typescript" : " ^ 4.3.5"
26
+ "rimraf" : " 3.0.2" ,
27
+ "typescript" : " 4.3.5"
28
28
},
29
29
"repository" : " https://github.com/llldar/react-use-hoverintent" ,
30
30
"exclude" : [
Original file line number Diff line number Diff line change @@ -1303,9 +1303,9 @@ copy-descriptor@^0.1.0:
1303
1303
resolved "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
1304
1304
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
1305
1305
1306
- copyfiles@^ 2.4.1 :
1306
+ copyfiles@2.4.1 :
1307
1307
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"
1309
1309
integrity sha512-fereAvAvxDrQDOXybk3Qu3dPbOoKoysFMWtkY3mv5BsL8//OSZVL5DCLYqgRfY5cWirgRzlC+WSrxp6Bo3eNZg==
1310
1310
dependencies :
1311
1311
glob "^7.0.5"
@@ -2159,9 +2159,9 @@ ret@~0.1.10:
2159
2159
resolved "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
2160
2160
integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==
2161
2161
2162
- rimraf@^ 3.0.2 :
2162
+ rimraf@3.0.2 :
2163
2163
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"
2165
2165
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
2166
2166
dependencies :
2167
2167
glob "^7.1.3"
@@ -2354,9 +2354,9 @@ to-regex@^3.0.1, to-regex@^3.0.2:
2354
2354
regex-not "^1.0.2"
2355
2355
safe-regex "^1.1.0"
2356
2356
2357
- typescript@^ 4.3.5 :
2357
+ typescript@4.3.5 :
2358
2358
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"
2360
2360
integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==
2361
2361
2362
2362
unicode-canonical-property-names-ecmascript@^1.0.4 :
You can’t perform that action at this time.
0 commit comments