@jeromefitz/design-system 3.4.0 → 3.4.1

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jeromefitz/design-system",
3
- "version": "3.4.0",
3
+ "version": "3.4.1",
4
4
  "description": "Design System for JeromeFitzgerald.com (Radix UI)",
5
5
  "author": {
6
6
  "name": "Jerome Fitzgerald",
@@ -93,7 +93,7 @@
93
93
  "@radix-ui/react-use-rect": "0.1.2-rc.34",
94
94
  "@radix-ui/react-use-size": "0.1.2-rc.34",
95
95
  "@radix-ui/react-visually-hidden": "0.1.5-rc.34",
96
- "@react-aria/interactions": "3.9.0",
96
+ "@react-aria/interactions": "3.9.1",
97
97
  "@stitches/react": "1.2.8",
98
98
  "emoji-regex": "10.1.0",
99
99
  "node-emoji": "1.11.0",
@@ -105,14 +105,14 @@
105
105
  "@radix-ui/colors": "0.1.8",
106
106
  "@radix-ui/react-icons": "1.1.1",
107
107
  "@types/lodash": "4.14.182",
108
- "@types/react": "18.0.12",
108
+ "@types/react": "18.0.14",
109
109
  "@types/react-dom": "18.0.5",
110
110
  "framer-motion": "6.3.11",
111
111
  "kbar": "0.1.0-beta.35",
112
112
  "lodash": "4.17.21",
113
113
  "next": "12.1.6",
114
- "react": "18.1.0",
115
- "react-dom": "18.1.0",
114
+ "react": "18.2.0",
115
+ "react-dom": "18.2.0",
116
116
  "swr": "1.3.0",
117
117
  "typescript": "4.6.4"
118
118
  },