Skip to content

Commit cc3e45e

Browse files
committed
fix: Update dependencies versions for @cocreate libraries
1 parent 6be966d commit cc3e45e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"devDependencies": {
4848
"@babel/core": "^7.9.6",
4949
"@babel/preset-env": "^7.9.6",
50-
"@cocreate/cli": "^1.29.3",
50+
"@cocreate/cli": "^1.33.0",
5151
"babel-loader": "^8.1.0",
5252
"clean-webpack-plugin": "^3.0.0",
5353
"file-loader": "^6.2.0",
@@ -59,10 +59,10 @@
5959
"webpack-log": "^3.0.1"
6060
},
6161
"dependencies": {
62-
"@cocreate/actions": "^1.8.19",
63-
"@cocreate/api": "^1.10.18",
64-
"@cocreate/element-prototype": "^1.8.17",
65-
"@cocreate/observer": "^1.8.6",
66-
"@cocreate/utils": "^1.21.4"
62+
"@cocreate/actions": "^1.8.21",
63+
"@cocreate/api": "^1.10.20",
64+
"@cocreate/element-prototype": "^1.8.19",
65+
"@cocreate/observer": "^1.8.8",
66+
"@cocreate/utils": "^1.21.5"
6767
}
68-
}
68+
}

0 commit comments

Comments
 (0)