@splunk/dashboard-definition
Advanced tools
Comparing version 14.1.0 to 14.2.0
@@ -6,3 +6,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" | ||
@@ -28,3 +28,3 @@ }, | ||
"@babel/core": "^7.5.5", | ||
"@splunk/dashboard-build-tools": "14.1.0", | ||
"@splunk/dashboard-build-tools": "14.2.0", | ||
"jest": "^25.1.0", | ||
@@ -31,0 +31,0 @@ "webpack": "^4.29.6", |
165320