Skip to content

Commit 717919c

Browse files
Update Symbiosis (#45)
1 parent 7519706 commit 717919c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@techmmunity/symbiosis-dynamodb",
3-
"version": "0.0.13",
3+
"version": "0.0.14",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"license": "Apache-2.0",
@@ -28,7 +28,7 @@
2828
"techmmunity-symbiosis"
2929
],
3030
"peerDependencies": {
31-
"@techmmunity/symbiosis": "^0.0.22",
31+
"@techmmunity/symbiosis": "^0.0.24",
3232
"reflect-metadata": "^0.1.13"
3333
},
3434
"dependencies": {
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@techmmunity/eslint-config": "^5.0.1",
41-
"@techmmunity/symbiosis": "^0.0.23",
41+
"@techmmunity/symbiosis": "^0.0.24",
4242
"@types/jest": "^27.0.1",
4343
"@vercel/ncc": "^0.31.1",
4444
"eslint": "^8.1.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,10 +1222,10 @@
12221222
eslint-plugin-react-hooks "^4.2.1-alpha-4298ddbc5-20211023"
12231223
eslint-plugin-sonarjs "^0.10.0"
12241224

1225-
"@techmmunity/symbiosis@^0.0.23":
1226-
version "0.0.23"
1227-
resolved "https://registry.yarnpkg.com/@techmmunity/symbiosis/-/symbiosis-0.0.23.tgz#e360bb2107f884afb24d8a17686cccf38989055c"
1228-
integrity sha512-faCdZ8SrGPDJ+4AIvCm30lTVyAd85pbdhPGG/0C4L6b+MPOSh264sGnhIfqElYFJylprGUgUcmausN11DD24Ww==
1225+
"@techmmunity/symbiosis@^0.0.24":
1226+
version "0.0.24"
1227+
resolved "https://registry.yarnpkg.com/@techmmunity/symbiosis/-/symbiosis-0.0.24.tgz#73a07ceb8be9495310cdcf72edabec02c3750a8e"
1228+
integrity sha512-iimA+yzYmnitauuJuIc1ILPxd/jWtLIB/wauU2De8LSGwdSN8EeOfnGbb+OuBMKwWSGBnSAwjWVMA+iKVzaXCg==
12291229
dependencies:
12301230
"@techmmunity/utils" "^1.5.0"
12311231
change-case "^4.1.2"

0 commit comments

Comments
 (0)