Skip to content

Commit

Permalink
chore(deps): upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Apr 15, 2024
1 parent 8b68a13 commit a0c7057
Show file tree
Hide file tree
Showing 6 changed files with 3,692 additions and 1,851 deletions.
5,501 changes: 3,671 additions & 1,830 deletions package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@
"@angular/platform-browser-dynamic": "~16.0.4",
"@angular/router": "~16.0.4",
"rxjs": "~7.8.1",
"tslib": "^2.5.3",
"tslib": "^2.6.2",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~16.0.4",
"@angular/cli": "~16.0.4",
"@angular/compiler-cli": "~16.0.4",
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@hug/eslint-config": "^16.0.2",
"@commitlint/cli": "^19.2.2",
"@commitlint/config-conventional": "^19.2.2",
"@hug/eslint-config": "^17.0.2",
"@nx/angular": "16.10.0",
"@nx/eslint-plugin": "16.10.0",
"@nx/jest": "16.10.0",
Expand All @@ -69,7 +69,7 @@
"@nx/webpack": "16.10.0",
"@nx/workspace": "16.10.0",
"@types/jest": "29.5.12",
"@types/node": "^20.11.25",
"@types/node": "^20.12.7",
"cpy-cli": "^5.0.0",
"esbuild": "^0.19.2",
"husky": "^9.0.11",
Expand All @@ -80,9 +80,9 @@
"multi-semantic-release": "^3.0.2",
"ng-packagr": "~16.0.1",
"nx": "16.10.0",
"postcss": "^8.4.35",
"postcss-import": "~16.0.1",
"postcss-preset-env": "~9.5.0",
"postcss": "^8.4.38",
"postcss-import": "~16.1.0",
"postcss-preset-env": "~9.5.5",
"postcss-url": "~10.1.3",
"ts-jest": "^29.1.2",
"typescript": "~5.0.2"
Expand Down
8 changes: 4 additions & 4 deletions projects/demo-app/capacitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"start:android:demo-ngx-auth": "npx cap run android --serverUrl https://badisi.github.io/auth-js/demo-app/ngx-auth"
},
"dependencies": {
"@capacitor/android": "^5.7.2",
"@capacitor/android": "^5.7.4",
"@capacitor/app": "^5.0.7",
"@capacitor/browser": "^5.2.0",
"@capacitor/core": "^5.7.2",
"@capacitor/ios": "^5.7.2",
"@capacitor/core": "^5.7.4",
"@capacitor/ios": "^5.7.4",
"@capacitor/preferences": "^5.0.7",
"capacitor-secure-storage-plugin": "^0.9.0"
},
"devDependencies": {
"@capacitor/cli": "^5.7.2"
"@capacitor/cli": "^5.7.4"
}
}
10 changes: 5 additions & 5 deletions projects/demo-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"ci": "wdio run wdio.config.ts --watch=false --debug=false --headless=true"
},
"devDependencies": {
"@wdio/cli": "^8.33.0",
"@wdio/jasmine-framework": "^8.33.0",
"@wdio/local-runner": "^8.33.0",
"@wdio/spec-reporter": "^8.32.4",
"chromedriver": "^122.0.4",
"@wdio/cli": "^8.36.0",
"@wdio/jasmine-framework": "^8.36.0",
"@wdio/local-runner": "^8.36.0",
"@wdio/spec-reporter": "^8.36.0",
"chromedriver": "^123.0.3",
"wdio-chromedriver-service": "^8.1.1",
"wdio-intercept-service": "^4.4.1"
}
Expand Down
4 changes: 2 additions & 2 deletions projects/ngx-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
},
"dependencies": {
"@badisi/auth-js": "0.0.0-semantically-released",
"@hug/ngx-schematics-utilities": "^7.0.0",
"tslib": "^2.5.3"
"@hug/ngx-schematics-utilities": "^9.0.1",
"tslib": "^2.6.2"
},
"peerDependencies": {
"@angular/common": ">= 14",
Expand Down
4 changes: 2 additions & 2 deletions projects/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
},
"dependencies": {
"@easyops-cn/docusaurus-search-local": "^0.40.1",
"@docusaurus/core": "3.1.1",
"@docusaurus/preset-classic": "3.1.1"
"@docusaurus/core": "3.2.1",
"@docusaurus/preset-classic": "3.2.1"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit a0c7057

Please sign in to comment.