Skip to content

Commit 7d45703

Browse files
committed
fix: Update dependencies versions for @cocreate libraries
1 parent 5e4ef91 commit 7d45703

File tree

1 file changed

+69
-69
lines changed

1 file changed

+69
-69
lines changed

package.json

Lines changed: 69 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,69 @@
1-
{
2-
"name": "@cocreate/twilio",
3-
"version": "1.5.13",
4-
"description": "A simple twilio component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
5-
"keywords": [
6-
"twilio",
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": "NODE_ENV=debug 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-
},
32-
"repository": {
33-
"type": "git",
34-
"url": "git+https://github.com/CoCreate-app/CoCreate-twilio.git"
35-
},
36-
"author": "CoCreate LLC",
37-
"license": "MIT",
38-
"bugs": {
39-
"url": "https://github.com/CoCreate-app/CoCreate-twilio/issues"
40-
},
41-
"homepage": "https://cocreate.app/docs/twilio",
42-
"funding": {
43-
"type": "GitHub Sponsors ❤",
44-
"url": "https://github.com/sponsors/CoCreate-app"
45-
},
46-
"main": "./src/index.js",
47-
"devDependencies": {
48-
"@babel/core": "^7.13.10",
49-
"@babel/preset-env": "^7.13.10",
50-
"babel-loader": "^8.1.0",
51-
"clean-webpack-plugin": "^3.0.0",
52-
"file-loader": "^6.2.0",
53-
"mini-css-extract-plugin": "^1.5.0",
54-
"process": "^0.11.10",
55-
"style-loader": "^3.3.1",
56-
"terser-webpack-plugin": "^5.1.1",
57-
"twilio-client": "^1.14.0",
58-
"webpack": "^5.26.3",
59-
"webpack-cli": "^4.5.0",
60-
"webpack-log": "^3.0.2"
61-
},
62-
"dependencies": {
63-
"@cocreate/api": "^1.10.13",
64-
"@cocreate/docs": "^1.7.13",
65-
"twilio": "^3.60.0",
66-
"twilio-client-mirror": "0.0.2",
67-
"util": "^0.12.3"
68-
}
69-
}
1+
{
2+
"name": "@cocreate/twilio",
3+
"version": "1.5.13",
4+
"description": "A simple twilio component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
5+
"keywords": [
6+
"twilio",
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": "NODE_ENV=debug 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+
},
32+
"repository": {
33+
"type": "git",
34+
"url": "git+https://github.com/CoCreate-app/CoCreate-twilio.git"
35+
},
36+
"author": "CoCreate LLC",
37+
"license": "MIT",
38+
"bugs": {
39+
"url": "https://github.com/CoCreate-app/CoCreate-twilio/issues"
40+
},
41+
"homepage": "https://cocreate.app/docs/twilio",
42+
"funding": {
43+
"type": "GitHub Sponsors ❤",
44+
"url": "https://github.com/sponsors/CoCreate-app"
45+
},
46+
"main": "./src/index.js",
47+
"devDependencies": {
48+
"@babel/core": "^7.13.10",
49+
"@babel/preset-env": "^7.13.10",
50+
"babel-loader": "^8.1.0",
51+
"clean-webpack-plugin": "^3.0.0",
52+
"file-loader": "^6.2.0",
53+
"mini-css-extract-plugin": "^1.5.0",
54+
"process": "^0.11.10",
55+
"style-loader": "^3.3.1",
56+
"terser-webpack-plugin": "^5.1.1",
57+
"twilio-client": "^1.14.0",
58+
"webpack": "^5.26.3",
59+
"webpack-cli": "^4.5.0",
60+
"webpack-log": "^3.0.2"
61+
},
62+
"dependencies": {
63+
"@cocreate/api": "^1.10.15",
64+
"@cocreate/docs": "^1.7.15",
65+
"twilio": "^3.60.0",
66+
"twilio-client-mirror": "0.0.2",
67+
"util": "^0.12.3"
68+
}
69+
}

0 commit comments

Comments
 (0)