@novalabsxyz/tokens 2.0.0-y.13 → 2.0.0-y.15

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 +2 -3
package/package.json CHANGED
@@ -3,7 +3,6 @@
3
3
  "Luis Perrone <peroni@nova-labs.com>"
4
4
  ],
5
5
  "dependencies": {
6
- "@novalabsxyz/base-theme": "^2.0.0-y.13",
7
6
  "react": "18.2.0"
8
7
  },
9
8
  "description": "Novalabs Tokens stylesheet",
@@ -13,7 +12,7 @@
13
12
  "files": [
14
13
  "build"
15
14
  ],
16
- "gitHead": "946b7c4a03e1307bb4bf9c757d9d84854b710abb",
15
+ "gitHead": "35ef85b7226b7a1ad72c18c0bcb41df7e5f87427",
17
16
  "include": [
18
17
  "src"
19
18
  ],
@@ -26,5 +25,5 @@
26
25
  "copy-dts": "copyfiles -u 1 \"src/**/*.css\" build && copyfiles -u 1 \"src/**/*.js\" build && copyfiles -u 1 \"src/**/*.scss\" build",
27
26
  "test": "echo \"Error: run tests from root\" && exit 1"
28
27
  },
29
- "version": "2.0.0-y.13"
28
+ "version": "2.0.0-y.15"
30
29
  }