Skip to content

Commit

Permalink
Update @nevware21 base versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MSNev committed Aug 18, 2023
1 parent 0e06711 commit 3b23d10
Show file tree
Hide file tree
Showing 23 changed files with 448 additions and 450 deletions.
4 changes: 2 additions & 2 deletions AISKU/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
"@microsoft/applicationinsights-core-js": "3.0.2",
"@microsoft/applicationinsights-dependencies-js": "3.0.2",
"@microsoft/applicationinsights-properties-js": "3.0.2",
"@nevware21/ts-utils": ">= 0.9.6 < 2.x",
"@nevware21/ts-async": ">= 0.2.4 < 2.x"
"@nevware21/ts-utils": ">= 0.10.0 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
},
"license": "MIT"
}
4 changes: 2 additions & 2 deletions AISKULight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"@microsoft/applicationinsights-common": "3.0.2",
"@microsoft/applicationinsights-channel-js": "3.0.2",
"@microsoft/applicationinsights-core-js": "3.0.2",
"@nevware21/ts-utils": ">= 0.9.6 < 2.x",
"@nevware21/ts-async": ">= 0.2.4 < 2.x"
"@nevware21/ts-utils": ">= 0.10.0 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
},
"license": "MIT"
}
4 changes: 2 additions & 2 deletions channels/1ds-post-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/dynamicproto-js": "^2.0.2",
"@microsoft/1ds-core-js": "4.0.1",
"@nevware21/ts-utils": ">= 0.9.6 < 2.x",
"@nevware21/ts-async": ">= 0.2.4 < 2.x"
"@nevware21/ts-utils": ">= 0.10.0 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
},
"devDependencies": {
"@microsoft/ai-test-framework": "0.0.1",
Expand Down
4 changes: 2 additions & 2 deletions channels/applicationinsights-channel-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.0.2",
"@microsoft/applicationinsights-common": "3.0.2",
"@nevware21/ts-utils": ">= 0.9.6 < 2.x",
"@nevware21/ts-async": ">= 0.2.4 < 2.x"
"@nevware21/ts-utils": ">= 0.10.0 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
},
"license": "MIT"
}
4 changes: 2 additions & 2 deletions channels/tee-channel-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.0.2",
"@microsoft/applicationinsights-common": "3.0.2",
"@nevware21/ts-utils": ">= 0.9.6 < 2.x",
"@nevware21/ts-async": ">= 0.2.4 < 2.x"
"@nevware21/ts-utils": ">= 0.10.0 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
},
"license": "MIT"
}
4 changes: 2 additions & 2 deletions common/Tests/Framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"@microsoft/dynamicproto-js": "^2.0.2",
"@nevware21/ts-utils": ">= 0.9.6 < 2.x",
"@nevware21/ts-async": ">= 0.2.4 < 2.x"
"@nevware21/ts-utils": ">= 0.10.0 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
}
}
832 changes: 415 additions & 417 deletions common/config/rush/npm-shrinkwrap.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/AISKU/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
"@microsoft/dynamicproto-js": "^2.0.2",
"@microsoft/applicationinsights-web": "3.0.2",
"@microsoft/applicationinsights-core-js": "3.0.2",
"@nevware21/ts-utils": ">= 0.9.6 < 2.x"
"@nevware21/ts-utils": ">= 0.10.0 < 2.x"
}
}
2 changes: 1 addition & 1 deletion examples/cfgSync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@
"@microsoft/dynamicproto-js": "^2.0.2",
"@microsoft/applicationinsights-web": "3.0.2",
"@microsoft/applicationinsights-core-js": "3.0.2",
"@nevware21/ts-utils": ">= 0.9.6 < 2.x"
"@nevware21/ts-utils": ">= 0.10.0 < 2.x"
}
}
2 changes: 1 addition & 1 deletion examples/dependency/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
"@microsoft/applicationinsights-web": "3.0.2",
"@microsoft/applicationinsights-dependencies-js": "3.0.2",
"@microsoft/applicationinsights-core-js": "3.0.2",
"@nevware21/ts-utils": ">= 0.9.6 < 2.x"
"@nevware21/ts-utils": ">= 0.10.0 < 2.x"
}
}
2 changes: 1 addition & 1 deletion examples/shared-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@
"@microsoft/applicationinsights-web": "3.0.2",
"@microsoft/applicationinsights-web-snippet": "1.0.1",
"@microsoft/applicationinsights-core-js": "3.0.2",
"@nevware21/ts-utils": ">= 0.9.6 < 2.x"
"@nevware21/ts-utils": ">= 0.10.0 < 2.x"
}
}
2 changes: 1 addition & 1 deletion extensions/applicationinsights-analytics-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.0.2",
"@microsoft/applicationinsights-common": "3.0.2",
"@nevware21/ts-utils": ">= 0.9.6 < 2.x"
"@nevware21/ts-utils": ">= 0.10.0 < 2.x"
},
"license": "MIT"
}
4 changes: 2 additions & 2 deletions extensions/applicationinsights-cfgsync-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.0.2",
"@microsoft/applicationinsights-common": "3.0.2",
"@nevware21/ts-utils": ">= 0.9.6 < 2.x",
"@nevware21/ts-async": ">= 0.2.4 < 2.x"
"@nevware21/ts-utils": ">= 0.10.0 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
},
"license": "MIT"
}
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@microsoft/applicationinsights-core-js": "3.0.2",
"@microsoft/applicationinsights-common": "3.0.2",
"@microsoft/applicationinsights-properties-js": "3.0.2",
"@nevware21/ts-utils": ">= 0.9.6 < 2.x"
"@nevware21/ts-utils": ">= 0.10.0 < 2.x"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion extensions/applicationinsights-debugplugin-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@microsoft/applicationinsights-common": "3.0.2",
"@microsoft/applicationinsights-core-js": "3.0.2",
"@microsoft/applicationinsights-shims": "3.0.1",
"@nevware21/ts-utils": ">= 0.9.6 < 2.x"
"@nevware21/ts-utils": ">= 0.10.0 < 2.x"
},
"license": "MIT"
}
4 changes: 2 additions & 2 deletions extensions/applicationinsights-dependencies-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.0.2",
"@microsoft/applicationinsights-common": "3.0.2",
"@nevware21/ts-utils": ">= 0.9.6 < 2.x",
"@nevware21/ts-async": ">= 0.2.4 < 2.x"
"@nevware21/ts-utils": ">= 0.10.0 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
},
"license": "MIT"
}
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@microsoft/dynamicproto-js": "^2.0.2",
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.0.2",
"@nevware21/ts-utils": ">= 0.9.6 < 2.x"
"@nevware21/ts-utils": ">= 0.10.0 < 2.x"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion extensions/applicationinsights-properties-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.0.2",
"@microsoft/applicationinsights-common": "3.0.2",
"@nevware21/ts-utils": ">= 0.9.6 < 2.x"
"@nevware21/ts-utils": ">= 0.10.0 < 2.x"
},
"license": "MIT"
}
6 changes: 3 additions & 3 deletions shared/1ds-core-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.0.2",
"@microsoft/dynamicproto-js": "^2.0.2",
"@nevware21/ts-utils": ">= 0.9.6 < 2.x",
"@nevware21/ts-async": ">= 0.2.4 < 2.x"
"@nevware21/ts-utils": ">= 0.10.0 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
},
"devDependencies": {
"@types/qunit": "^2.19.3",
Expand All @@ -49,7 +49,7 @@
"@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
"@microsoft/applicationinsights-rollup-es5": "1.0.2",
"@microsoft/api-extractor": "^7.18.19",
"@nevware21/ts-async": ">= 0.2.4 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x",
"grunt": "^1.5.3",
"grunt-cli": "^1.4.3",
"grunt-contrib-qunit": "^6.2.1",
Expand Down
2 changes: 1 addition & 1 deletion shared/AppInsightsCommon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.0.2",
"@microsoft/dynamicproto-js": "^2.0.2",
"@nevware21/ts-utils": ">= 0.9.6 < 2.x"
"@nevware21/ts-utils": ">= 0.10.0 < 2.x"
},
"license": "MIT"
}
4 changes: 2 additions & 2 deletions shared/AppInsightsCore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"dependencies": {
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/dynamicproto-js": "^2.0.2",
"@nevware21/ts-utils": ">= 0.9.6 < 2.x",
"@nevware21/ts-async": ">= 0.2.4 < 2.x"
"@nevware21/ts-utils": ">= 0.10.0 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
}
}
2 changes: 1 addition & 1 deletion tools/chrome-debug-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@microsoft/applicationinsights-common": "3.0.2",
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/dynamicproto-js": "^2.0.2",
"@nevware21/ts-utils": ">= 0.9.6 < 2.x",
"@nevware21/ts-utils": ">= 0.10.0 < 2.x",
"file-saver": "^2.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion tools/shims/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
"typescript": "^4.9.3"
},
"dependencies": {
"@nevware21/ts-utils": ">= 0.9.6 < 2.x"
"@nevware21/ts-utils": ">= 0.10.0 < 2.x"
}
}

0 comments on commit 3b23d10

Please sign in to comment.