@deephaven/icons 0.9.2-beta.7 → 0.9.3-beta.2

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.7+1fa42c2",
3
+ "version": "0.9.3-beta.2+485e280",
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": "1fa42c25d044cfe46f6b8bc84fb3be48908c61f0"
50
+ "gitHead": "485e280e0f1b193d8815bc05ddacae0b124ec311"
51
51
  }