Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and LeSuisse committed Dec 10, 2023
1 parent 2c59fb3 commit 90eb3bb
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 58 deletions.
2 changes: 1 addition & 1 deletion examples/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue2": "2.3.1",
"typescript": "5.3.2",
"typescript": "5.3.3",
"vite": "5.0.5",
"vue-demi": "0.14.6",
"vue-tsc": "1.8.24"
Expand Down
2 changes: 1 addition & 1 deletion examples/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "4.5.1",
"typescript": "5.3.2",
"typescript": "5.3.3",
"vite": "5.0.5",
"vue-tsc": "1.8.24"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"eslint-plugin-prettier": "5.0.1",
"prettier": "3.1.0",
"turbo": "1.11.1",
"typescript": "5.3.2"
"typescript": "5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/vue-dompurify-html-vue2-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@types/dompurify": "3.0.5",
"@vue/test-utils": "1.3.6",
"dompurify": "3.0.6",
"typescript": "5.3.2",
"typescript": "5.3.3",
"vite": "5.0.5",
"vitest": "0.34.6",
"vue": "2.7.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-dompurify-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@vitest/coverage-v8": "0.34.6",
"@vue/test-utils": "2.3.2",
"jsdom": "23.0.1",
"typescript": "5.3.2",
"typescript": "5.3.3",
"vite": "5.0.5",
"vitest": "0.34.6",
"vue": "3.3.6"
Expand Down
Loading

0 comments on commit 90eb3bb

Please sign in to comment.