Skip to content

Commit 719f2a1

Browse files
committed
📦 Upgrade dependencies
1 parent 626702f commit 719f2a1

File tree

4 files changed

+118
-122
lines changed

4 files changed

+118
-122
lines changed

package.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,15 @@
1010
"dependencies": {
1111
"feed": "^4.2.2",
1212
"gitalk": "^1.7.2",
13-
"next": "10.1.2",
14-
"notion-client": "^4.3.2",
13+
"next": "10.1.3",
14+
"notion-client": "^4.4.0",
1515
"preact": "^10.5.13",
16-
"react": "17.0.1",
17-
"react-dom": "17.0.1",
18-
"react-notion-x": "^4.3.7",
16+
"react": "17.0.2",
17+
"react-dom": "17.0.2",
18+
"react-notion-x": "^4.5.0",
1919
"use-ackee": "^3.0.0"
2020
},
2121
"devDependencies": {
22-
"@tailwindcss/jit": "^0.1.3",
2322
"autoprefixer": "^10.2.5",
2423
"eslint": "^7.21.0",
2524
"eslint-config-prettier": "^8.1.0",
@@ -28,10 +27,10 @@
2827
"eslint-plugin-node": "^11.1.0",
2928
"eslint-plugin-promise": "^4.3.1",
3029
"eslint-plugin-react": "^7.22.0",
31-
"postcss": "^8.2.8",
30+
"postcss": "^8.2.9",
3231
"prettier": "^2.2.1",
3332
"styled-jsx-plugin-postcss": "^4.0.1",
34-
"tailwindcss": "^2.0.4"
33+
"tailwindcss": "^2.1.1"
3534
},
3635
"resolutions": {
3736
"axios": ">=0.21.1"

postcss.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module.exports = {
22
plugins: {
3-
'@tailwindcss/jit': {},
4-
// tailwindcss: {},
3+
tailwindcss: {},
54
autoprefixer: {}
65
}
76
}

tailwind.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
const BLOG = require('./blog.config')
22
const { fontFamily } = require('tailwindcss/defaultTheme')
33
module.exports = {
4+
mode: 'jit',
45
purge: ['./pages/**/*.js', './components/**/*.js', './layouts/**/*.js'],
56
darkMode: BLOG.appearance === 'auto' ? 'media' : 'class', // or 'media' or 'class'
67
theme: {

0 commit comments

Comments
 (0)