|
1 | 1 | { |
2 | 2 | "name": "unix.bio", |
3 | | - "version": "0.1.0", |
| 3 | + "version": "1.0.0", |
4 | 4 | "private": true, |
5 | 5 | "scripts": { |
6 | 6 | "start": "npm run collect && next dev", |
|
11 | 11 | "export": "npm run now-build && next export" |
12 | 12 | }, |
13 | 13 | "dependencies": { |
14 | | - "@zeit-ui/react": "^1.0.0-rc.11", |
15 | | - "@zeit-ui/react-icons": "^1.2.1", |
| 14 | + "@zeit-ui/react": "^1.3.0", |
| 15 | + "@zeit-ui/react-icons": "^1.2.2", |
16 | 16 | "@zeit-ui/react-prism": "^1.0.0", |
17 | 17 | "ms": "^2.1.2", |
18 | | - "next": "^9.3.6", |
| 18 | + "next": "^9.4.0", |
19 | 19 | "react": "16.13.0", |
20 | 20 | "react-dom": "16.13.0" |
21 | 21 | }, |
22 | 22 | "devDependencies": { |
23 | 23 | "@mapbox/rehype-prism": "^0.4.0", |
24 | 24 | "@mdx-js/loader": "^1.5.7", |
25 | | - "@next/mdx": "^9.2.2", |
| 25 | + "@next/mdx": "^9.4.0", |
26 | 26 | "@types/react": "^16.9.23", |
27 | 27 | "@types/react-dom": "^16.9.5", |
28 | 28 | "chalk": "^3.0.0", |
|
0 commit comments