Skip to content

Commit

Permalink
chore(deps): upgrade deps; expose runtime/*
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed Apr 8, 2024
1 parent 524582b commit 5f03629
Show file tree
Hide file tree
Showing 2 changed files with 1,760 additions and 717 deletions.
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"types": "./dist/utils.d.ts",
"import": "./dist/utils.mjs",
"require": "./dist/utils.mjs"
}
},
"./runtime/*": "./dist/runtime/*"
},
"main": "./dist/module.cjs",
"types": "./dist/module.d.ts",
Expand All @@ -36,25 +37,25 @@
},
"dependencies": {
"@edgedb/generate": "^0.4.1",
"@nuxt/kit": "^3.11.1",
"@nuxt/kit": "^3.11.2",
"edgedb": "^1.4.1",
"execa": "^8.0.1",
"prompts": "^2.4.2"
},
"devDependencies": {
"@antfu/eslint-config": "^2.8.3",
"@antfu/eslint-config": "^2.13.0",
"@nuxt/devtools": "latest",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.11.1",
"@nuxt/schema": "^3.11.2",
"@nuxt/test-utils": "^3.12.0",
"@types/node": "^20.11.30",
"@types/node": "^20.12.5",
"@types/prompts": "^2.4.9",
"changelogen": "^0.5.5",
"eslint": "^8.57.0",
"nuxt": "^3.11.1",
"eslint": "^9.0.0",
"nuxt": "^3.11.2",
"vitest": "^1.4.0"
},
"resolutions": {
"nuxt-edgedb-module": "link:."
}
}
}
Loading

0 comments on commit 5f03629

Please sign in to comment.