Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 26, 2021
1 parent 7ae2d1e commit 425390f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@artsy/bucket-assets": "1.0.3",
"@artsy/express-reloadable": "1.5.0",
"@artsy/gemup": "0.1.0",
"@artsy/multienv": "^1.2.0",
"@artsy/multienv": "1.2.0",
"@artsy/palette": "10.1.0",
"@artsy/reaction": "29.2.1",
"@babel/cli": "7.0.0",
Expand All @@ -52,7 +52,7 @@
"@babel/register": "7.7.0",
"@babel/runtime": "7.0.0",
"airtable": "0.4.5",
"algoliasearch": "^4.10.5",
"algoliasearch": "4.10.5",
"artsy-ezel-components": "artsy/artsy-ezel-components",
"artsy-morgan": "artsy/artsy-morgan",
"artsy-xapp": "1.0.4",
Expand Down Expand Up @@ -131,7 +131,7 @@
"superagent": "3.7.0",
"superagent-bluebird-promise": "3.0.2",
"ts-loader": "6.2.1",
"typescript": "^4.1.3",
"typescript": "4.1.3",
"typescript-styled-plugin": "0.13.0",
"uglifyify": "3.0.4",
"underscore": "1.13.1",
Expand All @@ -158,8 +158,8 @@
"@types/styled-components": "5.1.4",
"@types/styled-system": "3.0.9",
"@types/testing-library__cypress": "5.0.3",
"@typescript-eslint/eslint-plugin": "^4.13.0",
"@typescript-eslint/parser": "^4.13.0",
"@typescript-eslint/eslint-plugin": "4.13.0",
"@typescript-eslint/parser": "4.13.0",
"babel-eslint": "10.0.3",
"babel-jest": "23.6.0",
"benv": "3.3.0",
Expand All @@ -169,15 +169,15 @@
"cypress": "4.1.0",
"enzyme": "3.9.0",
"enzyme-adapter-react-16": "1.15.1",
"eslint": "^7.17.0",
"eslint": "7.17.0",
"eslint-config-prettier": "3.1.0",
"eslint-config-standard": "10.2.1",
"eslint-config-standard-react": "5.0.0",
"eslint-plugin-import": "2.20.1",
"eslint-plugin-node": "5.1.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-promise": "3.5.0",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react": "7.22.0",
"eslint-plugin-standard": "3.0.1",
"fork-ts-checker-notifier-webpack-plugin": "0.4.0",
"fork-ts-checker-webpack-plugin": "0.4.3",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
dependencies:
uuid "^8.3.0"

"@artsy/multienv@^1.2.0":
"@artsy/multienv@1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@artsy/multienv/-/multienv-1.2.0.tgz#ff4bb0b86ee8bb1c2867e5d887931d274024e68a"
integrity sha512-ElwKuJ4DVw3/X27t/v+/hBJLNx4gP76foiVTX11kguiurzBFDln3k/nRTYnalOkU+33nCWgZnpj5elI4jUPqSg==
Expand Down Expand Up @@ -1823,7 +1823,7 @@
dependencies:
"@types/yargs-parser" "*"

"@typescript-eslint/eslint-plugin@^4.13.0":
"@typescript-eslint/eslint-plugin@4.13.0":
version "4.13.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.13.0.tgz#5f580ea520fa46442deb82c038460c3dd3524bb6"
integrity sha512-ygqDUm+BUPvrr0jrXqoteMqmIaZ/bixYOc3A4BRwzEPTZPi6E+n44rzNZWaB0YvtukgP+aoj0i/fyx7FkM2p1w==
Expand All @@ -1849,7 +1849,7 @@
eslint-scope "^5.0.0"
eslint-utils "^2.0.0"

"@typescript-eslint/parser@^4.13.0":
"@typescript-eslint/parser@4.13.0":
version "4.13.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.13.0.tgz#c413d640ea66120cfcc37f891e8cb3fd1c9d247d"
integrity sha512-KO0J5SRF08pMXzq9+abyHnaGQgUJZ3Z3ax+pmqz9vl81JxmTTOUfQmq7/4awVfq09b6C4owNlOgOwp61pYRBSg==
Expand Down Expand Up @@ -2228,7 +2228,7 @@ ajv@^7.0.2:
require-from-string "^2.0.2"
uri-js "^4.2.2"

algoliasearch@^4.10.5:
algoliasearch@4.10.5:
version "4.10.5"
resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-4.10.5.tgz#1faf34a3ae5ac3bef27282eb141251c70c7f5db2"
integrity sha512-KmH2XkiN+8FxhND4nWFbQDkIoU6g2OjfeU9kIv4Lb+EiOOs3Gpp7jvd+JnatsCisAZsnWQdjd7zVlW7I/85QvQ==
Expand Down Expand Up @@ -5545,7 +5545,7 @@ eslint-plugin-node@5.1.1:
resolve "^1.3.3"
semver "5.3.0"

eslint-plugin-prettier@^3.3.1:
eslint-plugin-prettier@3.3.1:
version "3.3.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.3.1.tgz#7079cfa2497078905011e6f82e8dd8453d1371b7"
integrity sha512-Rq3jkcFY8RYeQLgk2cCwuc0P7SEFwDravPhsJZOQ5N4YI4DSg50NyqJ/9gdZHzQlHf8MvafSesbNJCcP/FF6pQ==
Expand All @@ -5557,7 +5557,7 @@ eslint-plugin-promise@3.5.0:
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-3.5.0.tgz#78fbb6ffe047201627569e85a6c5373af2a68fca"
integrity sha1-ePu2/+BHIBYnVp6FpsU3OvKmj8o=

eslint-plugin-react@^7.22.0:
eslint-plugin-react@7.22.0:
version "7.22.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.22.0.tgz#3d1c542d1d3169c45421c1215d9470e341707269"
integrity sha512-p30tuX3VS+NWv9nQot9xIGAHBXR0+xJVaZriEsHoJrASGCJZDJ8JLNM0YqKqI0AKm6Uxaa1VUHoNEibxRCMQHA==
Expand Down Expand Up @@ -5617,7 +5617,7 @@ eslint-visitor-keys@^2.0.0:
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==

eslint@^7.17.0:
eslint@7.17.0:
version "7.17.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.17.0.tgz#4ccda5bf12572ad3bf760e6f195886f50569adb0"
integrity sha512-zJk08MiBgwuGoxes5sSQhOtibZ75pz0J35XTRlZOk9xMffhpA9BTbQZxoXZzOl5zMbleShbGwtw+1kGferfFwQ==
Expand Down Expand Up @@ -14355,7 +14355,7 @@ typescript-template-language-service-decorator@^2.0.0:
resolved "https://registry.yarnpkg.com/typescript-template-language-service-decorator/-/typescript-template-language-service-decorator-2.2.0.tgz#4ee6d580f307fb9239978e69626f2775b8a59b2a"
integrity sha512-xiolqt1i7e22rpqMaprPgSFVgU64u3b9n6EJlAaUYE61jumipKAdI1+O5khPlWslpTUj80YzjUKjJ2jxT0D74w==

typescript@^4.1.3:
typescript@4.1.3:
version "4.1.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.3.tgz#519d582bd94cba0cf8934c7d8e8467e473f53bb7"
integrity sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==
Expand Down

0 comments on commit 425390f

Please sign in to comment.