Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit

Permalink
fix(template): bump typescript packages versions (#599)
Browse files Browse the repository at this point in the history
* fix(template): bump typescript packages versions

* fix snapshot
  • Loading branch information
kevinmarrec authored Sep 3, 2020
1 parent 146a312 commit b00e836
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/cna-template/template/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
},
"dependencies": {
"@nuxt/content": "^1.5.0",
"@nuxt/typescript-runtime": "^1.0.0",
"@nuxt/typescript-runtime": "^2.0.0",
"@nuxtjs/axios": "^5.12.0",
"@nuxtjs/pwa": "^3.0.0-beta.20",
"core-js": "^3.6.5",
"nuxt": "^2.14.0"
},
"devDependencies": {
"@nuxt/types": "^2.14.0",
"@nuxt/typescript-build": "^2.0.2",
"@nuxt/typescript-build": "^2.0.3",
"@nuxtjs/eslint-config": "^3.1.0",
"@nuxtjs/eslint-config-typescript": "^3.0.0",
"@nuxtjs/eslint-module": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-nuxt-app/test/snapshots/index.test.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -1022,13 +1022,13 @@ Generated by [AVA](https://avajs.dev).
{
dependencies: {
'@nuxt/typescript-runtime': '^1.0.0',
'@nuxt/typescript-runtime': '^2.0.0',
'core-js': '^3.6.5',
nuxt: '^2.14.0',
},
devDependencies: {
'@nuxt/types': '^2.14.0',
'@nuxt/typescript-build': '^2.0.2',
'@nuxt/typescript-build': '^2.0.3',
},
private: true,
scripts: {
Expand Down
Binary file modified packages/create-nuxt-app/test/snapshots/index.test.js.snap
Binary file not shown.

0 comments on commit b00e836

Please sign in to comment.