Skip to content

Commit 6b75cd2

Browse files
committed
feat: update cocreate dependencies for the latest features
1 parent ac2f9f6 commit 6b75cd2

File tree

1 file changed

+65
-65
lines changed

1 file changed

+65
-65
lines changed

package.json

Lines changed: 65 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"@babel/core": "^7.9.6",
5151
"@babel/preset-env": "^7.9.6",
52-
"@cocreate/cli": "^1.42.8",
52+
"@cocreate/cli": "^1.42.9",
5353
"babel-loader": "^8.1.0",
5454
"clean-webpack-plugin": "^3.0.0",
5555
"css-loader": "^5.2.6",
@@ -67,69 +67,69 @@
6767
"webpack-log": "^3.0.1"
6868
},
6969
"dependencies": {
70-
"@cocreate/actions": "^1.12.3",
71-
"@cocreate/api": "^1.15.11",
72-
"@cocreate/attributes": "^1.11.9",
73-
"@cocreate/cache": "^1.1.1",
74-
"@cocreate/calculation": "^1.10.10",
75-
"@cocreate/charts": "^1.9.6",
76-
"@cocreate/clone": "^1.7.10",
77-
"@cocreate/cocreatecss": "^1.17.2",
78-
"@cocreate/codearea": "^1.9.7",
79-
"@cocreate/conditional-logic": "^1.8.9",
80-
"@cocreate/config": "^1.6.8",
81-
"@cocreate/crdt": "^1.24.3",
82-
"@cocreate/croppie": "^1.7.6",
83-
"@cocreate/crud-client": "^1.28.14",
84-
"@cocreate/css-parser": "^1.11.8",
85-
"@cocreate/cursors": "^1.20.9",
86-
"@cocreate/dnd": "^0.28.8",
87-
"@cocreate/domain": "^1.10.6",
88-
"@cocreate/element-config": "^1.8.8",
89-
"@cocreate/element-prototype": "^1.13.0",
90-
"@cocreate/elements": "^1.26.1",
91-
"@cocreate/events": "^1.14.1",
92-
"@cocreate/file": "^1.10.0",
93-
"@cocreate/filter": "^1.23.8",
94-
"@cocreate/floating-label": "^1.10.8",
95-
"@cocreate/fullcalendar": "^1.8.10",
96-
"@cocreate/fullscreen": "^1.8.9",
97-
"@cocreate/indexeddb": "^1.17.1",
98-
"@cocreate/industry": "^1.17.4",
99-
"@cocreate/lazy-loader": "^1.6.8",
100-
"@cocreate/link": "^1.8.7",
101-
"@cocreate/local-storage": "^1.10.10",
102-
"@cocreate/modal": "^1.14.8",
103-
"@cocreate/notification": "^1.2.3",
104-
"@cocreate/observer": "^1.11.9",
70+
"@cocreate/actions": "^1.12.4",
71+
"@cocreate/api": "^1.15.12",
72+
"@cocreate/attributes": "^1.11.10",
73+
"@cocreate/cache": "^1.1.2",
74+
"@cocreate/calculation": "^1.10.11",
75+
"@cocreate/charts": "^1.9.7",
76+
"@cocreate/clone": "^1.7.11",
77+
"@cocreate/cocreatecss": "^1.17.3",
78+
"@cocreate/codearea": "^1.9.8",
79+
"@cocreate/conditional-logic": "^1.8.10",
80+
"@cocreate/config": "^1.6.9",
81+
"@cocreate/crdt": "^1.24.4",
82+
"@cocreate/croppie": "^1.7.7",
83+
"@cocreate/crud-client": "^1.29.0",
84+
"@cocreate/css-parser": "^1.11.9",
85+
"@cocreate/cursors": "^1.20.10",
86+
"@cocreate/dnd": "^0.28.9",
87+
"@cocreate/domain": "^1.10.7",
88+
"@cocreate/element-config": "^1.8.9",
89+
"@cocreate/element-prototype": "^1.13.2",
90+
"@cocreate/elements": "^1.26.4",
91+
"@cocreate/events": "^1.14.2",
92+
"@cocreate/file": "^1.11.0",
93+
"@cocreate/filter": "^1.25.0",
94+
"@cocreate/floating-label": "^1.10.9",
95+
"@cocreate/fullcalendar": "^1.8.12",
96+
"@cocreate/fullscreen": "^1.8.10",
97+
"@cocreate/indexeddb": "^1.18.0",
98+
"@cocreate/industry": "^1.17.5",
99+
"@cocreate/lazy-loader": "^1.6.9",
100+
"@cocreate/link": "^1.8.9",
101+
"@cocreate/local-storage": "^1.10.11",
102+
"@cocreate/modal": "^1.14.9",
103+
"@cocreate/notification": "^1.2.4",
104+
"@cocreate/observer": "^1.12.0",
105105
"@cocreate/openai": "^1.1.0",
106-
"@cocreate/organizations": "^1.23.4",
107-
"@cocreate/parallax": "^1.6.4",
108-
"@cocreate/pass": "^1.16.8",
109-
"@cocreate/pickr": "^1.9.8",
110-
"@cocreate/position": "^1.6.8",
111-
"@cocreate/prism": "^1.8.4",
112-
"@cocreate/progress": "^1.7.6",
113-
"@cocreate/pwa": "^1.14.0",
114-
"@cocreate/random-color": "^1.7.3",
115-
"@cocreate/remove": "^1.8.9",
116-
"@cocreate/render": "^1.30.1",
117-
"@cocreate/resize": "^1.8.8",
118-
"@cocreate/resize-observer": "^1.6.8",
119-
"@cocreate/rich-text": "^1.7.8",
120-
"@cocreate/scroll": "^1.8.8",
121-
"@cocreate/search": "^1.6.4",
122-
"@cocreate/select": "^1.13.8",
123-
"@cocreate/selection": "^1.9.8",
124-
"@cocreate/social-share": "^1.6.4",
125-
"@cocreate/socket-client": "^1.33.0",
126-
"@cocreate/text": "^1.23.8",
127-
"@cocreate/toolbar": "^1.14.6",
128-
"@cocreate/unique": "^1.15.8",
129-
"@cocreate/users": "^1.28.5",
130-
"@cocreate/utils": "^1.27.1",
131-
"@cocreate/uuid": "^1.7.4",
132-
"@cocreate/validation": "^1.11.11",
133-
"@cocreate/vdom": "^1.9.8"
106+
"@cocreate/organizations": "^1.23.5",
107+
"@cocreate/parallax": "^1.6.5",
108+
"@cocreate/pass": "^1.16.10",
109+
"@cocreate/pickr": "^1.9.9",
110+
"@cocreate/position": "^1.6.9",
111+
"@cocreate/prism": "^1.8.5",
112+
"@cocreate/progress": "^1.7.7",
113+
"@cocreate/pwa": "^1.15.0",
114+
"@cocreate/random-color": "^1.7.4",
115+
"@cocreate/remove": "^1.8.10",
116+
"@cocreate/render": "^1.32.0",
117+
"@cocreate/resize": "^1.8.9",
118+
"@cocreate/resize-observer": "^1.6.9",
119+
"@cocreate/rich-text": "^1.7.9",
120+
"@cocreate/scroll": "^1.8.9",
121+
"@cocreate/search": "^1.6.5",
122+
"@cocreate/select": "^1.13.9",
123+
"@cocreate/selection": "^1.9.9",
124+
"@cocreate/social-share": "^1.6.5",
125+
"@cocreate/socket-client": "^1.33.1",
126+
"@cocreate/text": "^1.23.9",
127+
"@cocreate/toolbar": "^1.14.7",
128+
"@cocreate/unique": "^1.15.9",
129+
"@cocreate/users": "^1.28.6",
130+
"@cocreate/utils": "^1.27.4",
131+
"@cocreate/uuid": "^1.7.6",
132+
"@cocreate/validation": "^1.11.12",
133+
"@cocreate/vdom": "^1.9.9"
134134
}
135-
}
135+
}

0 commit comments

Comments
 (0)