Skip to content

Commit

Permalink
chore: fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-alford committed Sep 9, 2023
1 parent 661ce34 commit b7c9824
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,12 @@
"build:mjs": "babel build/esm --config-file ./.babel.esm.json --out-dir build/mjs --out-file-extension .mjs --source-maps",
"build:cjs": "babel build/esm --config-file ./.babel.cjs.json --out-dir build/cjs --out-file-extension .js --source-maps",
"build:pack": "yarn build && yarn concurrently \"yarn build:cjs\" \"yarn build:mjs\" && yarn ts-node scripts/pack.ts",
"generate:schemables": "yarn ts-node scripts/generate-schemables.ts",
"generate:schemata": "yarn generate:schemables && yarn ts-node scripts/generate-schemata.ts",
"spelling": "yarn cspell \"**\"",
"prerelease": "yarn clean && yarn build:pack",
"release": "yarn ts-node scripts/config.ts && cd dist && npm publish",
"docs": "yarn run docs-ts",
"docs:pack": "yarn ts-node -r tsconfig-paths/register scripts/docs.ts",
"docs:gen": "yarn prerelease && yarn docs:pack",
"docs:examples:check": "yarn ts-node -r tsconfig-paths/register ./examples/simple-example.ts",
"docs:examples:gen": "yarn markdown --path ./docs/simple-example.md",
"docs:examples": "yarn docs:examples:check && yarn docs:examples:gen",
"docs-toc": "yarn markdown --path ./docs/index.md",
"prepare": "husky install"
},
Expand All @@ -80,7 +75,7 @@
]
},
"peerDependencies": {
"fast-check": "^3.1.4"
"fp-ts": "^2.9.5"
},
"devDependencies": {
"@babel/cli": "^7.17.10",
Expand Down Expand Up @@ -118,8 +113,5 @@
"ts-jest": "^29.0.0",
"ts-node": "^10.8.1",
"typescript": "^5.1.0"
},
"dependencies": {
"fp-ts": "^2.9.5"
}
}

0 comments on commit b7c9824

Please sign in to comment.