@luscii-healthtech/web-ui 49.0.2 → 49.0.4

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luscii-healthtech/web-ui",
3
- "version": "49.0.2",
3
+ "version": "49.0.4",
4
4
  "license": "MIT",
5
5
  "author": {
6
6
  "name": "Joris Janssen"
@@ -59,7 +59,7 @@
59
59
  "test-copy-build": "yarn build && yarn copy-build",
60
60
  "prepare": "husky install",
61
61
  "pre-commit": "lint-staged",
62
- "icons:regular": "rimraf src/components/Icons/*Icon.tsx && yarn svgr src/components/Icons/icons --no-prettier --config-file svgr.config.js && prettier src/components/Icons/*.{ts,tsx} --no-config --write && yarn icons:regular:verify",
62
+ "icons:regular": "rimraf src/components/Icons/*Icon.tsx && yarn svgr src/components/Icons/icons --no-prettier --config-file svgr.regular-icons.config.js && prettier src/components/Icons/*.{ts,tsx} --no-config --write && yarn icons:regular:verify",
63
63
  "icons:regular:verify": "node ./scripts/verify-regular-icons.mjs",
64
64
  "//__": "Special icons are icons that are not part of the regular icon set, meaning they either have a different size or cannot take any color.",
65
65
  "icons:special": "rimraf src/components/Icons/special-icons/*Icon.tsx && yarn svgr src/components/Icons/special-icons/source-files --no-prettier --config-file svgr.special-icons.config.js && prettier src/components/Icons/special-icons/*.{ts,tsx} --no-config --write",
@@ -85,7 +85,7 @@
85
85
  "@rollup/plugin-commonjs": "^25.0.3",
86
86
  "@rollup/plugin-image": "^3.0.3",
87
87
  "@rollup/plugin-node-resolve": "^15.2.3",
88
- "@rollup/plugin-terser": "^0.4.3",
88
+ "@rollup/plugin-terser": "^1.0.0",
89
89
  "@rollup/plugin-typescript": "^11.1.2",
90
90
  "@storybook/addon-a11y": "^10.2.13",
91
91
  "@storybook/addon-coverage": "^3.0.0",
@@ -94,7 +94,7 @@
94
94
  "@storybook/builder-vite": "^10.2.13",
95
95
  "@storybook/react-vite": "^10.2.13",
96
96
  "@storybook/test-runner": "^0.24.2",
97
- "@svgr/cli": "^7.0.0",
97
+ "@svgr/cli": "^8.1.0",
98
98
  "@tailwindcss/cli": "^4.1.12",
99
99
  "@tailwindcss/forms": "^0.5.4",
100
100
  "@tailwindcss/postcss": "^4.1.12",