@splunk/visualization-icons
Advanced tools
Comparing version 17.0.1 to 18.0.0
@@ -5,3 +5,3 @@ { | ||
"author": "Splunk", | ||
"version": "17.0.1", | ||
"version": "18.0.0", | ||
"scripts": { | ||
@@ -13,6 +13,4 @@ "build": "NODE_ENV=production webpack --config ./webpack.config.js --bail", | ||
"storybook": "start-storybook -p 6006 -c .storybook", | ||
"test": "yarn run test:unit && yarn run test:visual", | ||
"test:ci": "yarn run test:unit:ci && yarn run test:visual:ci", | ||
"test:unit": "jest src/.* --passWithNoTests", | ||
"test:unit:ci": "yarn run test:unit --ci", | ||
"test": "yarn run test:visual", | ||
"test:ci": "yarn run test:visual:ci", | ||
"test:visual": "../../tools/visual.test.sh -p visualization-icons", | ||
@@ -33,3 +31,3 @@ "test:visual:ci": "yarn run build-storybook && JEST_JUNIT_OUTPUT_NAME='./junit.visual.xml' jest tests/.* --config=jest.visual.config.js" | ||
"@babel/core": "^7.5.5", | ||
"@splunk/visualization-build-tools": "^17.0.1", | ||
"@splunk/visualization-build-tools": "^18.0.0", | ||
"@storybook/addon-actions": "^5.3.18", | ||
@@ -36,0 +34,0 @@ "@storybook/addon-storyshots": "^5.3.18", |
72246