Skip to content

Commit 7a31d95

Browse files
authored
Update Components to address governance issues (#74)
1 parent 8e70eb7 commit 7a31d95

15 files changed

Lines changed: 20836 additions & 11829 deletions

File tree

applicationinsights-react-native/Tests/UnitTests.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
<meta charset="utf-8">
66
<meta http-equiv="Cache-control" content="no-Cache" />
77
<title>Tests for Application Insights JavaScript API</title>
8-
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-1.23.1.css">
9-
<script src="http://sinonjs.org/releases/sinon-2.3.8.js"></script>
10-
<script src="http://cdnjs.cloudflare.com/ajax/libs/require.js/2.2.0/require.js"></script>
8+
<link rel="stylesheet" href="../../../common/Tests/External/qunit-2.9.3.css">
9+
<script src="../../../common/Tests/External/sinon-2.3.8.js"></script>
10+
<script src="../../../common/Tests/External/require-2.2.0.js"></script>
1111
<script src="../../../common/Tests/Selenium/ModuleLoader.js"></script>
1212
<script src="../../../common/Tests/Selenium/SimpleSyncPromise.js"></script>
1313

1414
<script>
1515
var modules = new ModuleLoader({
1616
baseUrl: '../',
1717
paths: {
18-
qunit: "../../common/Tests/External/qunit-1.23.1",
18+
qunit: "../../common/Tests/External/qunit-2.9.3",
1919
"react-native": "./Tests/External/DummyReactNative"
2020
}
2121
});

applicationinsights-react-native/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@microsoft/api-extractor": "^7.18.1",
5252
"grunt": "^1.5.3",
5353
"grunt-cli": "^1.4.3",
54-
"grunt-contrib-qunit": "^5.0.1",
54+
"grunt-contrib-qunit": "^6.2.1",
5555
"grunt-contrib-uglify": "^5.0.1",
5656
"@nevware21/grunt-ts-plugin": "^0.4.3",
5757
"@nevware21/grunt-eslint-ts": "^0.2.2",
@@ -75,7 +75,8 @@
7575
"rollup": "^2.77.2",
7676
"typescript": "^4.3.4",
7777
"tslib": "^2.0.0",
78-
"uglify-js": "3.16.0"
78+
"uglify-js": "3.16.0",
79+
"tar-fs": "^3.0.8"
7980
},
8081
"dependencies": {
8182
"@microsoft/applicationinsights-common": "^3.3.6",

common/Tests/External/qunit-1.23.1.css

Lines changed: 0 additions & 305 deletions
This file was deleted.

0 commit comments

Comments
 (0)