mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
fix(deps): pin dependencies
This commit is contained in:
parent
2f2de58d14
commit
c0caa31a2b
2 changed files with 66 additions and 66 deletions
|
|
@ -8,16 +8,16 @@
|
|||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@fullhuman/postcss-purgecss": "^2.2.0",
|
||||
"@testing-library/jest-dom": "^5.5.0",
|
||||
"@testing-library/react": "^10.0.4",
|
||||
"@testing-library/user-event": "^10.1.0",
|
||||
"@types/d3-array": "^2.0.0",
|
||||
"@types/jest": "^25.2.1",
|
||||
"@types/node": "^12.12.38",
|
||||
"@types/react": "^16.9.34",
|
||||
"@types/react-dom": "^16.9.7",
|
||||
"@types/react-router-dom": "^5.1.5",
|
||||
"@fullhuman/postcss-purgecss": "2.2.0",
|
||||
"@testing-library/jest-dom": "5.5.0",
|
||||
"@testing-library/react": "10.0.4",
|
||||
"@testing-library/user-event": "10.1.0",
|
||||
"@types/d3-array": "2.0.0",
|
||||
"@types/jest": "25.2.1",
|
||||
"@types/node": "12.12.38",
|
||||
"@types/react": "16.9.34",
|
||||
"@types/react-dom": "16.9.7",
|
||||
"@types/react-router-dom": "5.1.5",
|
||||
"@vx/axis": "0.0.196",
|
||||
"@vx/curve": "0.0.196",
|
||||
"@vx/gradient": "0.0.196",
|
||||
|
|
@ -25,18 +25,18 @@
|
|||
"@vx/group": "0.0.196",
|
||||
"@vx/scale": "0.0.196",
|
||||
"@vx/shape": "0.0.196",
|
||||
"autoprefixer": "^9.7.6",
|
||||
"d3-array": "^2.4.0",
|
||||
"date-fns": "^2.13.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"postcss-cli": "^7.1.1",
|
||||
"prettier": "^2.0.5",
|
||||
"react": "^16.13.1",
|
||||
"react-dom": "^16.13.1",
|
||||
"react-router-dom": "^5.1.2",
|
||||
"autoprefixer": "9.7.6",
|
||||
"d3-array": "2.4.0",
|
||||
"date-fns": "2.13.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"postcss-cli": "7.1.1",
|
||||
"prettier": "2.0.5",
|
||||
"react": "16.13.1",
|
||||
"react-dom": "16.13.1",
|
||||
"react-router-dom": "5.1.2",
|
||||
"react-scripts": "3.4.1",
|
||||
"tailwindcss": "^1.4.5",
|
||||
"typescript": "^3.7.5"
|
||||
"tailwindcss": "1.4.5",
|
||||
"typescript": "3.8.3"
|
||||
},
|
||||
"scripts": {
|
||||
"build:tailwind": "postcss src/tailwind.css -o src/tailwind/generated.css",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue