@skyux/icons 7.22.0 → 7.23.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/module/version.js CHANGED
@@ -18,4 +18,4 @@ exports.Version = Version;
18
18
  /**
19
19
  * Represents the version of @skyux/icons.
20
20
  */
21
- exports.VERSION = new Version('7.22.0');
21
+ exports.VERSION = new Version('7.23.0');
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@skyux/icons",
3
- "version": "7.22.0",
3
+ "version": "7.23.0",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "description": "A glyph font and stylesheet for displaying SKY UX icons.",
7
7
  "scripts": {
8
- "build": "rimraf dist && node ./scripts/prepare-package.js",
9
- "test": "eslint module --ext .ts",
8
+ "build": "rimraf dist && node ./scripts/prepare-package.mjs",
9
+ "test": "eslint module --ext .ts && vitest run --coverage",
10
+ "watch": "vitest --coverage",
10
11
  "dev:pristine": "skyux-dev pristine-commit"
11
12
  },
12
13
  "repository": {
@@ -86,6 +87,7 @@
86
87
  "@trivago/prettier-plugin-sort-imports": "4.3.0",
87
88
  "@typescript-eslint/eslint-plugin": "6.20.0",
88
89
  "@typescript-eslint/parser": "6.20.0",
90
+ "@vitest/coverage-v8": "3.1.1",
89
91
  "clean-css": "4.2.3",
90
92
  "cross-spawn": "7.0.6",
91
93
  "eslint": "8.57.0",
@@ -94,6 +96,7 @@
94
96
  "glob": "10.3.15",
95
97
  "prettier": "3.2.5",
96
98
  "svg-sprite": "2.0.4",
97
- "typescript": "5.3.3"
99
+ "typescript": "5.3.3",
100
+ "vitest": "3.1.1"
98
101
  }
99
102
  }