Browse Source

[deps]: Pin dependencies (#389)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/400/head
renovate[bot] 2 years ago committed by GitHub
parent
commit
d1cb92b5e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      package-lock.json
  2. 12
      package.json

12
package-lock.json generated

@ -50,8 +50,8 @@
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "15.2.9", "@angular-devkit/build-angular": "15.2.9",
"@angular-eslint/eslint-plugin-template": "^17.1.1", "@angular-eslint/eslint-plugin-template": "17.1.1",
"@angular-eslint/template-parser": "^17.1.1", "@angular-eslint/template-parser": "17.1.1",
"@angular/compiler-cli": "15.2.9", "@angular/compiler-cli": "15.2.9",
"@angular/platform-browser-dynamic": "15.2.9", "@angular/platform-browser-dynamic": "15.2.9",
"@fluffy-spoon/substitute": "1.208.0", "@fluffy-spoon/substitute": "1.208.0",
@ -89,14 +89,14 @@
"eslint-config-prettier": "8.10.0", "eslint-config-prettier": "8.10.0",
"eslint-import-resolver-typescript": "2.7.1", "eslint-import-resolver-typescript": "2.7.1",
"eslint-plugin-import": "2.28.1", "eslint-plugin-import": "2.28.1",
"eslint-plugin-rxjs": "^5.0.3", "eslint-plugin-rxjs": "5.0.3",
"eslint-plugin-rxjs-angular": "^2.0.1", "eslint-plugin-rxjs-angular": "2.0.1",
"form-data": "4.0.0", "form-data": "4.0.0",
"html-loader": "3.1.2", "html-loader": "3.1.2",
"html-webpack-plugin": "5.5.3", "html-webpack-plugin": "5.5.3",
"husky": "8.0.3", "husky": "8.0.3",
"jest": "29.6.4", "jest": "29.6.4",
"jest-junit": "^16.0.0", "jest-junit": "16.0.0",
"jest-preset-angular": "13.1.1", "jest-preset-angular": "13.1.1",
"jsdom": "22.1.0", "jsdom": "22.1.0",
"lint-staged": "12.5.0", "lint-staged": "12.5.0",
@ -112,7 +112,7 @@
"sass": "1.66.1", "sass": "1.66.1",
"sass-loader": "12.6.0", "sass-loader": "12.6.0",
"tapable": "1.1.3", "tapable": "1.1.3",
"ts-jest": "^29.1.1", "ts-jest": "29.1.1",
"ts-loader": "9.4.4", "ts-loader": "9.4.4",
"ts-node": "10.9.1", "ts-node": "10.9.1",
"tsconfig-paths": "3.14.2", "tsconfig-paths": "3.14.2",

12
package.json

@ -70,8 +70,8 @@
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "15.2.9", "@angular-devkit/build-angular": "15.2.9",
"@angular-eslint/eslint-plugin-template": "^17.1.1", "@angular-eslint/eslint-plugin-template": "17.1.1",
"@angular-eslint/template-parser": "^17.1.1", "@angular-eslint/template-parser": "17.1.1",
"@angular/compiler-cli": "15.2.9", "@angular/compiler-cli": "15.2.9",
"@angular/platform-browser-dynamic": "15.2.9", "@angular/platform-browser-dynamic": "15.2.9",
"@fluffy-spoon/substitute": "1.208.0", "@fluffy-spoon/substitute": "1.208.0",
@ -109,14 +109,14 @@
"eslint-config-prettier": "8.10.0", "eslint-config-prettier": "8.10.0",
"eslint-import-resolver-typescript": "2.7.1", "eslint-import-resolver-typescript": "2.7.1",
"eslint-plugin-import": "2.28.1", "eslint-plugin-import": "2.28.1",
"eslint-plugin-rxjs": "^5.0.3", "eslint-plugin-rxjs": "5.0.3",
"eslint-plugin-rxjs-angular": "^2.0.1", "eslint-plugin-rxjs-angular": "2.0.1",
"form-data": "4.0.0", "form-data": "4.0.0",
"html-loader": "3.1.2", "html-loader": "3.1.2",
"html-webpack-plugin": "5.5.3", "html-webpack-plugin": "5.5.3",
"husky": "8.0.3", "husky": "8.0.3",
"jest": "29.6.4", "jest": "29.6.4",
"jest-junit": "^16.0.0", "jest-junit": "16.0.0",
"jest-preset-angular": "13.1.1", "jest-preset-angular": "13.1.1",
"jsdom": "22.1.0", "jsdom": "22.1.0",
"lint-staged": "12.5.0", "lint-staged": "12.5.0",
@ -132,7 +132,7 @@
"sass": "1.66.1", "sass": "1.66.1",
"sass-loader": "12.6.0", "sass-loader": "12.6.0",
"tapable": "1.1.3", "tapable": "1.1.3",
"ts-jest": "^29.1.1", "ts-jest": "29.1.1",
"ts-loader": "9.4.4", "ts-loader": "9.4.4",
"ts-node": "10.9.1", "ts-node": "10.9.1",
"tsconfig-paths": "3.14.2", "tsconfig-paths": "3.14.2",

Loading…
Cancel
Save