@hopper-ui/tokens 4.4.0 → 4.4.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @hopper-ui/tokens
2
2
 
3
+ ## 4.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - d098c47: Updated all dependencies.
8
+
3
9
  ## 4.4.0
4
10
 
5
11
  ### Minor Changes
package/dist/tokens.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 20 Sep 2024 18:34:04 GMT
3
+ * Generated on Wed, 16 Oct 2024 21:38:38 GMT
4
4
  */
5
5
 
6
6
  :root {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hopper-ui/tokens",
3
3
  "author": "Workleap",
4
- "version": "4.4.0",
4
+ "version": "4.4.1",
5
5
  "description": "The tokens package.",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
@@ -30,14 +30,15 @@
30
30
  "README.md"
31
31
  ],
32
32
  "devDependencies": {
33
- "@types/node": "20.14.2",
33
+ "@types/eslint": "8.56.12",
34
+ "@types/node": "22.7.5",
34
35
  "@workleap/eslint-plugin": "3.2.2",
35
36
  "@workleap/tsup-configs": "3.0.6",
36
37
  "@workleap/typescript-configs": "3.0.2",
37
- "eslint": "8.57.0",
38
+ "eslint": "8.57.1",
38
39
  "style-dictionary": "3.9.2",
39
- "tsx": "4.12.0",
40
- "typescript": "5.4.5"
40
+ "tsx": "4.19.1",
41
+ "typescript": "5.5.4"
41
42
  },
42
43
  "sideEffects": false,
43
44
  "scripts": {