From cc1feda5668c412b2ebe96005f8c45c4d445111c Mon Sep 17 00:00:00 2001 From: frankpagan Date: Sat, 3 Jun 2023 23:51:34 -0600 Subject: [PATCH] fix: Update dependencies versions for @cocreate libraries --- package.json | 144 +++++++++++++++++++++++++-------------------------- 1 file changed, 72 insertions(+), 72 deletions(-) diff --git a/package.json b/package.json index 6e98d3f..6831dae 100644 --- a/package.json +++ b/package.json @@ -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" + } +} \ No newline at end of file