mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-02-19 07:54:22 +00:00
Upgrade dependencies, etc. (#55)
* Run prettify * Upgrade dependencies and switch out some libraries: * timeago (freshly jquery dependent) -> ReactTimeAgo * next-ga -> react-ga and custom plumbing * Move static/ to public/static/ As per https://github.com/zeit/next.js/blob/master/errors/static-dir-deprecated.md * Fix cons->icons typo * Import only what's necessary from lodash (223 -> 180 kb) * Asyncify MembershipInfoForm
This commit is contained in:
committed by
Riku Rouvila
parent
db98341a51
commit
dcf26deb0f
28
package.json
28
package.json
@@ -17,27 +17,27 @@
|
||||
"@zeit/next-less": "^1.0.1",
|
||||
"@zeit/next-stylus": "^1.0.1",
|
||||
"axios": "^0.19.0",
|
||||
"classnames": "^2.2.1",
|
||||
"font-awesome": "^4.4.0",
|
||||
"classnames": "^2.2.6",
|
||||
"font-awesome": "^4.7.0",
|
||||
"less": "^3.10.3",
|
||||
"lodash": "^3.9.1",
|
||||
"next": "^9.0.6",
|
||||
"next-fonts": "^0.18.0",
|
||||
"next-ga": "^2.3.4",
|
||||
"lodash": "^4.17.15",
|
||||
"next": "^9.1.2",
|
||||
"next-fonts": "^0.19.0",
|
||||
"parse-github-event": "^0.2.0",
|
||||
"react": "^16.9.0",
|
||||
"react-dom": "^16.9.0",
|
||||
"react-stripe-checkout": "^2.4.0",
|
||||
"react": "^16.11.0",
|
||||
"react-dom": "^16.11.0",
|
||||
"react-ga": "^2.7.0",
|
||||
"react-stripe-checkout": "^2.6.3",
|
||||
"react-time-ago": "^5.0.7",
|
||||
"stylus": "^0.54.7",
|
||||
"timeago": "^0.2.0",
|
||||
"twitter-text": "^1.11.0"
|
||||
"twitter-text": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-eslint": "^10.0.3",
|
||||
"eslint": "^6.4.0",
|
||||
"eslint-config-prettier": "^6.3.0",
|
||||
"eslint": "^6.6.0",
|
||||
"eslint-config-prettier": "^6.5.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.2.3",
|
||||
"eslint-plugin-react": "^7.14.3",
|
||||
"eslint-plugin-react": "^7.16.0",
|
||||
"prettier": "^1.18.2"
|
||||
},
|
||||
"prettier": {
|
||||
|
||||
Reference in New Issue
Block a user