Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 15, 2023
1 parent 34eb8b0 commit 8191c08
Show file tree
Hide file tree
Showing 5 changed files with 171 additions and 202 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.19.0
16.19.1
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@
"devDependencies": {
"@4c/rollout": "^4.0.2",
"@4c/tsconfig": "^0.4.1",
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/preset-typescript": "^7.18.6",
"@babel/register": "^7.18.9",
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.3",
"@babel/preset-typescript": "^7.21.0",
"@babel/register": "^7.21.0",
"@react-bootstrap/babel-preset": "^2.1.0",
"@react-bootstrap/eslint-config": "^2.0.0",
"@testing-library/dom": "^8.20.0",
Expand All @@ -88,7 +88,7 @@
"@types/invariant": "^2.2.35",
"@types/mocha": "^9.1.1",
"@types/prop-types": "^15.7.5",
"@types/react-dom": "^16.9.17",
"@types/react-dom": "^16.9.18",
"@types/sinon": "^10.0.13",
"@types/sinon-chai": "^3.2.9",
"@types/warning": "^3.0.0",
Expand Down Expand Up @@ -143,7 +143,7 @@
"stream-browserify": "^3.0.0",
"typescript": "^4.9.5",
"util": "^0.12.5",
"webpack": "^5.75.0"
"webpack": "^5.76.1"
},
"peerDependencies": {
"@types/react": ">=16.14.8",
Expand Down
4 changes: 2 additions & 2 deletions www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"bootstrap": "^5.2.3",
"classnames": "^2.3.2",
"common-tags": "^1.8.2",
"copy-text-to-clipboard": "^3.0.1",
"copy-text-to-clipboard": "^3.1.0",
"dom-helpers": "^5.2.1",
"formik": "^2.2.9",
"gatsby": "^2.32.13",
Expand All @@ -72,7 +72,7 @@
"react-helmet": "^6.1.0",
"react-live": "^2.4.1",
"remark-slug": "^6.1.0",
"sass": "^1.58.0",
"sass": "^1.59.3",
"shakespeare-data": "^3.0.0",
"yup": "^0.32.11"
}
Expand Down
16 changes: 8 additions & 8 deletions www/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3799,10 +3799,10 @@ copy-descriptor@^0.1.0:
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=

copy-text-to-clipboard@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/copy-text-to-clipboard/-/copy-text-to-clipboard-3.0.1.tgz#8cbf8f90e0a47f12e4a24743736265d157bce69c"
integrity sha512-rvVsHrpFcL4F2P8ihsoLdFHmd404+CMg71S756oRSeQgqk51U3kicGdnvfkrxva0xXH92SjGS62B0XIJsbh+9Q==
copy-text-to-clipboard@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/copy-text-to-clipboard/-/copy-text-to-clipboard-3.1.0.tgz#6bf40deef0a51ac6858efb0d76ded2c6d6a15059"
integrity sha512-PFM6BnjLnOON/lB3ta/Jg7Ywsv+l9kQGD4TWDCSlRBGmqnnTM5MrDkhAFgw+8HZt0wW6Q2BBE4cmy9sq+s9Qng==

copyfiles@^2.3.0:
version "2.3.0"
Expand Down Expand Up @@ -11789,10 +11789,10 @@ sass-loader@^10.1.0:
schema-utils "^3.0.0"
semver "^7.3.2"

sass@^1.58.0:
version "1.58.0"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.58.0.tgz#ee8aea3ad5ea5c485c26b3096e2df6087d0bb1cc"
integrity sha512-PiMJcP33DdKtZ/1jSjjqVIKihoDc6yWmYr9K/4r3fVVIEDAluD0q7XZiRKrNJcPK3qkLRF/79DND1H5q1LBjgg==
sass@^1.59.3:
version "1.59.3"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.59.3.tgz#a1ddf855d75c70c26b4555df4403e1bbf8e4403f"
integrity sha512-QCq98N3hX1jfTCoUAsF3eyGuXLsY7BCnCEg9qAact94Yc21npG2/mVOqoDvE0fCbWDqiM4WlcJQla0gWG2YlxQ==
dependencies:
chokidar ">=3.0.0 <4.0.0"
immutable "^4.0.0"
Expand Down

0 comments on commit 8191c08

Please sign in to comment.