Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#151)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent d11e034 commit c522b45
Show file tree
Hide file tree
Showing 6 changed files with 600 additions and 520 deletions.
20 changes: 10 additions & 10 deletions examples/angular/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@
"test": "ng test"
},
"dependencies": {
"@angular/animations": "^19.0.3",
"@angular/common": "^19.0.3",
"@angular/compiler": "^19.0.3",
"@angular/core": "^19.0.3",
"@angular/platform-browser": "^19.0.3",
"@angular/platform-browser-dynamic": "^19.0.3",
"@angular/router": "^19.0.3",
"@angular/animations": "^19.0.4",
"@angular/common": "^19.0.4",
"@angular/compiler": "^19.0.4",
"@angular/core": "^19.0.4",
"@angular/platform-browser": "^19.0.4",
"@angular/platform-browser-dynamic": "^19.0.4",
"@angular/router": "^19.0.4",
"@tanstack/angular-store": "^0.6.0",
"@tanstack/store": "^0.6.0",
"rxjs": "^7.8.1",
"tslib": "^2.8.1",
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.0.4",
"@angular/cli": "^19.0.4",
"@angular/compiler-cli": "^19.0.3",
"@angular-devkit/build-angular": "^19.0.5",
"@angular/cli": "^19.0.5",
"@angular/compiler-cli": "^19.0.4",
"typescript": "5.6.3"
}
}
4 changes: 2 additions & 2 deletions examples/svelte/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"check": "svelte-check --tsconfig ./tsconfig.json && tsc -p tsconfig.node.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^4.0.2",
"@sveltejs/vite-plugin-svelte": "^4.0.3",
"@tsconfig/svelte": "^5.0.4",
"svelte": "^5.9.0",
"svelte": "^5.14.0",
"svelte-check": "^4.1.1",
"tslib": "^2.8.1",
"typescript": "5.6.3",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
]
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.18.0",
"@eslint-react/eslint-plugin": "^1.19.0",
"@solidjs/testing-library": "^0.8.10",
"@tanstack/config": "^0.14.2",
"@testing-library/jest-dom": "^6.6.3",
Expand All @@ -46,18 +46,18 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitest/coverage-istanbul": "^2.1.8",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"eslint-plugin-react-hooks": "^5.1.0",
"jsdom": "^25.0.1",
"knip": "^5.39.2",
"nx": "^20.2.1",
"knip": "^5.40.0",
"nx": "^20.2.2",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"publint": "^0.2.12",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^6.0.1",
"sherif": "^1.0.2",
"sherif": "^1.1.1",
"solid-js": "^1.9.3",
"typescript": "5.6.3",
"typescript49": "npm:[email protected]",
Expand Down
12 changes: 6 additions & 6 deletions packages/angular-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@
},
"devDependencies": {
"@analogjs/vite-plugin-angular": "^1.10.1",
"@angular/common": "^19.0.3",
"@angular/compiler": "^19.0.3",
"@angular/compiler-cli": "^19.0.3",
"@angular/core": "^19.0.3",
"@angular/platform-browser": "^19.0.3",
"@angular/platform-browser-dynamic": "^19.0.3",
"@angular/common": "^19.0.4",
"@angular/compiler": "^19.0.4",
"@angular/compiler-cli": "^19.0.4",
"@angular/core": "^19.0.4",
"@angular/platform-browser": "^19.0.4",
"@angular/platform-browser-dynamic": "^19.0.4",
"ng-packagr": "^19.0.1",
"zone.js": "^0.15.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/svelte-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
},
"devDependencies": {
"@sveltejs/package": "^2.3.7",
"@sveltejs/vite-plugin-svelte": "^4.0.2",
"@sveltejs/vite-plugin-svelte": "^4.0.3",
"@testing-library/svelte": "^5.2.6",
"eslint-plugin-svelte": "^2.46.1",
"svelte": "^5.9.0",
"svelte": "^5.14.0",
"svelte-check": "^4.1.1"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit c522b45

Please sign in to comment.