Skip to content

Commit 81b996c

Browse files
committed
Merge branch 'dev_v4.0'
2 parents 5cef45b + 5afd8fc commit 81b996c

File tree

17 files changed

+154
-350
lines changed

17 files changed

+154
-350
lines changed

Documentation/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.

Documentation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"codesandbox": "^2.2.3",
2323
"express": "^4.17.1",
2424
"html-entities": "^2.3.3",
25-
"scichart": "^4.0.828"
25+
"scichart": "^4.0.833"
2626
},
2727
"devDependencies": {
2828
"@types/express": "^4.17.7",

Documentation/server/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ SciChartSurface.useWasmFromCDN();`
227227
},
228228
dependencies: {
229229
"parcel-bundler": "^1.6.1",
230-
scichart: "4.0.828"
230+
scichart: "4.0.833"
231231
},
232232
devDependencies: {
233233
"@babel/core": "7.2.0",

Examples/generate-sitemap.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type TLink = {
2424
img?: { url: string }[];
2525
};
2626

27-
const basePath = "https://scichart.com";
27+
const basePath = "https://www.scichart.com";
2828

2929
console.log("Generating sitemap...");
3030

Examples/package-lock.json

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

Examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"rehype-raw": "^7.0.0",
7272
"request": "^2.88.2",
7373
"rxjs": "^7.5.6",
74-
"scichart": "^4.0.828",
74+
"scichart": "^4.0.833",
7575
"scichart-react": "1.0.0",
7676
"socket.io": "^4.5.2",
7777
"socket.io-client": "^4.7.5",

Examples/sitemap.xml

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)