Skip to content

Commit 7ee0ffd

Browse files
Update examples with Nutrient SDK version 1.16.0 (#89)
* Update examples with Nutrient SDK version 1.16.0 * Pin pnpm examples to @nutrient-sdk/viewer 1.16.0 The update script resolves @latest, which served stale registry metadata for the freshly published 1.16.0 and left the two pnpm-based examples (vue-composition-api, svelte-kit) at 1.15.0. They had been stuck at 1.14.0 since the 1.15.x releases for the same reason. Co-Authored-By: The Claudefather <noreply@anthropic.com> * Enable skipLibCheck in the Angular example The @nutrient-sdk/viewer 1.16.0 typings fail TS lib checking (https://nutrient.atlassian.net/browse/WEB-4498), which broke this example's webserver build in CI. skipLibCheck matches the Angular CLI default and the posture of the other examples. Co-Authored-By: The Claudefather <noreply@anthropic.com> --------- Co-authored-by: The Claudefather <noreply@anthropic.com>
1 parent 57ca97b commit 7ee0ffd

46 files changed

Lines changed: 133 additions & 140 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

examples/angular/package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@angular/platform-browser": "^21.2.0",
2020
"@angular/platform-browser-dynamic": "^21.2.0",
2121
"@angular/router": "^21.2.0",
22-
"@nutrient-sdk/viewer": "1.15.1",
22+
"@nutrient-sdk/viewer": "1.16.0",
2323
"rxjs": "~7.8.2",
2424
"tslib": "^2.8.1",
2525
"zone.js": "~0.16.1"

examples/angular/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"compilerOptions": {
44
"outDir": "./dist/out-tsc",
55
"strict": true,
6+
"skipLibCheck": true,
67
"noImplicitOverride": true,
78
"noPropertyAccessFromIndexSignature": true,
89
"noImplicitReturns": true,

examples/electron-nodeintegration/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/electron-nodeintegration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
"electron": "^41.2.0"
3030
},
3131
"dependencies": {
32-
"@nutrient-sdk/viewer": "1.15.1"
32+
"@nutrient-sdk/viewer": "1.16.0"
3333
}
3434
}

examples/electron/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
"electron": "^41.2.0"
2929
},
3030
"dependencies": {
31-
"@nutrient-sdk/viewer": "1.15.1"
31+
"@nutrient-sdk/viewer": "1.16.0"
3232
}
3333
}

examples/elm/package-lock.json

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/elm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"license": "SEE LICENSE IN https://www.nutrient.io/legal/Nutrient_SDK_User_Evaluation_Subscription_Agreement",
1010
"readme": "https://www.nutrient.io/guides/web",
1111
"dependencies": {
12-
"@nutrient-sdk/viewer": "1.15.1"
12+
"@nutrient-sdk/viewer": "1.16.0"
1313
},
1414
"devDependencies": {
1515
"copy-webpack-plugin": "^14.0.0",

examples/gatsbyjs/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)