Skip to content

Commit

Permalink
Bump @prisma/client from 2.10.0 to 2.10.1 in /examples/prisma
Browse files Browse the repository at this point in the history
Bumps [@prisma/client](https://github.com/prisma/prisma) from 2.10.0 to 2.10.1.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Changelog](https://github.com/prisma/prisma/blob/master/docs/releases.md)
- [Commits](prisma/prisma@2.10.0...2.10.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Oct 29, 2020
1 parent 2a6a67f commit f4709df
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"typescript": "^4.0.5"
},
"dependencies": {
"@prisma/client": "^2.10.0",
"@prisma/client": "^2.10.1",
"@restyjs/core": "^1.0.6"
}
}
18 changes: 9 additions & 9 deletions examples/prisma/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
"@prisma/bar" "^0.0.0"
"@prisma/engines" "2.10.0-16-af1ae11a423edfb5d24092a85be11fa77c5e499c"

"@prisma/client@^2.10.0":
version "2.10.0"
resolved "https://registry.yarnpkg.com/@prisma/client/-/client-2.10.0.tgz#967223bb1e1b21ddea9a098dc9758f7ace03d828"
integrity sha512-TZoT5SYmCkVqMt8rKp3NAUm6UTqjNUMp2W94IcVn2d5DVkOR5TZGkxP/u8KuSoY3KQWIG+KQy/azIKetKxc+LQ==
"@prisma/client@^2.10.1":
version "2.10.1"
resolved "https://registry.yarnpkg.com/@prisma/client/-/client-2.10.1.tgz#96fe79ad0d7763d0eda1ea91870a8882e4dbb21f"
integrity sha512-VwasxCCwdRmrcVVoLwXTEbwrBiqOYr2Umqw9btvMvHGRhA1nRKCvmt7SCiCjGrx6CuC8eCG/HGxruv04001YKQ==
dependencies:
"@prisma/engines-version" "2.10.0-16-af1ae11a423edfb5d24092a85be11fa77c5e499c"
"@prisma/engines-version" "2.10.1-6-7d0087eadc7265e12d4b8d8c3516b02c4c965111"

"@prisma/engines-version@2.10.0-16-af1ae11a423edfb5d24092a85be11fa77c5e499c":
version "2.10.0-16-af1ae11a423edfb5d24092a85be11fa77c5e499c"
resolved "https://registry.yarnpkg.com/@prisma/engines-version/-/engines-version-2.10.0-16-af1ae11a423edfb5d24092a85be11fa77c5e499c.tgz#4d02db85e5a7250676a648d3eab0d579455c1eea"
integrity sha512-8dW/oSDBv3fovNzTn2sjpITgD4IhHYPnmkbPp4Gv4rqjB14tpB0OuU1xkygVRIRJisTBRoYyjfiVaaWea/e57A==
"@prisma/engines-version@2.10.1-6-7d0087eadc7265e12d4b8d8c3516b02c4c965111":
version "2.10.1-6-7d0087eadc7265e12d4b8d8c3516b02c4c965111"
resolved "https://registry.yarnpkg.com/@prisma/engines-version/-/engines-version-2.10.1-6-7d0087eadc7265e12d4b8d8c3516b02c4c965111.tgz#7f96aa61085fc803f81b3df0fa32297909ce4b08"
integrity sha512-OuOSTvEzXJwCJzNqZ9N/+J3lO64HgX9uGiVOuvlTrRSXoLZk0Q2IiLAx8qhY1U7jPpHJ7LTlZuGNScimqonpJg==

"@prisma/engines@2.10.0-16-af1ae11a423edfb5d24092a85be11fa77c5e499c":
version "2.10.0-16-af1ae11a423edfb5d24092a85be11fa77c5e499c"
Expand Down

0 comments on commit f4709df

Please sign in to comment.