Skip to content

Commit

Permalink
Merge pull request #4819 from matteobruni/renovate/typescript-4.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency typescript to ~4.9.0
  • Loading branch information
matteobruni committed Nov 16, 2022
2 parents 6d0ff0a + b6f35e2 commit d8454c2
Show file tree
Hide file tree
Showing 8 changed files with 395 additions and 131 deletions.
2 changes: 1 addition & 1 deletion components/angular/package.json
Expand Up @@ -102,7 +102,7 @@
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"ng-packagr": "~15.0.0",
"typescript": "~4.8.4"
"typescript": "~4.9.0"
},
"module": "dist/ng-particles/fesm2015/ng-particles.mjs",
"es2020": "dist/ng-particles/fesm2020/ng-particles.mjs",
Expand Down
2 changes: 1 addition & 1 deletion components/svelte/package.json
Expand Up @@ -101,7 +101,7 @@
"svelte-check": "^2.9.2",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.4.1",
"typescript": "~4.8.4"
"typescript": "~4.9.0"
},
"bugs": {
"url": "https://github.com/matteobruni/tsparticles/issues"
Expand Down
2 changes: 1 addition & 1 deletion components/vue3-alt/package.json
Expand Up @@ -105,7 +105,7 @@
"eslint": "^8.27.0",
"eslint-plugin-vue": "^9.7.0",
"prettier": "^2.7.1",
"typescript": "~4.8.4",
"typescript": "~4.9.0",
"vite": "^3.2.3",
"vite-plugin-dts": "^1.7.1",
"vue-tsc": "^1.0.9"
Expand Down
2 changes: 1 addition & 1 deletion components/vue3/package.json
Expand Up @@ -105,7 +105,7 @@
"eslint": "^8.27.0",
"eslint-plugin-vue": "^9.7.0",
"prettier": "^2.7.1",
"typescript": "~4.8.4",
"typescript": "~4.9.0",
"vite": "^3.2.3",
"vite-plugin-dts": "^1.7.1",
"vue-tsc": "^1.0.9"
Expand Down
2 changes: 1 addition & 1 deletion demo/angular/package.json
Expand Up @@ -78,6 +78,6 @@
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"typescript": "~4.8.4"
"typescript": "~4.9.0"
}
}
2 changes: 1 addition & 1 deletion demo/ionic/package.json
Expand Up @@ -106,7 +106,7 @@
"karma-jasmine-html-reporter": "^2.0.0",
"protractor": "~7.0.0",
"ts-node": "~10.9.1",
"typescript": "~4.8.4"
"typescript": "~4.9.0"
},
"description": "An Ionic project"
}
2 changes: 1 addition & 1 deletion demo/vue3/package.json
Expand Up @@ -31,7 +31,7 @@
"minimatch": "^5.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"typescript": "~4.8.4",
"typescript": "~4.9.0",
"vite": "^3.2.3",
"vue-tsc": "^1.0.9"
}
Expand Down

0 comments on commit d8454c2

Please sign in to comment.