|
1 | 1 | {
|
2 | 2 | "name": "@aperturerobotics/chonky",
|
3 |
| - "version": "0.2.6", |
| 3 | + "version": "0.2.7", |
4 | 4 | "description": "A File Browser component for React",
|
5 | 5 | "license": "MIT",
|
6 | 6 | "main": "dist/index.js",
|
|
50 | 50 | }
|
51 | 51 | ],
|
52 | 52 | "devDependencies": {
|
53 |
| - "@babel/core": "^7.21.0", |
54 |
| - "@size-limit/preset-small-lib": "^8.2.4", |
55 |
| - "babel-loader": "^9.1.2", |
56 |
| - "dts-cli": "^1.6.3", |
| 53 | + "@babel/core": "^7.23.2", |
| 54 | + "@size-limit/preset-small-lib": "^9.0.0", |
| 55 | + "babel-loader": "^9.1.3", |
| 56 | + "dts-cli": "^2.0.3", |
57 | 57 | "husky": "^8.0.3",
|
58 |
| - "prettier": "^2.8.4", |
| 58 | + "prettier": "^3.0.3", |
59 | 59 | "react": "^18.2.0",
|
60 | 60 | "react-dom": "^18.2.0",
|
61 | 61 | "react-is": "^18.2.0",
|
62 |
| - "size-limit": "^8.2.4", |
63 |
| - "tslib": "^2.5.0", |
64 |
| - "typescript": "^5.0.0" |
| 62 | + "size-limit": "^9.0.0", |
| 63 | + "tslib": "^2.6.2", |
| 64 | + "typescript": "^5.2.2" |
65 | 65 | },
|
66 | 66 | "dependencies": {
|
67 |
| - "@emotion/react": "^11.10.6", |
68 |
| - "@emotion/styled": "^11.10.6", |
69 |
| - "@mui/material": "^5.11.12", |
70 |
| - "@mui/styles": "^5.11.12", |
71 |
| - "@reduxjs/toolkit": "^1.9.3", |
| 67 | + "@emotion/react": "^11.11.1", |
| 68 | + "@emotion/styled": "^11.11.0", |
| 69 | + "@mui/material": "^5.14.14", |
| 70 | + "@mui/styles": "^5.14.14", |
| 71 | + "@reduxjs/toolkit": "^1.9.7", |
72 | 72 | "@types/classnames": "^2.2.11",
|
73 |
| - "@types/fuzzy-search": "^2.1.0", |
74 |
| - "@types/memoizee": "^0.4.5", |
75 |
| - "@types/react": "^18.0.28", |
76 |
| - "@types/react-dom": "^18.0.11", |
77 |
| - "@types/react-redux": "^7.1.25", |
78 |
| - "@types/react-virtualized-auto-sizer": "^1.0.0", |
79 |
| - "@types/react-window": "^1.8.2", |
80 |
| - "@types/redux-watch": "^1.1.0", |
81 |
| - "@types/shortid": "^0.0.29", |
| 73 | + "@types/fuzzy-search": "^2.1.3", |
| 74 | + "@types/memoizee": "^0.4.10", |
| 75 | + "@types/react": "^18.2.30", |
| 76 | + "@types/react-dom": "^18.2.14", |
| 77 | + "@types/react-redux": "^7.1.28", |
| 78 | + "@types/react-virtualized-auto-sizer": "^1.0.2", |
| 79 | + "@types/react-window": "^1.8.7", |
| 80 | + "@types/redux-watch": "^1.1.1", |
| 81 | + "@types/shortid": "^0.0.31", |
82 | 82 | "classnames": "^2.2.6",
|
83 | 83 | "deepmerge": "^4.3.0",
|
84 | 84 | "exact-trie": "^1.0.13",
|
85 |
| - "fast-sort": "^3.2.1", |
86 |
| - "filesize": "^10.0.6", |
| 85 | + "fast-sort": "^3.4.0", |
| 86 | + "filesize": "^10.1.0", |
87 | 87 | "fuzzy-search": "^3.2.1",
|
88 |
| - "hotkeys-js": "^3.8.3", |
89 |
| - "immer": "9.0.21", |
| 88 | + "hotkeys-js": "^3.12.0", |
| 89 | + "immer": "10.0.3", |
90 | 90 | "react-dnd": "16.0.1",
|
91 | 91 | "react-dnd-html5-backend": "16.0.1",
|
92 |
| - "react-intl": "^6.2.10", |
| 92 | + "react-intl": "^6.5.0", |
93 | 93 | "react-jss": "^10.10.0",
|
94 |
| - "react-redux": "^8.0.5", |
95 |
| - "react-virtualized-auto-sizer": "^1.0.5", |
96 |
| - "react-window": "^1.8.6", |
| 94 | + "react-redux": "^8.1.3", |
| 95 | + "react-virtualized-auto-sizer": "^1.0.20", |
| 96 | + "react-window": "^1.8.9", |
97 | 97 | "redux-watch": "^1.2.0",
|
98 | 98 | "shortid": "^2.2.16",
|
99 | 99 | "tsdef": "^0.0.14"
|
|
0 commit comments