mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-03-03 02:59:16 +00:00
Upgrades + warning fix (#70)
* Upgrade all the things! * fix: heed 'viewport meta tags should not be used in _document.js's <Head>' warning
This commit is contained in:
20
package.json
20
package.json
@@ -16,32 +16,32 @@
|
||||
"@zeit/next-css": "^1.0.1",
|
||||
"@zeit/next-less": "^1.0.1",
|
||||
"@zeit/next-stylus": "^1.0.1",
|
||||
"axios": "^0.19.0",
|
||||
"axios": "^0.20.0",
|
||||
"classnames": "^2.2.6",
|
||||
"font-awesome": "^4.7.0",
|
||||
"less": "^3.10.3",
|
||||
"lodash": "^4.17.15",
|
||||
"next": "^9.1.2",
|
||||
"next-fonts": "^0.19.0",
|
||||
"parse-github-event": "^0.2.0",
|
||||
"next-fonts": "^1.4.0",
|
||||
"parse-github-event": "^1.1.3",
|
||||
"react": "^16.11.0",
|
||||
"react-dom": "^16.11.0",
|
||||
"react-ga": "^2.7.0",
|
||||
"react-ga": "^3.1.2",
|
||||
"react-stripe-checkout": "^2.6.3",
|
||||
"react-time-ago": "^5.0.7",
|
||||
"react-time-ago": "^6.0.1",
|
||||
"stylus": "^0.54.7",
|
||||
"twitter-text": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "12.12.5",
|
||||
"@types/react": "16.9.11",
|
||||
"@types/node": "14.11.2",
|
||||
"@types/react": "16.9.49",
|
||||
"babel-eslint": "^10.0.3",
|
||||
"eslint": "^6.6.0",
|
||||
"eslint": "^7.9.0",
|
||||
"eslint-config-prettier": "^6.5.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.2.3",
|
||||
"eslint-plugin-react": "^7.16.0",
|
||||
"prettier": "^1.18.2",
|
||||
"typescript": "3.6.4"
|
||||
"prettier": "^2.1.2",
|
||||
"typescript": "4.0.3"
|
||||
},
|
||||
"prettier": {
|
||||
"trailingComma": "es5"
|
||||
|
||||
Reference in New Issue
Block a user