Skip to content

Commit

Permalink
⬆️ Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
barbarbar338 committed Feb 9, 2023
1 parent 8b2d7a1 commit d3e7319
Showing 1 changed file with 28 additions and 27 deletions.
55 changes: 28 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,52 +17,52 @@
"format": "prettier --write .",
"format:watch": "onchange . -- prettier --write {{changed}}",
"deploy": "npm run build && flyctl deploy",
"update": "taze major -w && yarn"
"update": "taze latest -w"
},
"dependencies": {
"@apollo/client": "^3.7.1",
"@giscus/react": "^2.2.0",
"@apollo/client": "^3.7.7",
"@giscus/react": "^2.2.6",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.7",
"axios": "^1.1.3",
"@tailwindcss/typography": "^0.5.9",
"axios": "^1.3.2",
"calculate-readtime": "^0.0.3",
"classnames": "^2.3.2",
"graphql": "^16.6.0",
"highlight.js": "^11.6.0",
"highlight.js": "^11.7.0",
"moment": "^2.29.4",
"next": "^13.0.2",
"next-seo": "^5.14.0",
"next": "^13.1.6",
"next-seo": "^5.15.0",
"next-themes": "^0.2.1",
"nextjs-progressbar": "^0.0.16",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-folder-tree": "^5.0.3",
"react-icons": "^4.6.0",
"react-folder-tree": "^5.1.1",
"react-icons": "^4.7.1",
"react-simple-tetris": "^0.3.1",
"react-toastify": "^9.1.1",
"react-use": "^17.4.0",
"react-use-lanyard": "^0.1.4"
"react-use-lanyard": "^0.2.0"
},
"devDependencies": {
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"@types/node": "^18.13.0",
"@types/react": "^18.0.27",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"autoprefixer": "^10.4.13",
"css-loader": "^6.7.1",
"eslint": "^8.26.0",
"eslint-config-next": "^13.0.2",
"eslint-plugin-react": "^7.31.10",
"css-loader": "^6.7.3",
"eslint": "^8.33.0",
"eslint-config-next": "^13.1.6",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"next-sitemap": "^3.1.30",
"next-sitemap": "^3.1.52",
"onchange": "^7.1.0",
"postcss": "^8.4.18",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"sass": "^1.56.0",
"tailwindcss": "^3.2.2",
"taze": "^0.8.3",
"typescript": "^4.8.4",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.2",
"sass": "^1.58.0",
"tailwindcss": "^3.2.6",
"taze": "^0.8.5",
"typescript": "^4.9.5",
"yarn": "^1.22.19"
},
"browserslist": {
Expand All @@ -78,3 +78,4 @@
]
}
}

0 comments on commit d3e7319

Please sign in to comment.