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 24, 2023
1 parent 34eb8b0 commit 32629ee
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 @@ -132,7 +132,7 @@
"lint-staged": "^12.5.0",
"lodash": "^4.17.21",
"mocha": "^9.2.2",
"prettier": "^2.8.4",
"prettier": "^2.8.6",
"process": "^0.11.10",
"react": "^16.14.0",
"react-dom": "^16.14.0",
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.60.0",
"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.60.0:
version "1.60.0"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.60.0.tgz#657f0c23a302ac494b09a5ba8497b739fb5b5a81"
integrity sha512-updbwW6fNb5gGm8qMXzVO7V4sWf7LMXnMly/JEyfbfERbVH46Fn6q02BX7/eHTdKpE7d+oTkMMQpFWNUMfFbgQ==
dependencies:
chokidar ">=3.0.0 <4.0.0"
immutable "^4.0.0"
Expand Down

0 comments on commit 32629ee

Please sign in to comment.