Skip to content
This repository was archived by the owner on May 31, 2022. It is now read-only.

Commit b2ca4d8

Browse files
committed
Pin dependencies
1 parent a3de18f commit b2ca4d8

File tree

2 files changed

+34
-34
lines changed

2 files changed

+34
-34
lines changed

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@
3737
},
3838
"devDependencies": {
3939
"@types/enzyme": "3.10.12",
40-
"@types/enzyme-adapter-react-16": "^1.0.5",
40+
"@types/enzyme-adapter-react-16": "1.0.6",
4141
"@types/jest": "25.2.3",
42-
"@types/react": "^16.9.2",
42+
"@types/react": "16.9.34",
4343
"@types/react-dom": "16.9.15",
4444
"@types/sinon": "10.0.11",
4545
"@typescript-eslint/eslint-plugin": "2.34.0",
4646
"@typescript-eslint/parser": "2.34.0",
47-
"enzyme": "^3.11.0",
48-
"enzyme-adapter-react-16": "^1.15.2",
49-
"enzyme-to-json": "^3.4.4",
50-
"eslint": "^6.8.0",
47+
"enzyme": "3.11.0",
48+
"enzyme-adapter-react-16": "1.15.2",
49+
"enzyme-to-json": "3.4.4",
50+
"eslint": "6.8.0",
5151
"eslint-config-prettier": "6.15.0",
5252
"eslint-plugin-prettier": "4.0.0",
5353
"eslint-plugin-react": "7.29.4",
@@ -56,17 +56,17 @@
5656
"react": "16.14.0",
5757
"react-dom": "16.14.0",
5858
"rollup": "2.72.0",
59-
"rollup-plugin-auto-external": "^2.0.0",
60-
"rollup-plugin-babel": "^4.3.3",
61-
"rollup-plugin-commonjs": "^10.1.0",
62-
"rollup-plugin-json": "^4.0.0",
63-
"rollup-plugin-node-resolve": "^5.2.0",
59+
"rollup-plugin-auto-external": "2.0.0",
60+
"rollup-plugin-babel": "4.4.0",
61+
"rollup-plugin-commonjs": "10.1.0",
62+
"rollup-plugin-json": "4.0.0",
63+
"rollup-plugin-node-resolve": "5.2.0",
6464
"rollup-plugin-sourcemaps": "0.6.3",
6565
"rollup-plugin-typescript2": "0.31.2",
6666
"sinon": "13.0.2",
67-
"ts-jest": "^25.1.0",
67+
"ts-jest": "25.3.1",
6868
"ts-node": "8.10.2",
69-
"tslib": "^1.10.0",
69+
"tslib": "1.11.1",
7070
"typescript": "3.9.10"
7171
},
7272
"peerDependencies": {

yarn.lock

+21-21
Original file line numberDiff line numberDiff line change
@@ -610,10 +610,10 @@
610610
resolved "https://registry.npm.taobao.org/@types/color-name/download/@types/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
611611
integrity sha1-HBJhu+qhCoBVu8XYq4S3sq/IRqA=
612612

613-
"@types/enzyme-adapter-react-16@^1.0.5":
613+
"@types/[email protected].6":
614614
version "1.0.6"
615-
resolved "https://registry.npm.taobao.org/@types/enzyme-adapter-react-16/download/@types/enzyme-adapter-react-16-1.0.6.tgz#8aca7ae2fd6c7137d869b6616e696d21bb8b0cec"
616-
integrity sha1-isp64v1scTfYabZhbmltIbuLDOw=
615+
resolved "https://registry.yarnpkg.com/@types/enzyme-adapter-react-16/-/enzyme-adapter-react-16-1.0.6.tgz#8aca7ae2fd6c7137d869b6616e696d21bb8b0cec"
616+
integrity sha512-VonDkZ15jzqDWL8mPFIQnnLtjwebuL9YnDkqeCDYnB4IVgwUm0mwKkqhrxLL6mb05xm7qqa3IE95m8CZE9imCg==
617617
dependencies:
618618
"@types/enzyme" "*"
619619

@@ -710,7 +710,7 @@
710710
dependencies:
711711
"@types/react" "^16"
712712

713-
"@types/react@*", "@types/react@^16.9.2":
713+
"@types/react@*", "@types/[email protected].34":
714714
version "16.9.34"
715715
resolved "https://registry.npm.taobao.org/@types/react/download/@types/react-16.9.34.tgz#f7d5e331c468f53affed17a8a4d488cd44ea9349"
716716
integrity sha1-99XjMcRo9Tr/7ReopNSIzUTqk0k=
@@ -1696,7 +1696,7 @@ entities@^2.0.0:
16961696
resolved "https://registry.yarnpkg.com/entities/-/entities-2.0.0.tgz#68d6084cab1b079767540d80e56a39b423e4abf4"
16971697
integrity sha512-D9f7V0JSRwIxlRI2mjMqufDrRDnx8p+eEOz7aUM9SuvF8gsBzra0/6tbjl1m8eQHrZlYj6PxqE00hZ1SAIKPLw==
16981698

1699-
enzyme-adapter-react-16@^1.15.2:
1699+
17001700
version "1.15.2"
17011701
resolved "https://registry.yarnpkg.com/enzyme-adapter-react-16/-/enzyme-adapter-react-16-1.15.2.tgz#b16db2f0ea424d58a808f9df86ab6212895a4501"
17021702
integrity sha512-SkvDrb8xU3lSxID8Qic9rB8pvevDbLybxPK6D/vW7PrT0s2Cl/zJYuXvsd1EBTz0q4o3iqG3FJhpYz3nUNpM2Q==
@@ -1731,15 +1731,15 @@ enzyme-shallow-equal@^1.0.1:
17311731
has "^1.0.3"
17321732
object-is "^1.0.2"
17331733

1734-
enzyme-to-json@^3.4.4:
1734+
17351735
version "3.4.4"
17361736
resolved "https://registry.yarnpkg.com/enzyme-to-json/-/enzyme-to-json-3.4.4.tgz#b30726c59091d273521b6568c859e8831e94d00e"
17371737
integrity sha512-50LELP/SCPJJGic5rAARvU7pgE3m1YaNj7JLM+Qkhl5t7PAs6fiyc8xzc50RnkKPFQCv0EeFVjEWdIFRGPWMsA==
17381738
dependencies:
17391739
lodash "^4.17.15"
17401740
react-is "^16.12.0"
17411741

1742-
enzyme@^3.11.0:
1742+
17431743
version "3.11.0"
17441744
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.11.0.tgz#71d680c580fe9349f6f5ac6c775bc3e6b7a79c28"
17451745
integrity sha512-Dw8/Gs4vRjxY6/6i9wU0V+utmQO9kvh9XLnz3LIudviOnVYDEe2ec+0k+NQoMamn1VrjKgCUOWj5jG/5M5M0Qw==
@@ -1921,7 +1921,7 @@ eslint-visitor-keys@^1.1.0:
19211921
resolved "https://registry.npm.taobao.org/eslint-visitor-keys/download/eslint-visitor-keys-1.1.0.tgz?cache=0&sync_timestamp=1565705511122&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feslint-visitor-keys%2Fdownload%2Feslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
19221922
integrity sha1-4qgs6oT/JGrW+1f5veW0ZiFFnsI=
19231923

1924-
eslint@^6.8.0:
1924+
19251925
version "6.8.0"
19261926
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"
19271927
integrity sha512-K+Iayyo2LtyYhDSYwz5D5QdWw0hCacNzyq1Y821Xna2xSJj7cijoLLYmLxTQgcgZ9mC61nryMy9S7GRbYpI5Ig==
@@ -4642,25 +4642,25 @@ rimraf@^3.0.0:
46424642
dependencies:
46434643
glob "^7.1.3"
46444644

4645-
rollup-plugin-auto-external@^2.0.0:
4645+
46464646
version "2.0.0"
4647-
resolved "https://registry.npm.taobao.org/rollup-plugin-auto-external/download/rollup-plugin-auto-external-2.0.0.tgz#98fd137d66c1cbe0f4e245b31560a72dbde896aa"
4648-
integrity sha1-mP0TfWbBy+D04kWzFWCnLb3olqo=
4647+
resolved "https://registry.yarnpkg.com/rollup-plugin-auto-external/-/rollup-plugin-auto-external-2.0.0.tgz#98fd137d66c1cbe0f4e245b31560a72dbde896aa"
4648+
integrity sha512-HQM3ZkZYfSam1uoZtAB9sK26EiAsfs1phrkf91c/YX+S07wugyRXSigBxrIwiLr5EPPilKYmoMxsrnlGBsXnuQ==
46494649
dependencies:
46504650
builtins "^2.0.0"
46514651
read-pkg "^3.0.0"
46524652
safe-resolve "^1.0.0"
46534653
semver "^5.5.0"
46544654

4655-
rollup-plugin-babel@^4.3.3:
4655+
rollup-plugin-babel@4.4.0:
46564656
version "4.4.0"
4657-
resolved "https://registry.npm.taobao.org/rollup-plugin-babel/download/rollup-plugin-babel-4.4.0.tgz#d15bd259466a9d1accbdb2fe2fff17c52d030acb"
4658-
integrity sha1-0VvSWUZqnRrMvbL+L/8XxS0DCss=
4657+
resolved "https://registry.yarnpkg.com/rollup-plugin-babel/-/rollup-plugin-babel-4.4.0.tgz#d15bd259466a9d1accbdb2fe2fff17c52d030acb"
4658+
integrity sha512-Lek/TYp1+7g7I+uMfJnnSJ7YWoD58ajo6Oarhlex7lvUce+RCKRuGRSgztDO3/MF/PuGKmUL5iTHKf208UNszw==
46594659
dependencies:
46604660
"@babel/helper-module-imports" "^7.0.0"
46614661
rollup-pluginutils "^2.8.1"
46624662

4663-
rollup-plugin-commonjs@^10.1.0:
4663+
46644664
version "10.1.0"
46654665
resolved "https://registry.yarnpkg.com/rollup-plugin-commonjs/-/rollup-plugin-commonjs-10.1.0.tgz#417af3b54503878e084d127adf4d1caf8beb86fb"
46664666
integrity sha512-jlXbjZSQg8EIeAAvepNwhJj++qJWNJw1Cl0YnOqKtP5Djx+fFGkp3WRh+W0ASCaFG5w1jhmzDxgu3SJuVxPF4Q==
@@ -4671,14 +4671,14 @@ rollup-plugin-commonjs@^10.1.0:
46714671
resolve "^1.11.0"
46724672
rollup-pluginutils "^2.8.1"
46734673

4674-
rollup-plugin-json@^4.0.0:
4674+
46754675
version "4.0.0"
46764676
resolved "https://registry.yarnpkg.com/rollup-plugin-json/-/rollup-plugin-json-4.0.0.tgz#a18da0a4b30bf5ca1ee76ddb1422afbb84ae2b9e"
46774677
integrity sha512-hgb8N7Cgfw5SZAkb3jf0QXii6QX/FOkiIq2M7BAQIEydjHvTyxXHQiIzZaTFgx1GK0cRCHOCBHIyEkkLdWKxow==
46784678
dependencies:
46794679
rollup-pluginutils "^2.5.0"
46804680

4681-
rollup-plugin-node-resolve@^5.2.0:
4681+
46824682
version "5.2.0"
46834683
resolved "https://registry.yarnpkg.com/rollup-plugin-node-resolve/-/rollup-plugin-node-resolve-5.2.0.tgz#730f93d10ed202473b1fb54a5997a7db8c6d8523"
46844684
integrity sha512-jUlyaDXts7TW2CqQ4GaO5VJ4PwwaV8VUGA7+km3n6k6xtOEacf61u0VXwN80phY/evMcaS+9eIeJ9MOyDxt5Zw==
@@ -5388,10 +5388,10 @@ tr46@^1.0.1:
53885388
dependencies:
53895389
punycode "^2.1.0"
53905390

5391-
ts-jest@^25.1.0:
5391+
ts-jest@25.3.1:
53925392
version "25.3.1"
5393-
resolved "https://registry.npm.taobao.org/ts-jest/download/ts-jest-25.3.1.tgz#58e2ed3506e4e4487c0b9b532846a5cade9656ba"
5394-
integrity sha1-WOLtNQbk5Eh8C5tTKEalyt6WVro=
5393+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-25.3.1.tgz#58e2ed3506e4e4487c0b9b532846a5cade9656ba"
5394+
integrity sha512-O53FtKguoMUByalAJW+NWEv7c4tus5ckmhfa7/V0jBb2z8v5rDSLFC1Ate7wLknYPC1euuhY6eJjQq4FtOZrkg==
53955395
dependencies:
53965396
bs-logger "0.x"
53975397
buffer-from "1.x"
@@ -5416,7 +5416,7 @@ [email protected]:
54165416
source-map-support "^0.5.17"
54175417
yn "3.1.1"
54185418

5419-
tslib@^1.10.0, tslib@^1.8.1:
5419+
tslib@1.11.1, tslib@^1.8.1:
54205420
version "1.11.1"
54215421
resolved "https://registry.npm.taobao.org/tslib/download/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
54225422
integrity sha1-6xXRKIJ/vuKEFUnhcfRe0zisfjU=

0 commit comments

Comments
 (0)