Skip to content

Commit

Permalink
chore: update [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
solufa committed Jul 4, 2020
1 parent 76d5e81 commit 5dab985
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions templates/front/nuxt/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@nuxt/typescript-runtime": "^0.4.10",
"dotenv": "^8.2.0",
"nuxt": "2.13.0"
"nuxt": "2.13.3"
},
"devDependencies": {
"@nuxt/typescript-build": "^1.0.3",
Expand All @@ -46,15 +46,15 @@
"@nuxtjs/stylelint-module": "^4.0.0",
"babel-eslint": "^10.0.1",
"cross-env": "^7.0.2",
"eslint": "^6.1.0",
"eslint": "^7.4.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-nuxt": ">=0.4.2",
"eslint-plugin-prettier": "^3.1.2",
"husky": "^4.0.0",
"lint-staged": "^10.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^1.19.1",
"stylelint": "^10.1.0",
"prettier": "^2.0.5",
"stylelint": "^13.6.1",
"ts-loader": "^7.0.5",
"typescript": "^3.9.5"
}
Expand Down
8 changes: 4 additions & 4 deletions test/snapshots/index.test.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -1372,7 +1372,7 @@ Generated by [AVA](https://avajs.dev).
'@nuxt/typescript-runtime': '^0.4.10',
'@nuxtjs/axios': '^5.11.0',
dotenv: '^8.2.0',
nuxt: '2.13.0',
nuxt: '2.13.3',
},
devDependencies: {
'@nuxt/typescript-build': '^1.0.3',
Expand All @@ -1382,15 +1382,15 @@ Generated by [AVA](https://avajs.dev).
'@nuxtjs/stylelint-module': '^4.0.0',
'babel-eslint': '^10.0.1',
'cross-env': '^7.0.2',
eslint: '^6.1.0',
eslint: '^7.4.0',
'eslint-config-prettier': '^6.10.0',
'eslint-plugin-nuxt': '>=0.4.2',
'eslint-plugin-prettier': '^3.1.2',
husky: '^4.0.0',
'lint-staged': '^10.0.0',
'npm-run-all': '^4.1.5',
prettier: '^1.19.1',
stylelint: '^10.1.0',
prettier: '^2.0.5',
stylelint: '^13.6.1',
'ts-loader': '^7.0.5',
typescript: '^3.9.5',
},
Expand Down
Binary file modified test/snapshots/index.test.js.snap
Binary file not shown.

0 comments on commit 5dab985

Please sign in to comment.