Skip to content

Commit

Permalink
fix nuxt compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckyMaler authored and ZachJW34 committed Apr 26, 2021
1 parent b26162a commit e878d60
Show file tree
Hide file tree
Showing 3 changed files with 1,299 additions and 697 deletions.
4 changes: 2 additions & 2 deletions libs/nuxt/src/schematics/application/schematic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -306,11 +306,11 @@ export default function (options: ApplicationSchematicSchema): Rule {
{
'@nuxt/typescript-runtime': '^2.0.1',
'core-js': '^3.8.3',
nuxt: '^2.14.12',
nuxt: '2.14.12',
},
{
'@nuxtjs/eslint-config-typescript': '^5.0.0',
'@nuxt/types': '^2.14.12',
'@nuxt/types': '2.14.12',
'@nuxt/typescript-build': '^2.0.4',
'eslint-plugin-nuxt': '^2.0.0',
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"husky": "^4.2.5",
"jest": "26.2.2",
"lint-staged": "^10.2.11",
"nuxt": "^2.14.0",
"nuxt": "2.14.12",
"prettier": "2.2.1",
"rxjs": "6.5.5",
"semver": "^7.3.2",
Expand Down
Loading

0 comments on commit e878d60

Please sign in to comment.