Skip to content

Commit

Permalink
improve semver ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
mikearnaldi committed Dec 7, 2022
1 parent 8e7b37b commit 535a2f1
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 125 deletions.
5 changes: 5 additions & 0 deletions .changeset/afraid-dogs-remember.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect/language-service": patch
---

Update dependencies and improve semver ranges
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
}
},
"dependencies": {
"@effect/io": "^0.0.30",
"@effect/printer": "^0.1.8",
"@fp-ts/core": "^0.0.9",
"@fp-ts/data": "^0.0.20"
"@effect/io": "~0.0.32",
"@effect/printer": "~0.1.11",
"@fp-ts/core": "~0.0.9",
"@fp-ts/data": "~0.0.22"
},
"devDependencies": {
"@babel/cli": "^7.18.6",
Expand All @@ -75,16 +75,16 @@
"@types/benchmark": "^2.1.2",
"@types/chai": "^4.3.4",
"@types/glob": "^8.0.0",
"@types/jest": "^29.2.3",
"@types/node": "^18.11.10",
"@types/jest": "^29.2.4",
"@types/node": "^18.11.11",
"@types/prettier": "2.7.1",
"@types/rimraf": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"@typescript-eslint/scope-manager": "5.45.0",
"@typescript-eslint/type-utils": "5.45.0",
"@typescript-eslint/utils": "5.45.0",
"@vitest/coverage-c8": "^0.25.3",
"@typescript-eslint/eslint-plugin": "^5.45.1",
"@typescript-eslint/parser": "^5.45.1",
"@typescript-eslint/scope-manager": "5.45.1",
"@typescript-eslint/type-utils": "5.45.1",
"@typescript-eslint/utils": "5.45.1",
"@vitest/coverage-c8": "^0.25.5",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"concurrently": "^7.6.0",
"cpx": "^1.5.0",
Expand All @@ -108,7 +108,7 @@
"typescript": "^4.9.3",
"ultra-runner": "^3.10.5",
"vite": "^3.2.5",
"vitest": "0.25.3"
"vitest": "0.25.5"
},
"pnpm": {
"patchedDependencies": {
Expand Down
Loading

0 comments on commit 535a2f1

Please sign in to comment.