Skip to content

Commit

Permalink
fix: Update dependencies versions for @cocreate libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Jun 4, 2023
1 parent d95338b commit cc1feda
Showing 1 changed file with 72 additions and 72 deletions.
144 changes: 72 additions & 72 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,72 +1,72 @@
{
"name": "@cocreate/cursors",
"version": "1.16.13",
"description": "Collaborative user cursor position for inputs, textarea's and contenteditable elements.",
"keywords": [
"cursors",
"collaborative-cursors",
"cocreate",
"low-code-framework",
"no-code-framework",
"cocreatejs",
"cocreatejs-component",
"cocreate-framework",
"no-code",
"low-code",
"collaborative-framework",
"realtime",
"realtime-framework",
"collaboration",
"shared-editing",
"html5-framework",
"javascript-framework"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"start": "npx webpack --config webpack.config.js",
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
"dev": "npx webpack --config webpack.config.js --watch",
"docs": "node ./node_modules/@cocreate/docs/src/index.js",
"hosting": "node ./node_modules/@cocreate/hosting/src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CoCreate-app/CoCreate-cursors.git"
},
"author": "CoCreate LLC",
"license": "SEE LICENSE",
"bugs": {
"url": "https://github.com/CoCreate-app/CoCreate-cursors/issues"
},
"homepage": "https://cocreate.app/docs/cursors",
"funding": {
"type": "GitHub Sponsors ❤",
"url": "https://github.com/sponsors/CoCreate-app"
},
"main": "./src/index.js",
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^1.5.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.1.1",
"webpack": "^5.24.4",
"webpack-cli": "^4.5.0",
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/crud-client": "^1.21.5",
"@cocreate/docs": "^1.7.13",
"@cocreate/local-storage": "^1.7.3",
"@cocreate/message-client": "^1.3.11",
"@cocreate/observer": "^1.8.0",
"@cocreate/random-color": "^1.4.10",
"@cocreate/selection": "^1.6.10",
"@cocreate/uuid": "^1.4.11"
}
}
{
"name": "@cocreate/cursors",
"version": "1.16.13",
"description": "Collaborative user cursor position for inputs, textarea's and contenteditable elements.",
"keywords": [
"cursors",
"collaborative-cursors",
"cocreate",
"low-code-framework",
"no-code-framework",
"cocreatejs",
"cocreatejs-component",
"cocreate-framework",
"no-code",
"low-code",
"collaborative-framework",
"realtime",
"realtime-framework",
"collaboration",
"shared-editing",
"html5-framework",
"javascript-framework"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"start": "npx webpack --config webpack.config.js",
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
"dev": "npx webpack --config webpack.config.js --watch",
"docs": "node ./node_modules/@cocreate/docs/src/index.js",
"hosting": "node ./node_modules/@cocreate/hosting/src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CoCreate-app/CoCreate-cursors.git"
},
"author": "CoCreate LLC",
"license": "SEE LICENSE",
"bugs": {
"url": "https://github.com/CoCreate-app/CoCreate-cursors/issues"
},
"homepage": "https://cocreate.app/docs/cursors",
"funding": {
"type": "GitHub Sponsors ❤",
"url": "https://github.com/sponsors/CoCreate-app"
},
"main": "./src/index.js",
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^1.5.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.1.1",
"webpack": "^5.24.4",
"webpack-cli": "^4.5.0",
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/crud-client": "^1.21.8",
"@cocreate/docs": "^1.7.15",
"@cocreate/local-storage": "^1.7.5",
"@cocreate/message-client": "^1.3.13",
"@cocreate/observer": "^1.8.3",
"@cocreate/random-color": "^1.4.12",
"@cocreate/selection": "^1.6.12",
"@cocreate/uuid": "^1.4.13"
}
}

0 comments on commit cc1feda

Please sign in to comment.