@whitewall/blip-ds 1.304.10 → 1.304.11

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 (2) hide show
  1. package/package.json +5 -5
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whitewall/blip-ds",
3
- "version": "1.304.10",
3
+ "version": "1.304.11",
4
4
  "description": "Blip Design System",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.js",
@@ -20,7 +20,7 @@
20
20
  "clear-cypress": "rimraf cypress/assets/ && rimraf cypress/build/ && rimraf cypress/dist/ && rimraf cypress/screenshots/",
21
21
  "dev": "npm-run-all --parallel start storybook",
22
22
  "start": "stencil build --dev --watch --serve --docs",
23
- "build": "npm run clear-cypress && npm run build:component",
23
+ "build": "npm run build:component",
24
24
  "build:component": "stencil build --docs --prod",
25
25
  "build:react": "cd ./blip-ds-react && npm install && npm run build",
26
26
  "ci": "npm run build && npm run storybook:build && npm run storybook:deploy",
@@ -41,7 +41,7 @@
41
41
  },
42
42
  "devDependencies": {
43
43
  "@babel/core": "^7.23.7",
44
- "@stencil/core": "^4.22.2",
44
+ "@stencil/core": "4.31.0",
45
45
  "@stencil/react-output-target": "0.5.3",
46
46
  "@stencil/sass": "3.0.12",
47
47
  "@storybook/addon-actions": "7.0.22",
@@ -61,11 +61,11 @@
61
61
  "@types/webpack": "^5.28.0",
62
62
  "@typescript-eslint/eslint-plugin": "^5.26.0",
63
63
  "@typescript-eslint/parser": "^5.23.0",
64
- "babel-loader": "^8.2.5",
64
+ "babel-loader": "10.0.0",
65
65
  "babel-preset-react-app": "^10.0.1",
66
66
  "color": "^4.2.3",
67
67
  "commitizen": "^4.2.4",
68
- "copy-webpack-plugin": "^11.0.0",
68
+ "copy-webpack-plugin": "13.0.0",
69
69
  "cypress": "^13.15.0",
70
70
  "cypress-real-events": "^1.13.0",
71
71
  "cypress-wait-until": "^3.0.2",
package/readme.md CHANGED
@@ -3,7 +3,7 @@ This fork provides newer versions of stencil and vite support.
3
3
  ## Commands to update
4
4
 
5
5
  ```
6
- npm i
6
+ npm i --legacy-peer-deps
7
7
  npm run build
8
8
  npm publish
9
9
  ```