@jeromefitz/design-system 3.1.3 → 3.1.6

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 +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jeromefitz/design-system",
3
- "version": "3.1.3",
3
+ "version": "3.1.6",
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.3",
44
+ "@mantine/hooks": "4.1.4",
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",
@@ -75,27 +75,27 @@
75
75
  "@react-aria/interactions": "3.8.3",
76
76
  "@stitches/react": "1.2.7",
77
77
  "emoji-regex": "10.1.0",
78
- "framer-motion": "6.2.9",
78
+ "framer-motion": "6.3.1",
79
79
  "kbar": "0.1.0-beta.33",
80
80
  "lodash": "4.17.21",
81
81
  "node-emoji": "1.11.0",
82
82
  "react-use": "17.3.2",
83
83
  "smoothscroll-polyfill": "0.4.4",
84
- "swr": "1.2.2"
84
+ "swr": "1.3.0"
85
85
  },
86
86
  "devDependencies": {
87
- "@types/lodash": "4.14.181",
88
- "@types/react": "18.0.1",
89
- "@types/react-dom": "18.0.0",
87
+ "@types/lodash": "4.14.182",
88
+ "@types/react": "18.0.6",
89
+ "@types/react-dom": "18.0.2",
90
90
  "next": "12.1.5-canary.4",
91
91
  "react": "18.0.0",
92
92
  "react-dom": "18.0.0",
93
93
  "typescript": "4.5.5"
94
94
  },
95
95
  "peerDependencies": {
96
- "react": "17.0.2",
97
- "react-dom": "17.0.2",
98
- "swr": "1.2.2"
96
+ "react": "^18.0.0",
97
+ "react-dom": "^18.0.0",
98
+ "swr": "^1.2.2"
99
99
  },
100
100
  "type": "module",
101
101
  "sideEffects": false,