@synerise/ds-icon 1.15.2 → 1.16.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-icon",
3
- "version": "1.15.2",
3
+ "version": "1.16.0",
4
4
  "description": "Icon UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -19,14 +19,12 @@
19
19
  "scripts": {
20
20
  "build": "vite build",
21
21
  "build:watch": "vite build --watch",
22
- "build:js": "babel --delete-dir-on-start --root-mode upward src --out-dir dist --extensions '.js,.ts,.tsx'",
23
- "defs": "tsc --declaration --outDir dist/ --emitDeclarationOnly",
24
22
  "build:svgr": "node ./build/svgr.js",
25
23
  "build:figma": "node ./build/figma-code-connect.js",
26
24
  "pack:ci": "pnpm pack --pack-destination ../../storybook/storybook-static/static",
27
25
  "prepublish": "pnpm run build",
28
- "test": "jest",
29
- "test:watch": "pnpm run test -- --watchAll",
26
+ "test": "vitest run",
27
+ "test:watch": "vitest",
30
28
  "types": "tsc --noEmit",
31
29
  "check:circular-dependencies": "madge --circular --extensions ts,tsx,js,jsx --ts-config tsconfig.json src/ --exclude '/dist/'",
32
30
  "upgrade:ds": "ncu -f \"@synerise/ds-*\" -u"
@@ -37,12 +35,13 @@
37
35
  ],
38
36
  "types": "dist/index.d.ts",
39
37
  "dependencies": {
40
- "@synerise/ds-utils": "^1.7.1"
38
+ "@synerise/ds-utils": "^1.8.0"
41
39
  },
42
40
  "peerDependencies": {
43
41
  "@synerise/ds-core": "*",
44
42
  "react": ">=16.9.0 <= 18.3.1",
45
- "styled-components": "^5.3.3"
43
+ "styled-components": "^5.3.3",
44
+ "vitest": "4"
46
45
  },
47
46
  "devDependencies": {
48
47
  "@svgr/core": "^8.1.0",
@@ -52,5 +51,5 @@
52
51
  "glob": "^11.0.2",
53
52
  "string-hash": "^1.1.3"
54
53
  },
55
- "gitHead": "c2384982c3533a31eb5e5e0408f8dcecb2b0f399"
54
+ "gitHead": "16b12f75e97d9c416a5cb9ca38864e97ef4f1530"
56
55
  }