Skip to content

Commit

Permalink
Merge pull request #50 from kodadot/no-rmrk
Browse files Browse the repository at this point in the history
⬆️ deps
  • Loading branch information
vikiival authored Oct 4, 2024
2 parents 3ecd9b2 + bc15f9f commit 2a37174
Show file tree
Hide file tree
Showing 2 changed files with 195 additions and 285 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@kodadot1/uniquery",
"version": "0.7.0-rc.0",
"version": "0.7.0-rc.1",
"description": "Universal GraphQL query builder for KodaDot",
"repository": "kodadot/uniquery",
"license": "MIT",
"sideEffects": false,
"type": "module",
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.12.0",
"exports": {
".": {
"import": "./dist/index.mjs",
Expand All @@ -29,15 +29,15 @@
"test": "vitest run --dir test"
},
"dependencies": {
"@kodadot1/static": "0.0.6",
"@kodadot1/static": "0.0.7",
"gql-query-builder": "^3.8.0",
"ofetch": "^1.3.4",
"ofetch": "^1.4.0",
"scule": "^1.3.0",
"ufo": "^1.5.4"
},
"devDependencies": {
"c8": "latest",
"changelogen": "^0.5.5",
"changelogen": "^0.5.7",
"eslint": "latest",
"eslint-config-unjs": "latest",
"typescript": "latest",
Expand Down
Loading

0 comments on commit 2a37174

Please sign in to comment.