Skip to content

Commit 0e7b56e

Browse files
committed
fix: Update dependencies versions for @cocreate libraries
1 parent c0a20d5 commit 0e7b56e

File tree

1 file changed

+67
-67
lines changed

1 file changed

+67
-67
lines changed

package.json

+67-67
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,67 @@
1-
{
2-
"name": "@cocreate/conditional-logic",
3-
"version": "1.5.13",
4-
"description": "Simple JS component show & hide elements conditionally with inputs,checkbox,radio,btn etc.Great for creating tabs, accordions, dynamic forms, etc. Easy Configuration using HTML5 data attributes and/or JavaScript API.",
5-
"keywords": [
6-
"conditional-logic",
7-
"cocreate",
8-
"low-code-framework",
9-
"no-code-framework",
10-
"cocreatejs",
11-
"cocreatejs-component",
12-
"cocreate-framework",
13-
"no-code",
14-
"low-code",
15-
"collaborative-framework",
16-
"realtime",
17-
"realtime-framework",
18-
"collaboration",
19-
"shared-editing",
20-
"html5-framework",
21-
"javascript-framework"
22-
],
23-
"publishConfig": {
24-
"access": "public"
25-
},
26-
"scripts": {
27-
"start": "npx webpack --config webpack.config.js",
28-
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
29-
"dev": "npx webpack --config webpack.config.js --watch",
30-
"docs": "node ./node_modules/@cocreate/docs/src/index.js",
31-
"hosting": "node ./node_modules/@cocreate/hosting/src/index.js"
32-
},
33-
"repository": {
34-
"type": "git",
35-
"url": "git+https://github.com/CoCreate-app/CoCreate-conditional-logic.git"
36-
},
37-
"author": "CoCreate LLC",
38-
"license": "MIT",
39-
"bugs": {
40-
"url": "https://github.com/CoCreate-app/CoCreate-conditional-logic/issues"
41-
},
42-
"homepage": "https://cocreate.app/docs/conditional-logic",
43-
"funding": {
44-
"type": "GitHub Sponsors ❤",
45-
"url": "https://github.com/sponsors/CoCreate-app"
46-
},
47-
"main": "./src/index.js",
48-
"devDependencies": {
49-
"@babel/core": "^7.9.6",
50-
"@babel/preset-env": "^7.9.6",
51-
"babel-loader": "^8.1.0",
52-
"clean-webpack-plugin": "^3.0.0",
53-
"file-loader": "^6.2.0",
54-
"mini-css-extract-plugin": "^1.5.0",
55-
"style-loader": "^3.3.1",
56-
"terser-webpack-plugin": "^5.1.1",
57-
"webpack": "^5.24.4",
58-
"webpack-cli": "^4.5.0",
59-
"webpack-log": "^3.0.1"
60-
},
61-
"dependencies": {
62-
"@cocreate/actions": "^1.8.12",
63-
"@cocreate/docs": "^1.7.13",
64-
"@cocreate/observer": "^1.8.0",
65-
"@cocreate/utils": "^1.20.10"
66-
}
67-
}
1+
{
2+
"name": "@cocreate/conditional-logic",
3+
"version": "1.5.13",
4+
"description": "Simple JS component show & hide elements conditionally with inputs,checkbox,radio,btn etc.Great for creating tabs, accordions, dynamic forms, etc. Easy Configuration using HTML5 data attributes and/or JavaScript API.",
5+
"keywords": [
6+
"conditional-logic",
7+
"cocreate",
8+
"low-code-framework",
9+
"no-code-framework",
10+
"cocreatejs",
11+
"cocreatejs-component",
12+
"cocreate-framework",
13+
"no-code",
14+
"low-code",
15+
"collaborative-framework",
16+
"realtime",
17+
"realtime-framework",
18+
"collaboration",
19+
"shared-editing",
20+
"html5-framework",
21+
"javascript-framework"
22+
],
23+
"publishConfig": {
24+
"access": "public"
25+
},
26+
"scripts": {
27+
"start": "npx webpack --config webpack.config.js",
28+
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
29+
"dev": "npx webpack --config webpack.config.js --watch",
30+
"docs": "node ./node_modules/@cocreate/docs/src/index.js",
31+
"hosting": "node ./node_modules/@cocreate/hosting/src/index.js"
32+
},
33+
"repository": {
34+
"type": "git",
35+
"url": "git+https://github.com/CoCreate-app/CoCreate-conditional-logic.git"
36+
},
37+
"author": "CoCreate LLC",
38+
"license": "MIT",
39+
"bugs": {
40+
"url": "https://github.com/CoCreate-app/CoCreate-conditional-logic/issues"
41+
},
42+
"homepage": "https://cocreate.app/docs/conditional-logic",
43+
"funding": {
44+
"type": "GitHub Sponsors ❤",
45+
"url": "https://github.com/sponsors/CoCreate-app"
46+
},
47+
"main": "./src/index.js",
48+
"devDependencies": {
49+
"@babel/core": "^7.9.6",
50+
"@babel/preset-env": "^7.9.6",
51+
"babel-loader": "^8.1.0",
52+
"clean-webpack-plugin": "^3.0.0",
53+
"file-loader": "^6.2.0",
54+
"mini-css-extract-plugin": "^1.5.0",
55+
"style-loader": "^3.3.1",
56+
"terser-webpack-plugin": "^5.1.1",
57+
"webpack": "^5.24.4",
58+
"webpack-cli": "^4.5.0",
59+
"webpack-log": "^3.0.1"
60+
},
61+
"dependencies": {
62+
"@cocreate/actions": "^1.8.14",
63+
"@cocreate/docs": "^1.7.15",
64+
"@cocreate/observer": "^1.8.3",
65+
"@cocreate/utils": "^1.21.1"
66+
}
67+
}

0 commit comments

Comments
 (0)