Skip to content

Commit

Permalink
chode(deps): update multiple dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
David Garcia committed Jul 17, 2023
1 parent 2d36a71 commit 6804152
Show file tree
Hide file tree
Showing 3 changed files with 300 additions and 193 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ There are two ways to set-up plugin options, using `nx.json` or `Environment var
| ----------------- | --------------------------------------------------------------------------------------------------- | ------------------------------- | -------------------- | ------------------------------ |
| Bucket | Bucket name where cache files are stored or retrieved (can contain sub-paths as well). | `NXCACHE_GCP_BUCKET` | `gcpBucket` | bucket-name/sub-path |

> **Important:** `Environment variables` take precedence over `nx.json` options (introduced in v3.0.0)!
> **Important:** `Environment variables` take precedence over `nx.json` options!
### `nx.json` example

Expand Down
27 changes: 13 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nx-gcp-cache",
"version": "1.0.0",
"version": "1.0.1",
"description": "GCP Cloud Storage Cache plugin for Nx",
"keywords": [
"GCP",
Expand Down Expand Up @@ -37,9 +37,9 @@
"nx": ">=16.0.0"
},
"dependencies": {
"@google-cloud/storage": "6.11.0",
"@google-cloud/storage": "6.12.0",
"@swc/helpers": "~0.5.1",
"dotenv": "16.1.3",
"dotenv": "16.3.1",
"tar": "6.1.15"
},
"devDependencies": {
Expand All @@ -53,27 +53,26 @@
"@types/tar": "6.1.5",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.61.0",
"eslint": "8.44.0",
"eslint": "8.45.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-import-helpers": "1.3.1",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-prettier": "5.0.0-alpha.2",
"eslint-plugin-unused-imports": "2.0.0",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"eslint-plugin-jest": "27.2.3",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-unused-imports": "3.0.0",
"jest": "29.6.1",
"jest-environment-jsdom": "29.6.1",
"jsonc-eslint-parser": "^2.3.0",
"nx": "16.2.2",
"prettier": "3.0.0",
"ts-jest": "29.1.0",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"tslib": "2.3.1",
"typescript": "5.0.4"
"tslib": "2.6.0",
"typescript": "5.1.6"
},
"files": [
"src/generators/init/schema.json",
"lib/",
"generators.json"

]
}
Loading

0 comments on commit 6804152

Please sign in to comment.