Skip to content

Commit 35edb1b

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

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

basic-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@types/jest": "26.0.10",
6+
"@types/jest": "26.0.12",
77
"@types/node": "12.12.54",
8-
"@types/react": "16.9.46",
8+
"@types/react": "16.9.49",
99
"@types/react-dom": "16.9.8",
1010
"bootstrap": "^4.5.2",
1111
"react": "^16.13.1",

basic-ts/yarn.lock

Lines changed: 8 additions & 8 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].10":
1366-
version "26.0.10"
1367-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.10.tgz#8faf7e9756c033c39014ae76a7329efea00ea607"
1368-
integrity sha512-i2m0oyh8w/Lum7wWK/YOZJakYF8Mx08UaKA1CtbmFeDquVhAEdA7znacsVSf2hJ1OQ/OfVMGN90pw/AtzF8s/Q==
1365+
"@types/[email protected].12":
1366+
version "26.0.12"
1367+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.12.tgz#0f20fef9e74f55a312530284e6178f3b3254f501"
1368+
integrity sha512-vZOFjm562IPb1EmaKxMjdcouxVb1l3NqoUH4XC4tDQ2R/AWde+0HXBUhyfc6L+7vc3mJ393U+5vr3nH2CLSVVg==
13691369
dependencies:
13701370
jest-diff "^25.2.1"
13711371
pretty-format "^25.2.1"
@@ -1414,10 +1414,10 @@
14141414
dependencies:
14151415
"@types/react" "*"
14161416

1417-
"@types/react@*", "@types/[email protected].46", "@types/react@^16.9.35":
1418-
version "16.9.46"
1419-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.46.tgz#f0326cd7adceda74148baa9bff6e918632f5069e"
1420-
integrity sha512-dbHzO3aAq1lB3jRQuNpuZ/mnu+CdD3H0WVaaBQA8LTT3S33xhVBUj232T8M3tAhSWJs/D/UqORYUlJNl/8VQZg==
1417+
"@types/react@*", "@types/[email protected].49", "@types/react@^16.9.35":
1418+
version "16.9.49"
1419+
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.49.tgz#09db021cf8089aba0cdb12a49f8021a69cce4872"
1420+
integrity sha512-DtLFjSj0OYAdVLBbyjhuV9CdGVHCkHn2R+xr3XkBvK2rS1Y1tkc14XSGjYgm5Fjjr90AxH9tiSzc1pCFMGO06g==
14211421
dependencies:
14221422
"@types/prop-types" "*"
14231423
csstype "^3.0.2"

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.0.5"
8+
"prettier": "^2.1.1"
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.0.5:
6-
version "2.0.5"
7-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.0.5.tgz#d6d56282455243f2f92cc1716692c08aa31522d4"
8-
integrity sha512-7PtVymN48hGcO4fGjybyBSIWDsLU4H4XlvOHfq91pz9kkGlonzwTfYkaIEwiRg/dAJF9YlbsduBAgtYLi+8cFg==
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==

0 commit comments

Comments
 (0)