@dso-toolkit/core 33.0.0 → 33.1.0

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 +1 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dso-toolkit/core",
3
- "version": "33.0.0",
3
+ "version": "33.1.0",
4
4
  "description": "DSO Toolkit Web Components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/custom-elements/index.js",
@@ -18,9 +18,7 @@
18
18
  "clear": "rimraf dist && rimraf loader",
19
19
  "build": "stencil build",
20
20
  "start": "yarn clear && cross-env DSO_ENV=development yarn node scripts/start.js",
21
- "test-storybook-static": "start-server-and-test 'http-server --silent --port 56106 www' http://localhost:56106 'cypress run'",
22
21
  "watch": "yarn clear && cross-env DSO_ENV=development yarn node scripts/watch.js",
23
- "cypress": "yarn clear && cross-env DSO_ENV=cypress yarn node scripts/cypress.js",
24
22
  "build-www": "cross-env DSO_ENV=production yarn bin_build-storybook --static-dir ./dist --output-dir ./www",
25
23
  "bin_stencil": "stencil",
26
24
  "bin_start-storybook": "start-storybook",
@@ -50,20 +48,15 @@
50
48
  "clsx": "1.1.1",
51
49
  "concurrently": "^6.3.0",
52
50
  "cross-env": "^7.0.3",
53
- "cypress": "^8.6.0",
54
- "cypress-axe": "^0.13.0",
55
- "cypress-real-events": "^1.5.1",
56
51
  "debounce": "^1.2.1",
57
52
  "escape-string-regexp": "^5.0.0",
58
53
  "http-proxy-middleware": "^2.0.1",
59
- "http-server": "^13.0.2",
60
54
  "lit-html": "^2.0.1",
61
55
  "mini-svg-data-uri": "1.4.3",
62
56
  "minimist": "^1.2.5",
63
57
  "react": "^17.0.2",
64
58
  "react-dom": "^17.0.2",
65
59
  "rimraf": "^3.0.2",
66
- "start-server-and-test": "^1.14.0",
67
60
  "stencil-inline-svg": "1.1.0",
68
61
  "tabbable": "^5.2.1",
69
62
  "typescript": "4.4.4",