@skyux/icons 10.7.0 → 11.1.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
@@ -15,4 +15,4 @@ export class Version {
15
15
  /**
16
16
  * Represents the version of @skyux/icons.
17
17
  */
18
- export const VERSION = new Version('10.7.0');
18
+ export const VERSION = new Version('11.1.0');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/icons",
3
- "version": "10.7.0",
3
+ "version": "11.1.0",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "description": "A sprite map for SKY UX SVG icons.",
@@ -84,10 +84,10 @@
84
84
  "devDependencies": {
85
85
  "@eslint/compat": "1.4.0",
86
86
  "@eslint/js": "9.36.0",
87
- "@fluentui/svg-icons": "1.1.305",
87
+ "@fluentui/svg-icons": "1.1.319",
88
88
  "@ryansonshine/commitizen": "4.2.8",
89
89
  "@ryansonshine/cz-conventional-changelog": "3.3.4",
90
- "@skyux/dev-infra-private": "github:blackbaud/skyux-dev-infra-private-builds#12.0.0-alpha.14",
90
+ "@skyux/dev-infra-private": "github:blackbaud/skyux-dev-infra-private-builds#12.0.0-alpha.20",
91
91
  "@trivago/prettier-plugin-sort-imports": "5.2.2",
92
92
  "@typescript-eslint/eslint-plugin": "8.44.1",
93
93
  "@typescript-eslint/parser": "8.44.1",