@deephaven/icons 0.9.2-beta.13 → 0.9.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deephaven/icons",
3
- "version": "0.9.2-beta.13+0ad3c48",
3
+ "version": "0.9.3",
4
4
  "description": "Icons used in Deephaven client apps. Extends vscode-codicons to be font-awesome svg-core compatible and adds additional icons in a similar style.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -29,7 +29,7 @@
29
29
  "author": "Deephaven Data Labs LLC",
30
30
  "license": "Apache-2.0",
31
31
  "dependencies": {
32
- "@fortawesome/fontawesome-common-types": "^0.2.35"
32
+ "@fortawesome/fontawesome-common-types": "0.2.36"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@vscode/codicons": "0.0.25",
@@ -47,5 +47,5 @@
47
47
  "publishConfig": {
48
48
  "access": "public"
49
49
  },
50
- "gitHead": "0ad3c4899a2a6cc97835706ecf09803885e178ee"
50
+ "gitHead": "67b529ab10ff72d85e6f2f9173faa35eb3daaf05"
51
51
  }