Skip to content

Commit

Permalink
Merge pull request #267 from nuxt-community/renovate/nuxt-typescript-…
Browse files Browse the repository at this point in the history
…core-packages

chore(deps): update nuxt typescript core packages to v2.15.0
  • Loading branch information
hmsk committed Feb 16, 2021
2 parents ba0a0f2 + b031af8 commit 3354dcd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,13 +1,13 @@
{
"name": "nuxt-community-typescript-template",
"description": "A boilerplate to start a Nuxt+TS project quickly",
"version": "2.14.12",
"version": "2.15.0",
"private": true,
"dependencies": {
"@nuxt/typescript-runtime": "2.0.1",
"@nuxtjs/composition-api": "0.20.1",
"nuxt-property-decorator": "2.9.1",
"nuxt": "2.14.12"
"nuxt": "2.15.0"
},
"scripts": {
"dev": "nuxt-ts",
Expand All @@ -17,7 +17,7 @@
"lint": "eslint --max-warnings 0 --ext .ts,.vue ."
},
"devDependencies": {
"@nuxt/types": "2.14.12",
"@nuxt/types": "2.15.0",
"@nuxt/typescript-build": "2.0.4",
"@nuxtjs/eslint-config-typescript": "5.0.0",
"eslint": "7.20.0"
Expand Down

0 comments on commit 3354dcd

Please sign in to comment.