Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 6, 2024
1 parent 1e1b900 commit ef20da6
Show file tree
Hide file tree
Showing 9 changed files with 457 additions and 463 deletions.
22 changes: 11 additions & 11 deletions templates/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^18.2.6",
"@angular/common": "^18.2.6",
"@angular/compiler": "^18.2.6",
"@angular/core": "^18.2.6",
"@angular/forms": "^18.2.6",
"@angular/platform-browser": "^18.2.6",
"@angular/platform-browser-dynamic": "^18.2.6",
"@angular/router": "^18.2.6",
"@angular/animations": "^18.2.7",
"@angular/common": "^18.2.7",
"@angular/compiler": "^18.2.7",
"@angular/core": "^18.2.7",
"@angular/forms": "^18.2.7",
"@angular/platform-browser": "^18.2.7",
"@angular/platform-browser-dynamic": "^18.2.7",
"@angular/router": "^18.2.7",
"@skyra/discord-components-core": "^4.0.0-alpha.34",
"rxjs": "~7.8.1",
"tslib": "^2.7.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular/build": "^18.2.6",
"@angular/cli": "^18.2.6",
"@angular/compiler-cli": "^18.2.6",
"@angular/build": "^18.2.7",
"@angular/cli": "^18.2.7",
"@angular/compiler-cli": "^18.2.7",
"prettier": "^3.3.3",
"typescript": "~5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion templates/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/check": "^0.9.4",
"@astrojs/lit": "^4.3.0",
"@astrojs/react": "^3.6.2",
"@skyra/discord-components-core": "^4.0.0-alpha.34",
Expand Down
4 changes: 2 additions & 2 deletions templates/nextjs-app-directory-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
},
"dependencies": {
"@skyra/discord-components-react": "^4.0.0-alpha.34",
"next": "14.2.13",
"next": "14.2.14",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^20.16.10",
"@types/react": "^18.3.10",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"prettier": "^3.3.3",
"typescript": "^5.5.3"
Expand Down
4 changes: 2 additions & 2 deletions templates/nextjs-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
},
"dependencies": {
"@skyra/discord-components-react": "^4.0.0-alpha.34",
"next": "14.2.13",
"next": "14.2.14",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^20.16.10",
"@types/react": "^18.3.10",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"prettier": "^3.3.3",
"typescript": "^5.5.3"
Expand Down
4 changes: 2 additions & 2 deletions templates/nuxt3-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/image": "^1.8.0",
"@nuxt/image": "^1.8.1",
"@skyra/discord-components-core": "^4.0.0-alpha.34",
"nuxt": "^3.13.2",
"vue": "^3.5.10",
"vue": "^3.5.11",
"vue-router": "^4.4.5"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions templates/preact-vite-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
},
"dependencies": {
"@skyra/discord-components-react": "^4.0.0-alpha.34",
"preact": "^10.24.1",
"preact": "^10.24.2",
"react": "npm:@preact/compat@latest",
"react-dom": "npm:@preact/compat@latest"
},
"devDependencies": {
"@preact/preset-vite": "^2.9.1",
"@types/react": "^18.3.10",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"typescript": "^5.5.4",
"vite": "^5.4.8"
Expand Down
4 changes: 2 additions & 2 deletions templates/react-vite-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.10",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react": "^4.3.2",
"prettier": "^3.3.3",
"typescript": "^5.5.3",
"vite": "^5.4.8"
Expand Down
2 changes: 1 addition & 1 deletion templates/vue-vite-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@skyra/discord-components-core": "^4.0.0-alpha.34",
"vue": "^3.5.10"
"vue": "^3.5.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
Expand Down
Loading

0 comments on commit ef20da6

Please sign in to comment.