-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrading packages and fixing Chromium 106 bug. (#262)
- Loading branch information
Showing
16 changed files
with
47 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters