Skip to content

Commit

Permalink
Update npm deps in test projects
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Dec 19, 2024
1 parent 7999d7f commit 4d1e646
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "EPL2",
"description": "",
"devDependencies": {
"@types/node": "^22.0.0",
"typescript": "^5.0.2"
"@types/node": "^22.10.2",
"typescript": "^5.7.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
"prefix": "app",
"schematics": {}
}
},
"cli": {
"analytics": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
},
"private": true,
"dependencies": {
"@angular-devkit/build-angular": "^19.0.0",
"@angular-devkit/build-angular": "^19.0.6",
"@angular/animations": "^19.0.0",
"@angular/cli": "^19.0.0",
"@angular/cli": "^19.0.6",
"@angular/common": "^19.0.0",
"@angular/compiler": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/forms": "^19.0.0",
"@angular/forms": "^19.0.5",
"@angular/platform-browser": "^19.0.0",
"@angular/platform-browser-dynamic": "^19.0.0",
"@angular/router": "^19.0.0",
"core-js": "^3.25.2",
"@angular/platform-browser-dynamic": "^19.0.5",
"@angular/router": "^19.0.5",
"core-js": "^3.39.0",
"rxjs": "~7.8.0",
"tslib": "^2.4.0",
"zone.js": "^0.15.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"author": "Andrew Obuchowicz",
"license": "ISC",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"eslint": "^8.24.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.1",
"typescript": "5.7.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "^3.8.3",
"core-js": "^3.39.0",
"vue": "^3.2.13"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"eslint": "^9.3.0",
"eslint-plugin-vue": "^9.15.1"
"eslint": "^9.17.0",
"eslint-plugin-vue": "^9.32.0"
},
"eslintConfig": {
"root": true,
Expand Down

0 comments on commit 4d1e646

Please sign in to comment.