Skip to content

Commit

Permalink
fix: update next@10.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
solufa committed Jan 31, 2021
1 parent b9d0276 commit 699198b
Show file tree
Hide file tree
Showing 2 changed files with 161 additions and 1,191 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,14 @@
"@nuxt/config": "^2.14.12",
"chokidar": "^3.5.1",
"minimist": "^1.2.5",
"next": "^10.0.5"
"next": "^10.0.6"
},
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/minimist": "^1.2.1",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"eslint": "^7.18.0",
"@typescript-eslint/eslint-plugin": "^4.14.1",
"@typescript-eslint/parser": "^4.14.1",
"eslint": "^7.19.0",
"eslint-config-prettier": "^7.2.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
Expand All @@ -107,7 +107,7 @@
"jest": "^26.6.3",
"prettier": "^2.2.1",
"standard-version": "^9.1.0",
"ts-jest": "^26.4.4",
"ts-jest": "^26.5.0",
"typescript": "^4.1.3"
}
}
Loading

0 comments on commit 699198b

Please sign in to comment.