Compare commits

..

No commits in common. "master" and "2.3.3" have entirely different histories.

3 changed files with 5273 additions and 1469 deletions

12
examples/script-tag/package-lock.json generated Normal file → Executable file
View File

@ -145,9 +145,9 @@
}
},
"node_modules/minimatch": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
"integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
"dev": true,
"dependencies": {
"brace-expansion": "^1.1.7"
@ -382,9 +382,9 @@
"dev": true
},
"minimatch": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
"integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
"dev": true,
"requires": {
"brace-expansion": "^1.1.7"

6728
package-lock.json generated Normal file → Executable file

File diff suppressed because it is too large Load Diff

View File

@ -79,10 +79,10 @@
"sinon": "9.0.1",
"tar": "6.1.9",
"ts-jest": "^25.5.1",
"ts-loader": "^9.4.2",
"ts-loader": "^6.2.2",
"typescript": "^3.9.10",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"engines": {
"node": "~16"