Skip to content

Commit 9ab5c61

Browse files
committed
Upgrade dependencies.
1 parent 44a706d commit 9ab5c61

5 files changed

+164
-772
lines changed

next.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
module.exports = {
2-
eslint: { build: true },
32
future: {
43
webpack5: true,
54
strictPostcssConfiguration: true,

package.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
},
1010
"dependencies": {
1111
"gray-matter": "^4.0.2",
12-
"netlify-cms-app": "^2.14.32",
13-
"next": "^10.1.1",
12+
"netlify-cms-app": "^2.14.45",
13+
"next": "^10.1.3",
1414
"pure-react-carousel": "^1.27.6",
1515
"react": "^17.0.2",
1616
"react-dom": "^17.0.2",
@@ -23,12 +23,11 @@
2323
"devDependencies": {
2424
"@tailwindcss/aspect-ratio": "^0.2.0",
2525
"@tailwindcss/forms": "^0.3.2",
26-
"@tailwindcss/jit": "^0.1.17",
2726
"@tailwindcss/typography": "^0.4.0",
2827
"autoprefixer": "^10.2.5",
2928
"netlify-plugin-cache-nextjs": "^1.5.2",
30-
"postcss": "^8.2.8",
29+
"postcss": "^8.2.10",
3130
"prettier": "^2.2.1",
32-
"tailwindcss": "^2.0.4"
31+
"tailwindcss": "^2.1.1"
3332
}
3433
}

postcss.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
plugins: ["@tailwindcss/jit", "autoprefixer"],
2+
plugins: ["tailwindcss", "autoprefixer"],
33
};

tailwind.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = {
2+
mode: "jit",
23
purge: ["./components/**/*.js", "./content/**/*.md", "./pages/**/*.js"],
34
theme: {
45
colors: {

0 commit comments

Comments
 (0)