Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Update TypeScript, ESLint, Vue.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ciffelia committed Aug 7, 2020
1 parent 7933504 commit 906dbfb
Show file tree
Hide file tree
Showing 3 changed files with 1,243 additions and 1,069 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"fix": "eslint --fix --ignore-path .gitignore --ext .js,.ts,.vue ."
},
"dependencies": {
"typescript": "~3.8.3"
"typescript": "~3.9.7"
},
"devDependencies": {
"@types/node": "^12.12.54",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"eslint": "^6.8.0",
"eslint-config-standard-with-typescript": "^16.0.0",
"eslint-plugin-import": "^2.21.2",
"@typescript-eslint/eslint-plugin": "^3.8.0",
"eslint": "^7.6.0",
"eslint-config-standard-with-typescript": "^18.0.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
Expand Down
13 changes: 7 additions & 6 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,22 @@
"start": "nuxt-ts start"
},
"dependencies": {
"@nuxt/typescript-runtime": "^0.4.10",
"@nuxtjs/axios": "^5.11.0",
"@nuxt/typescript-runtime": "^1.0.0",
"@nuxtjs/axios": "^5.12.1",
"@nuxtjs/proxy": "^2.0.1",
"@twilens/tweetjs-parser": "^0.0.1",
"@twilens/types": "^0.0.1",
"luxon": "^1.24.1",
"nuxt": "^2.13.0",
"nuxt": "^2.14.1",
"nuxt-property-decorator": "^2.7.2"
},
"devDependencies": {
"@nuxt/typescript-build": "^1.0.3",
"@nuxtjs/eslint-config-typescript": "^2.0.0",
"@nuxt/types": "^2.14.1",
"@nuxt/typescript-build": "^2.0.2",
"@nuxtjs/eslint-config-typescript": "^3.0.0",
"@nuxtjs/pwa": "^3.0.0-0",
"@nuxtjs/vuetify": "^1.11.2",
"@types/luxon": "^1.24.3",
"eslint-plugin-nuxt": "^0.5.2"
"eslint-plugin-nuxt": "^1.0.0"
}
}
Loading

0 comments on commit 906dbfb

Please sign in to comment.