@gtkx/css 1.2.0 → 1.2.2

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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gtkx/css",
3
- "version": "1.2.0",
3
+ "version": "1.2.2",
4
4
  "description": "Emotion-flavored CSS-in-JS that compiles to real GTK4 CSS and installs it on the default display",
5
5
  "keywords": [
6
6
  "gtkx",
@@ -54,11 +54,11 @@
54
54
  "dependencies": {
55
55
  "@emotion/serialize": "^1.3.3",
56
56
  "stylis": "^4.4.0",
57
- "@gtkx/utils": "1.2.0"
57
+ "@gtkx/utils": "1.2.2"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@types/stylis": "^4.2.7",
61
- "@gtkx/vitest": "1.2.0"
61
+ "@gtkx/vitest": "1.2.2"
62
62
  },
63
63
  "scripts": {
64
64
  "release": "tsx ../../scripts/release-package.ts"