bump everything
* create-react-app 5.0.1 * many other dependencies * yarn 3.2.2 with Zero-Installs * fix eslint
This commit is contained in:
36
package.json
36
package.json
@@ -3,22 +3,21 @@
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@traptitech/markdown-it-katex": "^3.6.0",
|
||||
"copy-to-clipboard": "^3.3.1",
|
||||
"gh-pages": "^3.2.3",
|
||||
"gh-pages": "^4.0.0",
|
||||
"highlight.js": "^10.1.1",
|
||||
"html-to-react": "^1.4.3",
|
||||
"html-to-react": "^1.5.0",
|
||||
"katex": "0.16.0",
|
||||
"load-script": "^1.0.0",
|
||||
"markdown-it": "^11.0.0",
|
||||
"markdown-it-katex": "^2.0.3",
|
||||
"markdown-it": "^13.0.0",
|
||||
"pressure": "^2.1.2",
|
||||
"react": "^16.13.1",
|
||||
"react-dom": "^16.13.0",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-lazyload": "^3.2.0",
|
||||
"react-polls": "^1.2.0",
|
||||
"react-scripts": "^3.4.1",
|
||||
"react-timeago": "^4.4.0",
|
||||
"typescript": "^4.0.2",
|
||||
"workbox-sw": "^5.1.3"
|
||||
"react-scripts": "5.0.1",
|
||||
"react-timeago": "^7.1.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
@@ -43,14 +42,11 @@
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^6.8.0",
|
||||
"eslint-config-prettier": "^6.11.0",
|
||||
"eslint-plugin-import": "^2.21.2",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"eslint-plugin-prettier": "^3.1.3",
|
||||
"eslint-plugin-promise": "^4.2.1",
|
||||
"eslint-plugin-react": "^7.20.0",
|
||||
"eslint-plugin-standard": "^4.0.1",
|
||||
"prettier": "^2.0.5"
|
||||
}
|
||||
"eslint": "8.21.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"eslint-plugin-react": "7.30.1",
|
||||
"prettier": "^2.7.1"
|
||||
},
|
||||
"packageManager": "yarn@3.2.2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user