@jeromefitz/design-system 3.1.6 → 3.1.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +8 -8
  2. package/stitches.config.d.ts +345 -345
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jeromefitz/design-system",
3
- "version": "3.1.6",
3
+ "version": "3.1.7",
4
4
  "description": "Design System for JeromeFitzgerald.com (Radix UI)",
5
5
  "author": {
6
6
  "name": "Jerome Fitzgerald",
@@ -41,7 +41,7 @@
41
41
  "semantic-release:mono": "semantic-release -e semantic-release-monorepo"
42
42
  },
43
43
  "dependencies": {
44
- "@mantine/hooks": "4.1.4",
44
+ "@mantine/hooks": "4.2.1",
45
45
  "@radix-ui/colors": "0.1.8",
46
46
  "@radix-ui/react-accessible-icon": "0.1.4",
47
47
  "@radix-ui/react-accordion": "0.1.6",
@@ -73,9 +73,9 @@
73
73
  "@radix-ui/react-utils": "0.0.5",
74
74
  "@radix-ui/react-visually-hidden": "0.1.4",
75
75
  "@react-aria/interactions": "3.8.3",
76
- "@stitches/react": "1.2.7",
76
+ "@stitches/react": "1.2.8",
77
77
  "emoji-regex": "10.1.0",
78
- "framer-motion": "6.3.1",
78
+ "framer-motion": "6.3.3",
79
79
  "kbar": "0.1.0-beta.33",
80
80
  "lodash": "4.17.21",
81
81
  "node-emoji": "1.11.0",
@@ -85,11 +85,11 @@
85
85
  },
86
86
  "devDependencies": {
87
87
  "@types/lodash": "4.14.182",
88
- "@types/react": "18.0.6",
89
- "@types/react-dom": "18.0.2",
88
+ "@types/react": "18.0.8",
89
+ "@types/react-dom": "18.0.3",
90
90
  "next": "12.1.5-canary.4",
91
- "react": "18.0.0",
92
- "react-dom": "18.0.0",
91
+ "react": "18.1.0",
92
+ "react-dom": "18.1.0",
93
93
  "typescript": "4.5.5"
94
94
  },
95
95
  "peerDependencies": {