Skip to content

Commit

Permalink
Merge pull request #15 from MikeMcC399/updates-deps
Browse files Browse the repository at this point in the history
fix(deps): update all dependencies
  • Loading branch information
jordanpowell88 authored Dec 11, 2023
2 parents 7d31668 + a0c239c commit fccacbd
Show file tree
Hide file tree
Showing 8 changed files with 4,326 additions and 18,098 deletions.
14,131 changes: 3,153 additions & 10,978 deletions angular/my-awesome-app/package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions angular/my-awesome-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
"@angular/common": "^16.1.7",
"@angular/compiler": "^16.1.7",
"@angular/core": "^16.1.7",
"@angular/forms": "^16.1.7",
"@angular/forms": "^16.2.12",
"@angular/platform-browser": "^16.1.7",
"@angular/platform-browser-dynamic": "^16.1.7",
"@angular/router": "^16.1.7",
"@angular/platform-browser-dynamic": "^16.2.12",
"@angular/router": "^16.2.12",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.13.1"
"tslib": "^2.6.2",
"zone.js": "^0.13.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.1.6",
"@angular-devkit/build-angular": "^16.2.10",
"@angular/cli": "~16.1.6",
"@angular/compiler-cli": "^16.1.7",
"@angular/compiler-cli": "^16.2.12",
"@types/jasmine": "~4.0.0",
"cypress": "^13.0.0",
"cypress": "^13.6.1",
"jasmine-core": "~4.3.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
Expand Down
3,256 changes: 465 additions & 2,791 deletions react/my-awesome-app/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions react/my-awesome-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^3.1.0",
"cypress": "^13.0.0",
"vite": "^4.4.8"
"cypress": "^13.6.1",
"vite": "^4.5.1"
}
}
2,469 changes: 308 additions & 2,161 deletions svelte/my-awesome-app/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions svelte/my-awesome-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"preview": "vite preview"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.6",
"cypress": "^13.0.0",
"svelte": "^4.2.2",
"vite": "^4.5.0"
"@sveltejs/vite-plugin-svelte": "^2.5.3",
"cypress": "^13.6.1",
"svelte": "^4.2.8",
"vite": "^4.5.1"
}
}
Loading

0 comments on commit fccacbd

Please sign in to comment.