Skip to content

Commit b9f9c33

Browse files
committed
bump version to 10.12.1 and update postinstall script; upgrade dependencies
1 parent 15f4755 commit b9f9c33

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uniwise/webviewer-ui",
33
"author": "Apryse Software Inc.",
4-
"version": "10.12.0",
4+
"version": "10.12.1",
55
"description": "WebViewer UI built in React",
66
"files": [
77
"./build"
@@ -13,7 +13,7 @@
1313
"start": "npx babel-node ./dev-server.js",
1414
"download-webviewer": "npx @pdftron/webviewer-downloader --core-only --path ./lib",
1515
"cp-webviewer-core": "rm -rf ./lib && mkdir -p ./lib && cp -r ./node_modules/@pdftron/webviewer/public/core ./lib",
16-
"postinstall": "INSTALL_PATH=./scripts/postinstall.sh && npx path-exists $INSTALL_PATH && $INSTALL_PATH || true",
16+
"postinstall": "INSTALL_PATH=./scripts/postinstall.sh",
1717
"lint": "eslint ./src --fix --ext .js,.jsx,.ts,.tsx",
1818
"lint:ci": "eslint ./src --quiet --ext .js,.jsx,.ts,.tsx",
1919
"clean": "rimraf build",

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -2600,9 +2600,9 @@
26002600
integrity sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==
26012601

26022602
"@types/node@*", "@types/node@>=12.12.47", "@types/node@>=13.7.0":
2603-
version "22.13.10"
2604-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.10.tgz#df9ea358c5ed991266becc3109dc2dc9125d77e4"
2605-
integrity sha512-I6LPUvlRH+O6VRUqYOcMudhaIdUVWfsjnZavnsraHvpBwaEyMN29ry+0UVJhImYL16xsscu0aske3yA+uPOWfw==
2603+
version "22.13.11"
2604+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.11.tgz#f0ed6b302dcf0f4229d44ea707e77484ad46d234"
2605+
integrity sha512-iEUCUJoU0i3VnrCmgoWCXttklWcvoCIx4jzcP22fioIVSdTmjgoEvmAO/QPw6TcS9k5FrNgn4w7q5lGOd1CT5g==
26062606
dependencies:
26072607
undici-types "~6.20.0"
26082608

@@ -5333,9 +5333,9 @@ ejs@^2.6.1:
53335333
integrity sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==
53345334

53355335
electron-to-chromium@^1.5.73:
5336-
version "1.5.122"
5337-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.122.tgz#4fabd37b30b71dc041f6c6c4bab309b3f8348fcb"
5338-
integrity sha512-EML1wnwkY5MFh/xUnCvY8FrhUuKzdYhowuZExZOfwJo+Zu9OsNCI23Cgl5y7awy7HrUHSwB1Z8pZX5TI34lsUg==
5336+
version "1.5.123"
5337+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.123.tgz#fae5bdba0ba27045895176327aa79831aba0790c"
5338+
integrity sha512-refir3NlutEZqlKaBLK0tzlVLe5P2wDKS7UQt/3SpibizgsRAPOsqQC3ffw1nlv3ze5gjRQZYHoPymgVZkplFA==
53395339

53405340
elliptic@^6.5.3, elliptic@^6.5.5:
53415341
version "6.6.1"

0 commit comments

Comments
 (0)