Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryB432 committed Feb 5, 2024
1 parent 7bc6f45 commit dce93cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions packages/browser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ This plugin supports Nx migrations and provides necessary version and code updat

| @gb-nx/browser version | Nx version |
| ---------------------- | ---------- |
| ^8.0.0 | ^18.0.0 |
| ^6.0.0 | ^17.0.0 |
| ^5.0.0 | ^16.0.0 |
| <5.0.0 | ^15.0.0 |
Expand Down
10 changes: 5 additions & 5 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gb-nx/browser",
"version": "8.0.0-alpha.0",
"version": "8.0.0-alpha.2",
"main": "src/index.js",
"repository": {
"type": "git",
Expand All @@ -17,8 +17,8 @@
"migrations": "./migrations.json"
},
"peerDependencies": {
"@nx/jest": "^17.0.0",
"@nx/eslint": "^17.0.0",
"@nx/jest": "^18.0.0",

Check failure on line 20 in packages/browser/package.json

View workflow job for this annotation

GitHub Actions / build (20)

The version specifier does not contain the installed version of "@nx/jest" package: 17.2.7

Check failure on line 20 in packages/browser/package.json

View workflow job for this annotation

GitHub Actions / build (18)

The version specifier does not contain the installed version of "@nx/jest" package: 17.2.7
"@nx/eslint": "^18.0.0",

Check failure on line 21 in packages/browser/package.json

View workflow job for this annotation

GitHub Actions / build (20)

The version specifier does not contain the installed version of "@nx/eslint" package: 17.2.7

Check failure on line 21 in packages/browser/package.json

View workflow job for this annotation

GitHub Actions / build (18)

The version specifier does not contain the installed version of "@nx/eslint" package: 17.2.7
"fast-glob": "^3.2.0",
"fs-extra": "^11.0.0",
"tslib": "^2.6.0"
Expand All @@ -27,8 +27,8 @@
"access": "public"
},
"dependencies": {
"@nx/devkit": "^17.0.0",
"@nx/webpack": "^17.0.0",
"@nx/devkit": "^18.0.0",

Check failure on line 30 in packages/browser/package.json

View workflow job for this annotation

GitHub Actions / build (20)

The version specifier does not contain the installed version of "@nx/devkit" package: 17.2.7

Check failure on line 30 in packages/browser/package.json

View workflow job for this annotation

GitHub Actions / build (18)

The version specifier does not contain the installed version of "@nx/devkit" package: 17.2.7
"@nx/webpack": "^18.0.0",

Check failure on line 31 in packages/browser/package.json

View workflow job for this annotation

GitHub Actions / build (20)

The version specifier does not contain the installed version of "@nx/webpack" package: 17.2.7

Check failure on line 31 in packages/browser/package.json

View workflow job for this annotation

GitHub Actions / build (18)

The version specifier does not contain the installed version of "@nx/webpack" package: 17.2.7
"adm-zip": "^0.5.10",
"ajv": "^8.0.0"
}
Expand Down

0 comments on commit dce93cd

Please sign in to comment.