Skip to content

Commit

Permalink
Upgrading packages and fixing Chromium 106 bug. (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcd00 authored Oct 18, 2022
1 parent 036a787 commit a2805be
Show file tree
Hide file tree
Showing 16 changed files with 47 additions and 47 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"start:dev": "OVE_HOST='localhost:8080' TUORIS_HOST='localhost:7080' OPENVIDU_HOST='localhost:4443' lerna run start:dev"
},
"devDependencies": {
"babel-cli": "6.26.0",
"@babel/cli": "7.19.3",
"eslint": "7.26.0",
"eslint-config-standard": "12.0.0",
"eslint-plugin-import": "2.23.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/ove-app-alignment/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@ove/ove-app-alignment",
"private": true,
"version": "0.6.0",
"version": "0.6.1",
"main": "dist/index.js",
"scripts": {
"test": "echo \"No tests specified\" && exit 0",
"clean": "npx rimraf dist",
"build": "npx babel-cli src --out-dir dist --copy-files",
"build": "npx babel src --out-dir dist --copy-files",
"start": "node dist/index.js --color",
"start:dev": "babel-node src/index.js",
"lint": "eslint src/. --ext .js"
Expand All @@ -15,7 +15,7 @@
"author": "James Scott-Brown <[email protected]>",
"license": "MIT",
"dependencies": {
"@ove-lib/appbase": "0.6.1",
"@ove-lib/appbase": "0.6.2",
"d3": "6.7.0",
"jquery": "3.6.0"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/ove-app-audio/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@ove/ove-app-audio",
"private": true,
"version": "0.6.0",
"version": "0.6.1",
"main": "dist/index.js",
"scripts": {
"test": "echo \"No tests specified\" && exit 0",
"clean": "npx rimraf dist",
"build": "npx babel-cli src --out-dir dist --copy-files",
"build": "npx babel src --out-dir dist --copy-files",
"start": "node dist/index.js --color",
"start:dev": "babel-node src/index.js",
"lint": "eslint src/. --ext .js"
Expand All @@ -18,7 +18,7 @@
],
"license": "MIT",
"dependencies": {
"@ove-lib/appbase": "0.6.1",
"@ove-lib/appbase": "0.6.2",
"howler": "2.2.1",
"http-status-codes": "2.1.4",
"jquery": "3.6.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/ove-app-charts/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@ove/ove-app-charts",
"private": true,
"version": "0.6.0",
"version": "0.6.1",
"main": "dist/index.js",
"scripts": {
"test": "echo \"No tests specified\" && exit 0",
"clean": "npx rimraf dist",
"build": "npx babel-cli src --out-dir dist --copy-files",
"build": "npx babel src --out-dir dist --copy-files",
"start": "node dist/index.js --color",
"start:dev": "babel-node src/index.js",
"lint": "eslint src/. --ext .js"
Expand All @@ -15,7 +15,7 @@
"author": "James Scott-Brown <[email protected]>",
"license": "MIT",
"dependencies": {
"@ove-lib/appbase": "0.6.1",
"@ove-lib/appbase": "0.6.2",
"d3-dsv": "2.0.0",
"jquery": "3.6.0",
"vega": "5.20.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/ove-app-controller/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@ove/ove-app-controller",
"private": true,
"version": "0.6.0",
"version": "0.6.1",
"main": "dist/index.js",
"scripts": {
"test": "echo \"No tests specified\" && exit 0",
"clean": "npx rimraf dist",
"build": "npx babel-cli src --out-dir dist --copy-files",
"build": "npx babel src --out-dir dist --copy-files",
"start": "node dist/index.js --color",
"start:dev": "babel-node src/index.js",
"lint": "eslint src/. --ext .js"
Expand All @@ -16,7 +16,7 @@
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-free": "5.15.3",
"@ove-lib/appbase": "0.6.1",
"@ove-lib/appbase": "0.6.2",
"d3": "6.7.0",
"jquery": "3.6.0"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/ove-app-html/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@ove/ove-app-html",
"private": true,
"version": "0.6.0",
"version": "0.6.1",
"main": "dist/index.js",
"scripts": {
"test": "echo \"No tests specified\" && exit 0",
"clean": "npx rimraf dist",
"build": "npx babel-cli src --out-dir dist --copy-files",
"build": "npx babel src --out-dir dist --copy-files",
"start": "node dist/index.js --color",
"start:dev": "babel-node src/index.js",
"lint": "eslint src/. --ext .js"
Expand All @@ -16,7 +16,7 @@
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-free": "5.15.3",
"@ove-lib/appbase": "0.6.1",
"@ove-lib/appbase": "0.6.2",
"http-status-codes": "2.1.4",
"jquery": "3.6.0",
"request": "2.88.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/ove-app-images/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@ove/ove-app-images",
"private": true,
"version": "0.6.0",
"version": "0.6.1",
"main": "dist/index.js",
"scripts": {
"test": "echo \"No tests specified\" && exit 0",
"clean": "npx rimraf dist",
"build": "npx babel-cli src --out-dir dist --copy-files",
"build": "npx babel src --out-dir dist --copy-files",
"start": "node dist/index.js --color",
"start:dev": "babel-node src/index.js",
"lint": "eslint src/. --ext .js"
Expand All @@ -15,8 +15,8 @@
"author": "Senaka Fernando <[email protected]>",
"license": "MIT",
"dependencies": {
"@ove-lib/appbase": "0.6.1",
"@ove-lib/appbase": "0.6.2",
"jquery": "3.6.0",
"openseadragon": "2.4.2"
"openseadragon": "3.1.0"
}
}
6 changes: 3 additions & 3 deletions packages/ove-app-maps/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@ove/ove-app-maps",
"private": true,
"version": "0.6.0",
"version": "0.6.1",
"main": "dist/index.js",
"scripts": {
"test": "echo \"No tests specified\" && exit 0",
"clean": "npx rimraf dist",
"build": "npx babel-cli src --out-dir dist --copy-files",
"build": "npx babel src --out-dir dist --copy-files",
"start": "node dist/index.js --color",
"start:dev": "babel-node src/index.js",
"lint": "eslint src/. --ext .js"
Expand All @@ -16,7 +16,7 @@
"license": "MIT",
"dependencies": {
"@carto/carto.js": "4.2.1",
"@ove-lib/appbase": "0.6.1",
"@ove-lib/appbase": "0.6.2",
"leaflet": "1.7.1",
"jquery": "3.6.0",
"ol": "6.5.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/ove-app-networks/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@ove/ove-app-networks",
"private": true,
"version": "0.6.0",
"version": "0.6.1",
"main": "dist/index.js",
"scripts": {
"test": "echo \"No tests specified\" && exit 0",
"clean": "npx rimraf dist",
"build": "npx babel-cli src --out-dir dist --copy-files",
"build": "npx babel src --out-dir dist --copy-files",
"start": "node dist/index.js --color",
"start:dev": "babel-node src/index.js",
"lint": "eslint src/. --ext .js"
Expand All @@ -15,7 +15,7 @@
"author": "Senaka Fernando <[email protected]>",
"license": "MIT",
"dependencies": {
"@ove-lib/appbase": "0.6.1",
"@ove-lib/appbase": "0.6.2",
"http-status-codes": "2.1.4",
"jquery": "3.6.0",
"odata-parser": "1.4.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/ove-app-pdf/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@ove/ove-app-pdf",
"private": true,
"version": "0.6.0",
"version": "0.6.1",
"main": "dist/index.js",
"scripts": {
"test": "echo \"No tests specified\" && exit 0",
"clean": "npx rimraf dist",
"build": "npx babel-cli src --out-dir dist --copy-files",
"build": "npx babel src --out-dir dist --copy-files",
"start": "node dist/index.js --color",
"start:dev": "babel-node src/index.js",
"lint": "eslint src/. --ext .js"
Expand All @@ -15,7 +15,7 @@
"author": "Senaka Fernando <[email protected]>",
"license": "MIT",
"dependencies": {
"@ove-lib/appbase": "0.6.1",
"@ove-lib/appbase": "0.6.2",
"d3": "6.7.0",
"jquery": "3.6.0",
"pdfjs-dist": "2.7.570"
Expand Down
6 changes: 3 additions & 3 deletions packages/ove-app-qrcode/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@ove/ove-app-qrcode",
"private": true,
"version": "0.6.0",
"version": "0.6.1",
"main": "dist/index.js",
"scripts": {
"test": "echo \"No tests specified\" && exit 0",
"clean": "npx rimraf dist",
"build": "npx babel-cli src --out-dir dist --copy-files",
"build": "npx babel src --out-dir dist --copy-files",
"start": "node dist/index.js --color",
"start:dev": "babel-node src/index.js",
"lint": "eslint src/. --ext .js"
Expand All @@ -15,7 +15,7 @@
"author": "James Scott-Brown <[email protected]>",
"license": "MIT",
"dependencies": {
"@ove-lib/appbase": "0.6.1",
"@ove-lib/appbase": "0.6.2",
"jquery": "3.6.0",
"qrious": "4.0.2"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/ove-app-replicator/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@ove/ove-app-replicator",
"private": true,
"version": "0.6.0",
"version": "0.6.1",
"main": "dist/index.js",
"scripts": {
"test": "echo \"No tests specified\" && exit 0",
"clean": "npx rimraf dist",
"build": "npx babel-cli src --out-dir dist --copy-files",
"build": "npx babel src --out-dir dist --copy-files",
"start": "node dist/index.js --color",
"start:dev": "babel-node src/index.js",
"lint": "eslint src/. --ext .js"
Expand All @@ -16,7 +16,7 @@
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-free": "5.15.3",
"@ove-lib/appbase": "0.6.1",
"@ove-lib/appbase": "0.6.2",
"d3": "6.7.0",
"jquery": "3.6.0"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/ove-app-svg/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@ove/ove-app-svg",
"private": true,
"version": "0.6.0",
"version": "0.6.1",
"main": "dist/index.js",
"scripts": {
"test": "echo \"No tests specified\" && exit 0",
"clean": "npx rimraf dist",
"build": "npx babel-cli src --out-dir dist --copy-files",
"build": "npx babel src --out-dir dist --copy-files",
"start": "node dist/index.js --color",
"start:dev": "babel-node src/index.js",
"lint": "eslint src/. --ext .js"
Expand All @@ -15,7 +15,7 @@
"author": "Senaka Fernando <[email protected]>",
"license": "MIT",
"dependencies": {
"@ove-lib/appbase": "0.6.1",
"@ove-lib/appbase": "0.6.2",
"jquery": "3.6.0"
}
}
6 changes: 3 additions & 3 deletions packages/ove-app-videos/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@ove/ove-app-videos",
"private": true,
"version": "0.6.0",
"version": "0.6.1",
"main": "dist/index.js",
"scripts": {
"test": "echo \"No tests specified\" && exit 0",
"clean": "npx rimraf dist",
"build": "npx babel-cli src --out-dir dist --copy-files",
"build": "npx babel src --out-dir dist --copy-files",
"start": "node dist/index.js --color",
"start:dev": "babel-node src/index.js",
"lint": "eslint src/. --ext .js"
Expand All @@ -15,7 +15,7 @@
"author": "Senaka Fernando <[email protected]>",
"license": "MIT",
"dependencies": {
"@ove-lib/appbase": "0.6.1",
"@ove-lib/appbase": "0.6.2",
"http-status-codes": "2.1.4",
"jquery": "3.6.0",
"ws": "7.4.5"
Expand Down
6 changes: 3 additions & 3 deletions packages/ove-app-webrtc/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@ove/ove-app-webrtc",
"private": true,
"version": "0.6.0",
"version": "0.6.1",
"main": "dist/index.js",
"scripts": {
"test": "echo \"No tests specified\" && exit 0",
"clean": "npx rimraf dist",
"build": "npx babel-cli src --out-dir dist --copy-files",
"build": "npx babel src --out-dir dist --copy-files",
"start": "node dist/index.js --color",
"start:dev": "babel-node src/index.js",
"lint": "eslint src/. --ext .js"
Expand All @@ -16,7 +16,7 @@
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-free": "5.15.3",
"@ove-lib/appbase": "0.6.1",
"@ove-lib/appbase": "0.6.2",
"http-status-codes": "2.1.4",
"jquery": "3.6.0",
"openvidu-browser": "2.17.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/ove-app-whiteboard/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@ove/ove-app-whiteboard",
"private": true,
"version": "0.6.0",
"version": "0.6.1",
"main": "dist/index.js",
"scripts": {
"test": "echo \"No tests specified\" && exit 0",
"clean": "npx rimraf dist",
"build": "npx babel-cli src --out-dir dist --copy-files",
"build": "npx babel src --out-dir dist --copy-files",
"start": "node dist/index.js --color",
"start:dev": "babel-node src/index.js",
"lint": "eslint src/. --ext .js"
Expand All @@ -16,7 +16,7 @@
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-free": "5.15.3",
"@ove-lib/appbase": "0.6.1",
"@ove-lib/appbase": "0.6.2",
"jquery": "3.6.0"
}
}

0 comments on commit a2805be

Please sign in to comment.