Skip to content

Commit

Permalink
build(nx-mesh): add swc to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
domjtalbot committed Mar 24, 2023
1 parent 327caa6 commit e62200d
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 134 deletions.
19 changes: 4 additions & 15 deletions packages/nx-mesh/package.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,27 @@
{
"name": "nx-mesh",
"author": "Dom Talbot",
"description": "GraphQL Mesh support for Nx ",
"description": "GraphQL Mesh support for Nx",
"version": "3.1.0",
"license": "MIT",
"main": "src/index.js",
"generators": "./generators.json",
"executors": "./executors.json",
"peerDependencies": {
"@graphql-mesh/cli": ">=0.82.27",
"@swc-node/register": "^1.6.2",
"graphql": "^16.6.0",
"@swc/core": "^1.3.42",
"@swc/helpers": "^0.4.14",
"nx": ">=15.7.1"
},
"peerDependenciesMeta": {
"@swc-node/register": {
"optional": true
},
"@swc/core": {
"optional": true
},
"@swc/helpers": {
"optional": true
}
},
"dependencies": {
"@nrwl/cypress": "^15.7.1",
"@nrwl/devkit": "^15.7.1",
"@nrwl/js": "^15.7.1",
"@nrwl/linter": "^15.7.1",
"@nrwl/node": "^15.7.1",
"@nrwl/workspace": "^15.7.1",
"@swc-node/register": "^1.6.2",
"@swc/core": "^1.3.42",
"@swc/helpers": "^0.4.14",
"fs-extra": "^10.1.0",
"get-port": "5.1.1",
"tslib": "^2.5.0",
Expand Down
Loading

0 comments on commit e62200d

Please sign in to comment.