Skip to content

Commit

Permalink
chore(deps): update typescript to v4.3 (#3557)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Jun 7, 2021
1 parent f9e0d03 commit d3d5192
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"ci-docs": "run-s build-vite build-plugin-vue build-docs"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.12.1",
"@microsoft/api-extractor": "^7.16.1",
"@types/fs-extra": "^9.0.5",
"@types/jest": "^26.0.23",
"@types/node": "^14.14.10",
Expand All @@ -44,13 +44,13 @@
"node-fetch": "^2.6.1",
"npm-run-all": "^4.1.5",
"playwright-chromium": "^1.7.0",
"prettier": "2.3.0",
"prettier": "2.3.1",
"rimraf": "^3.0.2",
"semver": "^7.3.4",
"sirv": "^1.0.12",
"ts-jest": "^27.0.1",
"ts-node": "^9.1.1",
"typescript": "^4.1.2",
"typescript": "^4.3.2",
"vitepress": "^0.12.2",
"yorkie": "^2.0.0"
},
Expand Down
1 change: 1 addition & 0 deletions packages/plugin-vue/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"strict": true,
"declaration": true,
"sourceMap": true,
"noImplicitOverride": true,
"noUnusedLocals": true,
"esModuleInterop": true,
"baseUrl": ".",
Expand Down

0 comments on commit d3d5192

Please sign in to comment.