removed testing and bumped dependencies
This commit is contained in:
parent
6e8b20a85c
commit
0527f6b924
4 changed files with 15 additions and 200 deletions
|
@ -13,9 +13,7 @@
|
|||
"scripts": {
|
||||
"generate": "ts-node -O '{\"module\":\"commonjs\"}' ./generate.ts",
|
||||
"start": "yarn generate && react-scripts start",
|
||||
"build": "yarn generate && react-scripts build",
|
||||
"test": "yarn generate && react-scripts test",
|
||||
"pretty": "yarn generate && prettier --write ./source"
|
||||
"build": "yarn generate && react-scripts build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-svg-core": "^1.2.35",
|
||||
|
@ -23,9 +21,6 @@
|
|||
"@fortawesome/free-regular-svg-icons": "^5.15.3",
|
||||
"@fortawesome/free-solid-svg-icons": "^5.15.3",
|
||||
"@fortawesome/react-fontawesome": "^0.1.14",
|
||||
"@testing-library/jest-dom": "^5.14.1",
|
||||
"@testing-library/react": "^12.0.0",
|
||||
"@testing-library/user-event": "^13.2.1",
|
||||
"date-fns": "^2.23.0",
|
||||
"gray-matter": "^4.0.3",
|
||||
"local-storage-fallback": "^4.1.2",
|
||||
|
@ -44,14 +39,13 @@
|
|||
"web-vitals": "^2.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^26.0.24",
|
||||
"@types/node": "^16.4.7",
|
||||
"@types/node": "^16.4.10",
|
||||
"@types/react": "^17.0.15",
|
||||
"@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",
|
||||
"eslint": "^7.31.0",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-json": "^3.0.0",
|
||||
"eslint-plugin-react": "^7.24.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue