Skip to content

Commit 8603687

Browse files
chore(deps): update all non-major dependencies (#125)
Co-authored-by: Renovate Bot <[email protected]>
1 parent d800d6f commit 8603687

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

basic-ts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@types/jest": "26.0.13",
7-
"@types/node": "12.12.58",
6+
"@types/jest": "26.0.14",
7+
"@types/node": "12.12.62",
88
"@types/react": "16.9.49",
99
"@types/react-dom": "16.9.8",
1010
"bootstrap": "^4.5.2",
1111
"react": "^16.13.1",
1212
"react-bootstrap": "^1.3.0",
1313
"react-dom": "^16.13.1",
1414
"react-scripts": "3.4.3",
15-
"typescript": "4.0.2"
15+
"typescript": "4.0.3"
1616
},
1717
"scripts": {
1818
"start": "react-scripts start",

basic-ts/yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1362,10 +1362,10 @@
13621362
"@types/istanbul-lib-coverage" "*"
13631363
"@types/istanbul-lib-report" "*"
13641364

1365-
"@types/[email protected].13":
1366-
version "26.0.13"
1367-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.13.tgz#5a7b9d5312f5dd521a38329c38ee9d3802a0b85e"
1368-
integrity sha512-sCzjKow4z9LILc6DhBvn5AkIfmQzDZkgtVVKmGwVrs5tuid38ws281D4l+7x1kP487+FlKDh5kfMZ8WSPAdmdA==
1365+
"@types/[email protected].14":
1366+
version "26.0.14"
1367+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.14.tgz#078695f8f65cb55c5a98450d65083b2b73e5a3f3"
1368+
integrity sha512-Hz5q8Vu0D288x3iWXePSn53W7hAjP0H7EQ6QvDO9c7t46mR0lNOLlfuwQ+JkVxuhygHzlzPX+0jKdA3ZgSh+Vg==
13691369
dependencies:
13701370
jest-diff "^25.2.1"
13711371
pretty-format "^25.2.1"
@@ -1380,10 +1380,10 @@
13801380
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
13811381
integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==
13821382

1383-
"@types/node@*", "@types/[email protected].58":
1384-
version "12.12.58"
1385-
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.58.tgz#46dae9b2b9ee5992818c8f7cee01ff4ce03ab44c"
1386-
integrity sha512-Be46CNIHWAagEfINOjmriSxuv7IVcqbGe+sDSg2SYCEz/0CRBy7LRASGfRbD8KZkqoePU73Wsx3UvOSFcq/9hA==
1383+
"@types/node@*", "@types/[email protected].62":
1384+
version "12.12.62"
1385+
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.62.tgz#733923d73669188d35950253dd18a21570085d2b"
1386+
integrity sha512-qAfo81CsD7yQIM9mVyh6B/U47li5g7cfpVQEDMfQeF8pSZVwzbhwU3crc0qG4DmpsebpJPR49AKOExQyJ05Cpg==
13871387

13881388
"@types/parse-json@^4.0.0":
13891389
version "4.0.0"
@@ -10060,10 +10060,10 @@ typedarray@^0.0.6:
1006010060
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1006110061
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1006210062

10063-
10064-
version "4.0.2"
10065-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.2.tgz#7ea7c88777c723c681e33bf7988be5d008d05ac2"
10066-
integrity sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ==
10063+
10064+
version "4.0.3"
10065+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.3.tgz#153bbd468ef07725c1df9c77e8b453f8d36abba5"
10066+
integrity sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==
1006710067

1006810068
uglify-js@^3.1.4:
1006910069
version "3.4.10"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"repository": "https://github.com/react-bootstrap/code-sandbox-examples",
66
"license": "MIT",
77
"dependencies": {
8-
"prettier": "^2.1.1"
8+
"prettier": "^2.1.2"
99
},
1010
"scripts": {
1111
"lint": "prettier --check **/*.{js,tsx,css,md}",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# yarn lockfile v1
33

44

5-
prettier@^2.1.1:
6-
version "2.1.1"
7-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.1.1.tgz#d9485dd5e499daa6cb547023b87a6cf51bee37d6"
8-
integrity sha512-9bY+5ZWCfqj3ghYBLxApy2zf6m+NJo5GzmLTpr9FsApsfjriNnS2dahWReHMi7qNPhhHl9SYHJs2cHZLgexNIw==
5+
prettier@^2.1.2:
6+
version "2.1.2"
7+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.1.2.tgz#3050700dae2e4c8b67c4c3f666cdb8af405e1ce5"
8+
integrity sha512-16c7K+x4qVlJg9rEbXl7HEGmQyZlG4R9AgP+oHKRMsMsuk8s+ATStlf1NpDqyBI1HpVyfjLOeMhH2LvuNvV5Vg==

0 commit comments

Comments
 (0)