Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
patroza authored and gcanti committed Apr 7, 2023
1 parent 54a820d commit fc1c70e
Show file tree
Hide file tree
Showing 2 changed files with 1,316 additions and 1,316 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.3",
"@babel/core": "^7.21.4",
"@babel/plugin-transform-modules-commonjs": "^7.21.2",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.1",
Expand All @@ -74,26 +74,26 @@
"@types/chai": "^4.3.4",
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.9",
"@types/node": "^18.15.11",
"@types/prettier": "2.7.2",
"@types/rimraf": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"@vitest/coverage-c8": "^0.29.7",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vitest/coverage-c8": "^0.29.8",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"concurrently": "^7.6.0",
"concurrently": "^8.0.1",
"cpx": "^1.5.0",
"docs-ts": "^0.7.0",
"dtslint": "github:gcanti/dtslint",
"eslint": "^8.36.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint": "^8.37.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-codegen": "0.17.0",
"eslint-plugin-deprecation": "^1.3.3",
"eslint-plugin-deprecation": "^1.4.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-sort-destructure-keys": "^1.5.0",
"fast-check": "^3.7.1",
"glob": "^9.3.2",
"fast-check": "^3.8.0",
"glob": "^9.3.4",
"madge": "^6.0.0",
"picocolors": "^1.0.0",
"prettier": "^2.8.7",
Expand All @@ -103,7 +103,7 @@
"typescript": "^4.9.5",
"ultra-runner": "^3.10.5",
"vite": "^4.2.1",
"vitest": "0.29.7"
"vitest": "0.29.8"
},
"pnpm": {
"patchedDependencies": {
Expand All @@ -112,6 +112,6 @@
}
},
"dependencies": {
"@effect/data": "^0.5.1"
"@effect/data": "^0.11.5"
}
}
Loading

0 comments on commit fc1c70e

Please sign in to comment.