@1024pix/pix-ui 46.12.17 → 46.12.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1024pix/pix-ui",
3
- "version": "46.12.17",
3
+ "version": "46.12.19",
4
4
  "description": "Pix-UI is the implementation of Pix design principles and guidelines for its products.",
5
5
  "keywords": [
6
6
  "ember-addon"
@@ -26,7 +26,7 @@
26
26
  "build-ember": "ember build --environment=production",
27
27
  "serve-ember": "ember serve",
28
28
  "build-storybook": "ember build && cp -v CNAME dist && storybook build",
29
- "serve-storybook": "storybook dev --port 9001",
29
+ "serve-storybook": "storybook dev --port 9001 --no-open",
30
30
  "clean": "rm -rf dist node_modules",
31
31
  "deploy-storybook": "storybook-to-ghpages",
32
32
  "lint": "npm-run-all --aggregate-output --parallel --continue-on-error 'lint:!(fix)'",
@@ -59,7 +59,7 @@
59
59
  "ember-truth-helpers": "^4.0.0"
60
60
  },
61
61
  "devDependencies": {
62
- "@1024pix/ember-testing-library": "^3.0.3",
62
+ "@1024pix/ember-testing-library": "^3.0.6",
63
63
  "@1024pix/eslint-config": "^1.3.7",
64
64
  "@1024pix/stylelint-config": "^5.1.12",
65
65
  "@babel/eslint-parser": "^7.19.1",