Skip to content
This repository was archived by the owner on May 8, 2021. It is now read-only.

Commit 68d3f42

Browse files
committed
Update packages
1 parent e2ef32e commit 68d3f42

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

examples/nextjs/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"start": "next start"
77
},
88
"dependencies": {
9-
"@fullhuman/postcss-purgecss": "^1.2.0",
109
"@zeit/next-css": "^1.0.1",
11-
"autoprefixer": "^9.6.0",
12-
"next": "^8.1.0",
10+
"@fullhuman/postcss-purgecss": "^1.2.0",
11+
"autoprefixer": "^9.7.4",
12+
"next": "^9.2.0",
1313
"postcss-import": "^12.0.1",
14-
"react": "^16.8.6",
15-
"react-dom": "^16.8.6",
16-
"tailwindcss": "^1.0.3"
14+
"react": "^16.12.0",
15+
"react-dom": "^16.12.0",
16+
"tailwindcss": "^1.1.4"
1717
}
1818
}

0 commit comments

Comments
 (0)