Skip to content

Commit

Permalink
chore: pin swc/core as the latest release breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Oct 16, 2023
1 parent 49751b1 commit 3e6a084
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@japa/assert": "^2.0.0",
"@japa/expect-type": "^2.0.0",
"@japa/runner": "^3.0.2",
"@swc/core": "^1.3.78",
"@swc/core": "1.3.82",
"@types/node": "^20.8.6",
"c8": "^8.0.1",
"cross-env": "^7.0.3",
Expand Down Expand Up @@ -102,16 +102,16 @@
"extends": "@adonisjs/eslint-config/package"
},
"prettier": "@adonisjs/prettier-config",
"tsup": {
"entry": [
"./index.ts",
"./src/types.ts",
"./factories/main.ts"
],
"outDir": "./build",
"clean": true,
"format": "esm",
"dts": true,
"target": "esnext"
}
"tsup": {
"entry": [
"./index.ts",
"./src/types.ts",
"./factories/main.ts"
],
"outDir": "./build",
"clean": true,
"format": "esm",
"dts": true,
"target": "esnext"
}
}

0 comments on commit 3e6a084

Please sign in to comment.