Skip to content

Commit f385ba5

Browse files
committed
chore: upgrade deps
1 parent 79d0041 commit f385ba5

File tree

2 files changed

+895
-614
lines changed

2 files changed

+895
-614
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unix.bio",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"private": true,
55
"scripts": {
66
"start": "npm run collect && next dev",
@@ -11,18 +11,18 @@
1111
"export": "npm run now-build && next export"
1212
},
1313
"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",
1616
"@zeit-ui/react-prism": "^1.0.0",
1717
"ms": "^2.1.2",
18-
"next": "^9.3.6",
18+
"next": "^9.4.0",
1919
"react": "16.13.0",
2020
"react-dom": "16.13.0"
2121
},
2222
"devDependencies": {
2323
"@mapbox/rehype-prism": "^0.4.0",
2424
"@mdx-js/loader": "^1.5.7",
25-
"@next/mdx": "^9.2.2",
25+
"@next/mdx": "^9.4.0",
2626
"@types/react": "^16.9.23",
2727
"@types/react-dom": "^16.9.5",
2828
"chalk": "^3.0.0",

0 commit comments

Comments
 (0)