Skip to content

Commit

Permalink
update build setup (#1722)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart authored Dec 1, 2023
1 parent 56a0334 commit b5569e3
Show file tree
Hide file tree
Showing 23 changed files with 1,233 additions and 646 deletions.
5 changes: 5 additions & 0 deletions .changeset/shy-poems-travel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"effect": patch
---

update build setup to put cjs in root directory
49 changes: 22 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,44 +48,39 @@
"dtslint-clean": "dtslint --installAll"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.0",
"@babel/plugin-transform-export-namespace-from": "^7.22.11",
"@babel/plugin-transform-modules-commonjs": "^7.23.0",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@edge-runtime/vm": "^3.1.6",
"@effect/build-utils": "^0.5.0",
"@effect/docgen": "^0.3.5",
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.5",
"@babel/plugin-transform-export-namespace-from": "^7.23.4",
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@edge-runtime/vm": "^3.1.7",
"@effect/build-utils": "^0.5.1",
"@effect/docgen": "^0.3.6",
"@effect/dtslint": "^0.0.4",
"@effect/eslint-plugin": "^0.1.2",
"@effect/language-service": "^0.0.21",
"@types/node": "^20.8.4",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@vitest/browser": "^0.34.6",
"@vitest/coverage-v8": "^0.34.6",
"@types/node": "^20.10.1",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@vitest/browser": "v1.0.0-beta.6",
"@vitest/coverage-v8": "v1.0.0-beta.6",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"eslint": "^8.51.0",
"eslint": "^8.54.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-codegen": "^0.17.0",
"eslint-plugin-codegen": "^0.21.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-sort-destructure-keys": "^1.5.0",
"fast-check": "^3.13.1",
"fast-check": "^3.14.0",
"madge": "^6.1.0",
"playwright": "^1.39.0",
"prettier": "^3.0.3",
"playwright": "^1.40.1",
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"tsx": "^4.1.2",
"tsx": "^4.6.1",
"typescript": "^5.3.2",
"vite": "^4.4.11",
"vitest": "^0.34.6"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
"vite": "^5.0.4",
"vitest": "v1.0.0-beta.6"
}
}
28 changes: 0 additions & 28 deletions patches/[email protected]

This file was deleted.

Loading

0 comments on commit b5569e3

Please sign in to comment.