@splunk/dashboard-event-handlers
Advanced tools
Comparing version 14.1.0 to 14.2.0
@@ -5,3 +5,3 @@ { | ||
"author": "Splunk", | ||
"version": "14.1.0", | ||
"version": "14.2.0", | ||
"scripts": { | ||
@@ -15,3 +15,3 @@ "build": "NODE_ENV=production webpack --config ./webpack.config.js --bail", | ||
"test:unit": "jest src/.*", | ||
"test:unit:ci": "yarn run test:unit --ci", | ||
"test:unit:ci": "yarn test:unit --testPathIgnorePatterns='flaky.test' --ci", | ||
"test:unit:watch": "yarn run test:unit --watchAll" | ||
@@ -27,3 +27,3 @@ }, | ||
"@splunk/cicd-tools": "^0.1.0", | ||
"@splunk/dashboard-build-tools": "14.1.0", | ||
"@splunk/dashboard-build-tools": "14.2.0", | ||
"jest": "^25.1.0", | ||
@@ -30,0 +30,0 @@ "raw-loader": "^4.0.0", |
20718