|
33 | 33 | ], |
34 | 34 | "types": "dist/index.d.ts", |
35 | 35 | "dependencies": { |
36 | | - "@juggle/resize-observer": "^3.2.0", |
37 | | - "@reach/portal": "^0.13.0", |
38 | | - "@xstate/react": "^1.2.0", |
| 36 | + "@juggle/resize-observer": "^3.4.0", |
| 37 | + "@reach/portal": "^0.18.0", |
| 38 | + "@xstate/react": "^1.6.3", |
39 | 39 | "body-scroll-lock": "^3.1.5", |
40 | | - "focus-trap": "^6.2.2", |
| 40 | + "focus-trap": "^6.9.4", |
41 | 41 | "react-spring": "^8.0.27", |
42 | 42 | "react-use-gesture": "^8.0.1", |
43 | | - "xstate": "^4.15.1" |
| 43 | + "xstate": "^4.38.3" |
44 | 44 | }, |
45 | 45 | "peerDependencies": { |
46 | 46 | "react": "^16.14.0 || 17 || 18" |
47 | 47 | }, |
48 | 48 | "devDependencies": { |
49 | | - "@rooks/use-raf": "^4.5.0", |
| 49 | + "@rooks/use-raf": "^4.11.2", |
50 | 50 | "@semantic-release/changelog": "^5.0.1", |
51 | | - "@semantic-release/git": "^9.0.0", |
52 | | - "@tailwindcss/forms": "^0.4.0", |
53 | | - "@types/classnames": "^2.2.11", |
54 | | - "@types/node": "^14.14.10", |
55 | | - "@types/react": "^17.0.0", |
56 | | - "@typescript-eslint/eslint-plugin": "^4.9.0", |
57 | | - "@typescript-eslint/parser": "^4.9.0", |
| 51 | + "@semantic-release/git": "^9.0.1", |
| 52 | + "@tailwindcss/forms": "^0.5.10", |
| 53 | + "@types/classnames": "^2.3.4", |
| 54 | + "@types/node": "^14.18.63", |
| 55 | + "@types/react": "^17.0.89", |
| 56 | + "@typescript-eslint/eslint-plugin": "^4.33.0", |
| 57 | + "@typescript-eslint/parser": "^4.33.0", |
58 | 58 | "@use-it/interval": "^1.0.0", |
59 | | - "@xstate/inspect": "^0.6.0", |
60 | | - "autoprefixer": "^10.0.4", |
61 | | - "babel-eslint": "^10.1.0", |
| 59 | + "@xstate/inspect": "^0.8.0", |
| 60 | + "autoprefixer": "^10.4.21", |
| 61 | + "@babel/eslint-parser": "^7.11.0", |
62 | 62 | "babel-plugin-transform-remove-console": "^6.9.4", |
63 | | - "classnames": "^2.2.6", |
64 | | - "eslint": "^7.14.0", |
| 63 | + "classnames": "^2.5.1", |
| 64 | + "eslint": "^7.32.0", |
65 | 65 | "eslint-config-react-app": "^6.0.0", |
66 | | - "eslint-plugin-flowtype": "^5.2.0", |
67 | | - "eslint-plugin-import": "^2.22.1", |
68 | | - "eslint-plugin-jsx-a11y": "^6.4.1", |
69 | | - "eslint-plugin-react": "^7.21.5", |
| 66 | + "eslint-plugin-flowtype": "^5.10.0", |
| 67 | + "eslint-plugin-import": "^2.32.0", |
| 68 | + "eslint-plugin-jsx-a11y": "^6.10.2", |
| 69 | + "eslint-plugin-react": "^7.37.5", |
70 | 70 | "eslint-plugin-react-hooks": "^4.2.0", |
71 | 71 | "husky": "^6.0.0", |
72 | | - "lint-staged": "^10.5.3", |
73 | | - "microbundle": "^0.14.0", |
| 72 | + "lint-staged": "^10.5.4", |
| 73 | + "microbundle": "^0.15.1", |
74 | 74 | "next": "^10.0.3", |
75 | 75 | "postcss": "^8.1.14", |
76 | | - "postcss-cli": "^8.3.0", |
77 | | - "postcss-custom-properties-fallback": "^1.0.1", |
78 | | - "postcss-import-svg": "^1.0.1", |
79 | | - "postcss-preset-env": "^6.7.0", |
80 | | - "prettier": "^2.2.1", |
81 | | - "prettier-package-json": "^2.1.3", |
82 | | - "react": "^17.0.0", |
83 | | - "react-dom": "^17.0.0", |
| 76 | + "postcss-cli": "^8.3.1", |
| 77 | + "postcss-custom-properties-fallback": "^1.0.2", |
| 78 | + "postcss-import-svg": "^1.0.5", |
| 79 | + "postcss-preset-env": "^6.7.2", |
| 80 | + "prettier": "^2.8.8", |
| 81 | + "prettier-package-json": "^2.8.0", |
| 82 | + "react": "^17.0.2", |
| 83 | + "react-dom": "^17.0.2", |
84 | 84 | "rimraf": "^3.0.2", |
85 | 85 | "semantic-release": "^17.3.0", |
86 | | - "smooth-scroll-into-view-if-needed": "^1.1.29", |
| 86 | + "smooth-scroll-into-view-if-needed": "^1.1.33", |
87 | 87 | "svgo": "^1.3.2", |
88 | | - "tailwindcss": "^2.0.1", |
89 | | - "typescript": "^4.1.2" |
| 88 | + "tailwindcss": "^2.2.19", |
| 89 | + "typescript": "^4.9.5" |
90 | 90 | }, |
91 | 91 | "keywords": [ |
92 | 92 | "animation", |
|
0 commit comments