bumped package versions
This commit is contained in:
parent
f85a8c8414
commit
dcd415a246
2 changed files with 343 additions and 240 deletions
|
@ -17,63 +17,63 @@
|
|||
"build": "yarn generate && react-scripts build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-svg-core": "^1.2.35",
|
||||
"@fortawesome/free-brands-svg-icons": "^5.15.3",
|
||||
"@fortawesome/free-regular-svg-icons": "^5.15.3",
|
||||
"@fortawesome/free-solid-svg-icons": "^5.15.3",
|
||||
"@fortawesome/react-fontawesome": "^0.1.14",
|
||||
"@types/elasticlunr": "^0.9.2",
|
||||
"@fortawesome/fontawesome-svg-core": "^1.2.36",
|
||||
"@fortawesome/free-brands-svg-icons": "^5.15.4",
|
||||
"@fortawesome/free-regular-svg-icons": "^5.15.4",
|
||||
"@fortawesome/free-solid-svg-icons": "^5.15.4",
|
||||
"@fortawesome/react-fontawesome": "^0.1.15",
|
||||
"@types/elasticlunr": "^0.9.3",
|
||||
"@types/highlight.js": "^10.1.0",
|
||||
"@types/react-router-hash-link": "^2.4.1",
|
||||
"@types/react-select": "^4.0.17",
|
||||
"date-fns": "^2.23.0",
|
||||
"@types/react-router-hash-link": "^2.4.2",
|
||||
"@types/react-select": "^4.0.18",
|
||||
"date-fns": "^2.24.0",
|
||||
"elasticlunr": "^0.9.5",
|
||||
"gray-matter": "^4.0.3",
|
||||
"highlight.js": "^11.2.0",
|
||||
"katex": "^0.13.13",
|
||||
"katex": "^0.13.18",
|
||||
"local-storage-fallback": "^4.1.2",
|
||||
"markdown-it": "^12.2.0",
|
||||
"markdown-it-anchor": "^8.1.2",
|
||||
"markdown-it-attrs": "^4.0.0",
|
||||
"markdown-it-anchor": "^8.3.1",
|
||||
"markdown-it-attrs": "^4.1.0",
|
||||
"markdown-it-texmath": "^0.9.1",
|
||||
"markdown-toc": "^1.2.0",
|
||||
"query-string": "^7.0.1",
|
||||
"react": "^17.0.2",
|
||||
"react-collapse": "^5.1.0",
|
||||
"react-date-range": "^1.3.0",
|
||||
"react-device-detect": "^1.17.0",
|
||||
"react-dnd": "^14.0.3",
|
||||
"react-dnd-html5-backend": "^14.0.1",
|
||||
"react-date-range": "^1.4.0",
|
||||
"react-device-detect": "^2.0.0",
|
||||
"react-dnd": "^14.0.4",
|
||||
"react-dnd-html5-backend": "^14.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-helmet-async": "^1.0.9",
|
||||
"react-router-dom": "^5.2.0",
|
||||
"react-helmet-async": "^1.1.2",
|
||||
"react-router-dom": "^5.3.0",
|
||||
"react-router-hash-link": "^2.4.3",
|
||||
"react-scripts": "^4.0.3",
|
||||
"react-select": "^4.3.1",
|
||||
"react-select": "^5.0.0",
|
||||
"react-tooltip": "^4.2.21",
|
||||
"read-time-estimate": "^0.0.3",
|
||||
"styled-components": "^5.3.0",
|
||||
"styled-components": "^5.3.1",
|
||||
"web-vitals": "^2.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/katex": "^0.11.1",
|
||||
"@types/markdown-it": "^12.2.0",
|
||||
"@types/node": "^16.4.10",
|
||||
"@types/react": "^17.0.15",
|
||||
"@types/markdown-it": "^12.2.1",
|
||||
"@types/node": "^16.10.1",
|
||||
"@types/react": "^17.0.24",
|
||||
"@types/react-collapse": "^5.0.1",
|
||||
"@types/react-date-range": "^1.1.7",
|
||||
"@types/react-date-range": "^1.1.8",
|
||||
"@types/react-dom": "^17.0.9",
|
||||
"@types/styled-components": "^5.1.11",
|
||||
"@typescript-eslint/eslint-plugin": "^4.28.5",
|
||||
"@typescript-eslint/parser": "^4.28.5",
|
||||
"@types/styled-components": "^5.1.14",
|
||||
"@typescript-eslint/eslint-plugin": "^4.32.0",
|
||||
"@typescript-eslint/parser": "^4.32.0",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-json": "^3.0.0",
|
||||
"eslint-plugin-react": "^7.24.0",
|
||||
"prettier": "^2.3.2",
|
||||
"ts-node": "^10.1.0",
|
||||
"eslint-plugin-json": "^3.1.0",
|
||||
"eslint-plugin-react": "^7.26.0",
|
||||
"prettier": "^2.4.1",
|
||||
"ts-node": "^10.2.1",
|
||||
"tslint-config-prettier": "^1.18.0",
|
||||
"typescript": "^4.3.5"
|
||||
"typescript": "^4.4.3"
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue