@acrolinx/sidebar-startpage
Advanced tools
Comparing version 3.0.7 to 3.0.8
{ | ||
"name": "@acrolinx/sidebar-startpage", | ||
"version": "3.0.7", | ||
"version": "3.0.8", | ||
"description": "A Container Component for Acrolinx Integrations that loads the Acrolinx sidebar", | ||
@@ -9,6 +9,6 @@ "scripts": { | ||
"prepareDev": "shx mkdir -p app/scripts && npm run less", | ||
"test": "npm run testNodeJS && npm run testKarmaPhantomJS", | ||
"test": "npm run testNodeJS && npm run testKarmaChromeHeadless", | ||
"testNodeJS": "mocha tmp/compiled/test/node-js-unit-tests/**/*.js", | ||
"testKarmaPhantomJS": "karma start test/browser-tests/karma.conf.js --browsers PhantomJS", | ||
"testKarmaChrome": "karma start test/browser-tests/karma.conf.js --browsers Chrome", | ||
"testKarmaChromeHeadless": "karma start test/browser-tests/karma.conf.js --browsers ChromeHeadless", | ||
"testKarmaBs": "karma start test/browser-tests/karma.conf.js --browsers bs_ie11_win,bs_edge_win,bs_chrome_win,bs_firefox_win,bs_firefox_est_win,bs_safari_macos", | ||
@@ -55,6 +55,6 @@ "testKarmaAll": "karma start test/browser-tests/karma.conf.js", | ||
"@types/chai": "4.2.14", | ||
"@types/jquery": "3.5.4", | ||
"@types/lodash": "^4.14.165", | ||
"@types/mocha": "8.0.4", | ||
"@types/sinon": "9.0.8", | ||
"@types/jquery": "^3.5.5", | ||
"@types/lodash": "^4.14.167", | ||
"@types/mocha": "^8.2.0", | ||
"@types/sinon": "^9.0.10", | ||
"browser-sync": "^2.26.13", | ||
@@ -69,4 +69,4 @@ "browserify": "^17.0.0", | ||
"jquery": "^3.5.1", | ||
"karma": "^5.2.3", | ||
"karma-browserify": "^7.0.0", | ||
"karma": "^6.0.0", | ||
"karma-browserify": "^8.0.0", | ||
"karma-browserstack-launcher": "^1.6.0", | ||
@@ -77,12 +77,11 @@ "karma-chrome-launcher": "^3.1.0", | ||
"karma-mocha": "^2.0.1", | ||
"karma-phantomjs-launcher": "^1.0.4", | ||
"less": "3.12.2", | ||
"less": "^4.1.0", | ||
"lodash": "^4.17.20", | ||
"mocha": "^8.2.1", | ||
"preact": "10.5.7", | ||
"preact": "^10.5.10", | ||
"shx": "^0.3.3", | ||
"sinon": "9.2.1", | ||
"tslib": "^2.0.3", | ||
"sinon": "9.2.3", | ||
"tslib": "^2.1.0", | ||
"tslint": "6.1.3", | ||
"typescript": "4.0.5", | ||
"typescript": "4.1.3", | ||
"watch": "1.0.2", | ||
@@ -95,4 +94,4 @@ "watchify": "^3.11.1" | ||
"dependencies": { | ||
"@acrolinx/sidebar-interface": "^14.16.1" | ||
"@acrolinx/sidebar-interface": "^14.28.1" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
628263
32
3789