Skip to content

Commit

Permalink
move dev-time project dependencies into devDependencies (#1599)
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas authored Dec 19, 2024
1 parent f4abd62 commit ae43ca7
Show file tree
Hide file tree
Showing 8 changed files with 4,717 additions and 7,394 deletions.
1 change: 1 addition & 0 deletions all-clients/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock.json
6,454 changes: 0 additions & 6,454 deletions all-clients/package-lock.json

This file was deleted.

58 changes: 45 additions & 13 deletions development/client-angular/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 6 additions & 8 deletions development/client-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "simple-apollo-angular",
"version": "0.0.0",
"private": true,
"dependencies": {
"devDependencies": {
"@angular/common": "17.3.12",
"@angular/compiler": "17.3.12",
"@angular/core": "17.3.12",
Expand All @@ -14,19 +14,17 @@
"graphql-ws": "5.16.0",
"rxjs": "7.8.1",
"tslib": "2.8.1",
"zone.js": "0.14.7"
},
"scripts": {
"start": "ng serve",
"build": "ng build"
},
"devDependencies": {
"zone.js": "0.14.7",
"@angular-devkit/build-angular": "17.3.11",
"@angular/cli": "17.3.11",
"@angular/compiler-cli": "17.3.12",
"@types/node": "20.14.10",
"ts-node": "10.9.2",
"tslint": "6.1.3",
"typescript": "5.4.5"
},
"scripts": {
"start": "ng serve",
"build": "ng build"
}
}
Loading

0 comments on commit ae43ca7

Please sign in to comment.