@justeattakeaway/pie-icons-webc 1.24.1 → 1.24.3

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 +8 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@justeattakeaway/pie-icons-webc",
3
- "version": "1.24.1",
3
+ "version": "1.24.3",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -37,31 +37,29 @@
37
37
  "clean": "run -T rimraf -rf ./dist/ ./icons/",
38
38
  "lint:scripts": "run -T eslint .",
39
39
  "lint:scripts:fix": "yarn lint:scripts --fix",
40
- "test:browsers-setup": "npx playwright-lit-setup",
41
- "test:browsers:react": "npx playwright test -c ./playwright-react.config.ts",
42
- "test:browsers:webc": "npx playwright test -c ./playwright-lit.config.ts",
40
+ "test:browsers-setup": "run -T playwright-lit-setup",
41
+ "test:browsers:react": "run -T playwright test -c ./playwright-react.config.ts",
42
+ "test:browsers:webc": "run -T playwright test -c ./playwright-lit.config.ts",
43
43
  "test:browsers": "yarn test:browsers:react && yarn test:browsers:webc",
44
44
  "test:browsers:ci": "yarn test:browsers",
45
- "test:visual": "run -T cross-env-shell PERCY_TOKEN=${PERCY_TOKEN_PIE_ICONS_WEBC} percy exec --allowed-hostname cloudfront.net -- npx playwright test -c ./playwright-lit-visual.config.ts",
45
+ "test:visual": "run -T cross-env-shell PERCY_TOKEN=${PERCY_TOKEN_PIE_ICONS_WEBC} percy exec --allowed-hostname cloudfront.net -- run -T playwright test -c ./playwright-lit-visual.config.ts",
46
46
  "test:visual:ci": "yarn test:visual"
47
47
  },
48
48
  "browserslist": [
49
49
  "extends @justeattakeaway/browserslist-config-pie"
50
50
  ],
51
51
  "dependencies": {
52
- "@justeattakeaway/pie-webc-core": "14.0.1"
52
+ "@justeattakeaway/pie-webc-core": "14.0.2"
53
53
  },
54
54
  "devDependencies": {
55
- "@justeattakeaway/pie-components-config": "0.21.2",
56
- "@justeattakeaway/pie-icons": "5.27.1",
55
+ "@justeattakeaway/pie-components-config": "0.21.3",
56
+ "@justeattakeaway/pie-icons": "5.27.3",
57
57
  "@justeattakeaway/pie-icons-configs": "5.21.0",
58
58
  "@rollup/plugin-typescript": "12.3.0",
59
- "@web/test-runner": "0.16.1",
60
59
  "just-kebab-case": "4.2.0",
61
60
  "just-pascal-case": "3.2.0",
62
61
  "react": "18.3.1",
63
62
  "react-dom": "18.3.1",
64
- "rimraf": "5.0.10",
65
63
  "rollup": "4.60.4",
66
64
  "rollup-plugin-multi-input": "1.9.0",
67
65
  "typescript": "5.8.3"