Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 30, 2022
1 parent 709aaae commit fe5081d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
},
"dependencies": {
"@stoplight/elements": "7.5.18",
"@xstyled/styled-components": "^3.6.0",
"@xstyled/system": "^3.6.0",
"@xstyled/styled-components": "3.6.0",
"@xstyled/system": "3.6.0",
"isarray": "2.0.5",
"next": "12.1.5",
"next-swagger-doc": "*",
"react": "18.1.0",
"react-dom": "18.1.0",
"styled-components": "^5.3.5",
"styled-components": "5.3.5",
"swagger-ui-react": "latest"
},
"devDependencies": {
Expand All @@ -28,7 +28,7 @@
"@types/react-dom": "18.0.3",
"@types/swagger-jsdoc": "6.0.1",
"@typescript-eslint/eslint-plugin": "5.21.0",
"cpy-cli": "^4.1.0",
"cpy-cli": "4.1.0",
"eslint": "8.14.0",
"eslint-config-next": "12.1.5",
"prettier": "2.6.2",
Expand Down
8 changes: 4 additions & 4 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1300,7 +1300,7 @@
"@xstyled/system" "^3.6.0"
"@xstyled/util" "^3.5.1"

"@xstyled/styled-components@^3.6.0":
"@xstyled/styled-components@3.6.0":
version "3.6.0"
resolved "https://registry.yarnpkg.com/@xstyled/styled-components/-/styled-components-3.6.0.tgz#a1a1d49f3b1ada05abee6c00e06cefa452a21c57"
integrity sha512-ZoNl6bfztNOq8D5lSEeLeKHRCi1ozMG7yezKjg5mZ1+f9b0SUyj4Fp+1IY8V36YX2h7WTRTQFLFUd0j09mt6aA==
Expand All @@ -1309,7 +1309,7 @@
"@xstyled/system" "^3.6.0"
"@xstyled/util" "^3.5.1"

"@xstyled/system@^3.6.0":
"@xstyled/system@3.6.0", "@xstyled/system@^3.6.0":
version "3.6.0"
resolved "https://registry.yarnpkg.com/@xstyled/system/-/system-3.6.0.tgz#a61cd542d39c02dad9932d97075e7a15d82036d4"
integrity sha512-JnEck581S/HqpgGgPBb7ZMSe0UzGvsAl8Lqcr8pTTqChUG/rK4/BNXk4wlxwJraV76Wo/tXjpUDepuNMlhj+cQ==
Expand Down Expand Up @@ -1935,7 +1935,7 @@ cp-file@^9.1.0:
nested-error-stacks "^2.0.0"
p-event "^4.1.0"

cpy-cli@^4.1.0:
cpy-cli@4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/cpy-cli/-/cpy-cli-4.1.0.tgz#64ce7e23e095a4961539f89da6413f5deb8a62f6"
integrity sha512-JA6bth6/mxPCa19SrWkIuPEBrea8vO9g1v0qhmCLnAKOfTcsNk5/X3W1o9aZuOHgugRcxdyR67rO4Gw/DA+4Qg==
Expand Down Expand Up @@ -5265,7 +5265,7 @@ style-to-object@^0.3.0:
dependencies:
inline-style-parser "0.1.1"

styled-components@^5.3.5:
styled-components@5.3.5:
version "5.3.5"
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.3.5.tgz#a750a398d01f1ca73af16a241dec3da6deae5ec4"
integrity sha512-ndETJ9RKaaL6q41B69WudeqLzOpY1A/ET/glXkNZ2T7dPjPqpPCXXQjDFYZWwNnE5co0wX+gTCqx9mfxTmSIPg==
Expand Down

0 comments on commit fe5081d

Please sign in to comment.