|
58 | 58 | ], |
59 | 59 | "author": "Channel Corp.", |
60 | 60 | "license": "Apache-2.0", |
61 | | - "browserslist": [ |
62 | | - "> 1% in KR", |
63 | | - "> 1% in JP", |
64 | | - "> 1% in US", |
65 | | - "not dead" |
66 | | - ], |
67 | 61 | "devDependencies": { |
68 | | - "@babel/core": "^7.22.17", |
69 | | - "@babel/preset-env": "^7.22.15", |
70 | | - "@babel/preset-react": "^7.22.15", |
71 | | - "@babel/preset-typescript": "^7.22.15", |
| 62 | + "@babel/core": "^7.23.9", |
| 63 | + "@babel/preset-env": "^7.23.9", |
| 64 | + "@babel/preset-react": "^7.23.3", |
| 65 | + "@babel/preset-typescript": "^7.23.3", |
72 | 66 | "@channel.io/bezier-icons": "^0.18.0", |
73 | | - "@mdx-js/react": "^1.6.22", |
74 | | - "@rollup/plugin-alias": "^5.0.0", |
75 | | - "@rollup/plugin-babel": "^6.0.3", |
76 | | - "@rollup/plugin-commonjs": "^25.0.4", |
77 | | - "@rollup/plugin-node-resolve": "^15.2.1", |
78 | | - "@rollup/plugin-url": "^8.0.1", |
79 | | - "@storybook/addon-a11y": "^7.4.2", |
80 | | - "@storybook/addon-actions": "^7.4.2", |
81 | | - "@storybook/addon-backgrounds": "^7.4.2", |
82 | | - "@storybook/addon-controls": "^7.4.2", |
83 | | - "@storybook/addon-docs": "^7.4.2", |
84 | | - "@storybook/addon-styling": "^1.3.2", |
85 | | - "@storybook/addon-toolbars": "^7.4.2", |
86 | | - "@storybook/react": "^7.4.2", |
87 | | - "@storybook/react-webpack5": "^7.4.2", |
| 67 | + "@rollup/plugin-alias": "^5.1.0", |
| 68 | + "@rollup/plugin-babel": "^6.0.4", |
| 69 | + "@rollup/plugin-commonjs": "^25.0.7", |
| 70 | + "@rollup/plugin-node-resolve": "^15.2.3", |
| 71 | + "@rollup/plugin-url": "^8.0.2", |
| 72 | + "@storybook/addon-a11y": "7.5.3", |
| 73 | + "@storybook/addon-actions": "7.5.3", |
| 74 | + "@storybook/addon-backgrounds": "7.5.3", |
| 75 | + "@storybook/addon-controls": "7.5.3", |
| 76 | + "@storybook/addon-docs": "7.5.3", |
| 77 | + "@storybook/addon-styling": "^1.3.7", |
| 78 | + "@storybook/addon-toolbars": "7.5.3", |
| 79 | + "@storybook/react": "7.5.3", |
| 80 | + "@storybook/react-webpack5": "7.5.3", |
88 | 81 | "@storybook/storybook-deployer": "^2.8.16", |
89 | | - "@testing-library/jest-dom": "^5.17.0", |
90 | | - "@testing-library/react": "^14.0.0", |
91 | | - "@testing-library/user-event": "^14.4.3", |
92 | | - "@types/jest": "^29.5.4", |
93 | | - "@types/react": "^18.2.21", |
94 | | - "@types/react-dom": "^18.2.7", |
95 | | - "@types/uuid": "^9.0.3", |
96 | | - "autoprefixer": "^10.4.14", |
| 82 | + "@testing-library/jest-dom": "^6.4.2", |
| 83 | + "@testing-library/react": "^14.2.1", |
| 84 | + "@testing-library/user-event": "^14.5.2", |
| 85 | + "@types/jest": "^29.5.12", |
| 86 | + "@types/react": "^18.2.59", |
| 87 | + "@types/react-dom": "^18.2.19", |
| 88 | + "@types/uuid": "^9.0.8", |
97 | 89 | "babel-loader": "^9.1.3", |
98 | 90 | "babel-preset-react-app": "^10.0.1", |
99 | | - "chromatic": "^7.0.0", |
100 | | - "core-js": "^3.32.2", |
| 91 | + "chromatic": "^11.0.0", |
| 92 | + "core-js": "^3.36.0", |
101 | 93 | "eslint-config-bezier": "workspace:*", |
102 | 94 | "eslint-plugin-jsdoc": "^48.0.4", |
103 | 95 | "eslint-plugin-sort-export-all": "^1.4.1", |
104 | | - "eslint-plugin-storybook": "^0.6.13", |
| 96 | + "eslint-plugin-storybook": "^0.8.0", |
105 | 97 | "identity-obj-proxy": "^3.0.0", |
106 | | - "lightningcss": "^1.22.1", |
| 98 | + "lightningcss": "^1.24.0", |
107 | 99 | "minimatch": "^9.0.3", |
108 | 100 | "paths.macro": "^3.0.1", |
109 | | - "postcss": "^8.4.33", |
110 | | - "postcss-preset-env": "^9.3.0", |
| 101 | + "postcss": "^8.4.35", |
| 102 | + "postcss-preset-env": "^9.4.0", |
111 | 103 | "react": "^18.2.0", |
112 | 104 | "react-dom": "^18.2.0", |
113 | | - "rollup": "^3.29.1", |
114 | | - "rollup-plugin-node-externals": "^6.1.1", |
| 105 | + "rollup": "^3.29.4", |
| 106 | + "rollup-plugin-node-externals": "^7.0.1", |
115 | 107 | "rollup-plugin-postcss": "^4.0.2", |
116 | | - "rollup-plugin-visualizer": "^5.9.2", |
117 | | - "sass": "^1.63.6", |
118 | | - "storybook": "^7.4.2", |
| 108 | + "rollup-plugin-visualizer": "^5.12.0", |
| 109 | + "sass": "^1.71.1", |
| 110 | + "storybook": "7.5.3", |
119 | 111 | "ts-prune": "^0.10.3", |
120 | 112 | "tsconfig": "workspace:*", |
121 | 113 | "tsconfig-paths-webpack-plugin": "^4.1.0", |
122 | 114 | "ttypescript": "^1.5.15", |
123 | | - "typescript-plugin-css-modules": "^5.0.2", |
124 | | - "typescript-transform-paths": "^3.4.6" |
| 115 | + "typescript-plugin-css-modules": "^5.1.0", |
| 116 | + "typescript-transform-paths": "^3.4.7" |
125 | 117 | }, |
126 | 118 | "peerDependencies": { |
127 | 119 | "@channel.io/bezier-icons": ">=0.2.0", |
|
136 | 128 | "dependencies": { |
137 | 129 | "@channel.io/bezier-tokens": "0.1.0-alpha.5", |
138 | 130 | "@radix-ui/react-checkbox": "^1.0.4", |
139 | | - "@radix-ui/react-dialog": "^1.0.4", |
| 131 | + "@radix-ui/react-dialog": "^1.0.5", |
140 | 132 | "@radix-ui/react-radio-group": "^1.1.3", |
141 | 133 | "@radix-ui/react-separator": "^1.0.3", |
142 | 134 | "@radix-ui/react-slider": "^1.1.2", |
143 | 135 | "@radix-ui/react-slot": "^1.0.2", |
144 | 136 | "@radix-ui/react-switch": "^1.0.3", |
145 | 137 | "@radix-ui/react-tabs": "^1.0.4", |
146 | 138 | "@radix-ui/react-toolbar": "^1.0.4", |
147 | | - "@radix-ui/react-tooltip": "^1.0.6", |
| 139 | + "@radix-ui/react-tooltip": "^1.0.7", |
148 | 140 | "@radix-ui/react-visually-hidden": "^1.0.3", |
149 | | - "classnames": "^2.3.2", |
| 141 | + "classnames": "^2.5.1", |
150 | 142 | "react-textarea-autosize": "8.3.4", |
151 | 143 | "ssr-window": "^4.0.2", |
152 | | - "uuid": "^9.0.0" |
| 144 | + "uuid": "^9.0.1" |
153 | 145 | } |
154 | 146 | } |
0 commit comments