Skip to content

Commit

Permalink
chore: update generate-assets dependency to v13.0.2 (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansberg committed Sep 25, 2024
1 parent 17a22c7 commit e008754
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@atb-as/generate-assets": "^12.2.2",
"@atb-as/generate-assets": "^13.0.2",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/near-operation-file-preset": "^3.0.0",
"@graphql-codegen/typescript": "^4.0.9",
Expand Down
18 changes: 5 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,26 +91,18 @@
zod "^3.21.4"
zod-to-json-schema "^3.20.4"

"@atb-as/generate-assets@^12.2.2":
version "12.2.2"
resolved "https://registry.yarnpkg.com/@atb-as/generate-assets/-/generate-assets-12.2.2.tgz#23e5ef542c4224006a6e6c734a05da8491ed0d93"
integrity sha512-M/e4WQK7ePJ0cu4Tz8jDJzFZ14ZPy8zgdh/j+ABy5VZLgOGxtJ5plFvLIKs7iijCSwubNVeuixDFNrILLmCIjg==
"@atb-as/generate-assets@^13.0.2":
version "13.0.2"
resolved "https://registry.yarnpkg.com/@atb-as/generate-assets/-/generate-assets-13.0.2.tgz#87d503f6db167d0b839927a17c1f54a758b77916"
integrity sha512-fzwvgVRL0DBWd8366QvCcDNG3W8FYOd24uxHeb0rlCJZoi4jTzrTH4kyh/+8mhLbdKabAk5Jt1BxPwikNTzeOQ==
dependencies:
"@atb-as/theme" "^10.3.2"
"@atb-as/theme" "^10.4.1"
commander "^9.4.0"
fast-glob "^3.2.11"
micromatch "^4.0.5"
normalize-path "^3.0.0"
stream-editor "^1.11.0"

"@atb-as/theme@^10.3.2":
version "10.3.2"
resolved "https://registry.yarnpkg.com/@atb-as/theme/-/theme-10.3.2.tgz#eafd5682570f5a0fd0d855354cb4e984d38b5747"
integrity sha512-R2yHVqd1JeXRwHWiFXnCFERuaffMY10xXv8pkf3c6+UM4AS4ivSUAKx7FEBmNwju1+aHk/7gFjsEJorEG0v9fQ==
dependencies:
hex-to-rgba "^2.0.1"
ts-deepmerge "^4.0.0"

"@atb-as/theme@^10.4.1":
version "10.4.1"
resolved "https://registry.yarnpkg.com/@atb-as/theme/-/theme-10.4.1.tgz#2ac1b4d467e78dd2b91d50ecaa7e90d00a8626be"
Expand Down

0 comments on commit e008754

Please sign in to comment.