Commit package-lock.json in kotlin-test-it

This commit is contained in:
Ilya Goncharov
2021-12-09 14:38:57 +03:00
committed by Space
parent 89dfc4b589
commit 0aec48876f
4 changed files with 13378 additions and 6 deletions
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -7,9 +7,9 @@
"test-tape": "tape build/jsSources/tape-reporter.js build/jsSources/tape-plugin.js build/compileSync/test/testDevelopmentExecutable/kotlin/kotlin-kotlin-test-js-ir-it-test.js"
},
"devDependencies": {
"jasmine": "^2.9.0",
"jest": "^20.0.4",
"mocha": "^3.4.2",
"jasmine": "^3.10.0",
"jest": "^27.4.3",
"mocha": "^9.1.3",
"qunit": "^1.0.0",
"tape": "~4.10.0"
},
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -7,9 +7,9 @@
"test-tape": "tape js/tape-reporter.js js/tape-plugin.js build/classes/kotlin/test/kotlin-test-js-it_test.js"
},
"devDependencies": {
"jasmine": "^2.9.0",
"jest": "^20.0.4",
"mocha": "^3.4.2",
"jasmine": "^3.10.0",
"jest": "^27.4.3",
"mocha": "^9.1.3",
"qunit": "^1.0.0",
"tape": "~4.10.0"
},