Updated deps

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
Florian Bouillon 2020-03-31 11:15:47 +02:00
parent 194bb9546a
commit f5c92b52c2
No known key found for this signature in database
GPG Key ID: B143FF27EF555D16
2 changed files with 2612 additions and 583 deletions

View File

@ -1,5 +1,5 @@
{
"name": "@dzeio/markblog",
"name": "@avior/next-template",
"version": "1.0.1",
"license": "MIT",
"scripts": {
@ -16,9 +16,9 @@
"dependencies": {
"@zeit/next-stylus": "^1.0.1",
"glob": "^7.1.6",
"next": "^9.1.7",
"next": "^9.3.3",
"next-compose-plugins": "^2.2.0",
"next-purgecss": "^3.1.2",
"next-purgecss": "^4.0.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"serve": "^11.3.0",
@ -29,11 +29,19 @@
"webpack-cli": "^3.3.10"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/preset-env": "^7.8.6",
"@babel/preset-react": "^7.8.3",
"@types/jest": "^25.1.3",
"@types/node": "^13.1.4",
"@types/react": "^16.9.17",
"@types/react-test-renderer": "^16.9.2",
"@typescript-eslint/eslint-plugin": "^2.19.0",
"@typescript-eslint/parser": "^2.19.0",
"babel-jest": "^25.1.0",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.18.3"
"eslint-plugin-react": "^7.18.3",
"jest": "^25.1.0",
"react-test-renderer": "^16.13.0"
}
}

3179
yarn.lock

File diff suppressed because it is too large Load Diff