@konker.dev/tiny-money-fp 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +16 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@konker.dev/tiny-money-fp",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "type": "module",
5
5
  "author": "Konrad Markus <mail@konker.dev>",
6
6
  "license": "ISC",
@@ -730,19 +730,19 @@
730
730
  ],
731
731
  "main": "dist/index.js",
732
732
  "dependencies": {
733
- "effect": "^3.17.14",
734
- "@konker.dev/tiny-error-fp": "0.1.11"
733
+ "effect": "^3.19.13",
734
+ "@konker.dev/tiny-error-fp": "0.1.12"
735
735
  },
736
736
  "devDependencies": {
737
737
  "@arethetypeswrong/cli": "^0.18.2",
738
- "@effect/language-service": "^0.41.0",
739
- "@eslint/compat": "^1.4.0",
740
- "@eslint/js": "^9.36.0",
741
- "@konker.dev/common-config": "latest",
742
- "@types/node": "^24.5.2",
743
- "@vitest/coverage-istanbul": "^3.2.4",
738
+ "@effect/language-service": "^0.62.5",
739
+ "@eslint/compat": "^2.0.0",
740
+ "@eslint/js": "^9.39.2",
741
+ "@konker.dev/common-config": "^0.7.0",
742
+ "@types/node": "^25.0.3",
743
+ "@vitest/coverage-istanbul": "^4.0.16",
744
744
  "currency-codes": "^2.2.0",
745
- "eslint": "^9.36.0",
745
+ "eslint": "^9.39.2",
746
746
  "eslint-plugin-fp": "^2.3.0",
747
747
  "eslint-plugin-prettier": "^5.5.4",
748
748
  "eslint-plugin-simple-import-sort": "^12.1.1",
@@ -750,13 +750,13 @@
750
750
  "handlebars": "^4.7.8",
751
751
  "leasot": "^14.4.0",
752
752
  "madge": "^8.0.0",
753
- "prettier": "^3.6.2",
754
- "tsx": "^4.20.6",
753
+ "prettier": "^3.7.4",
754
+ "tsx": "^4.21.0",
755
755
  "type-coverage": "^2.29.7",
756
- "typedoc": "^0.28.13",
757
- "typescript": "^5.9.2",
758
- "typescript-eslint": "^8.44.1",
759
- "vitest": "^3.2.4"
756
+ "typedoc": "^0.28.15",
757
+ "typescript": "^5.9.3",
758
+ "typescript-eslint": "^8.50.1",
759
+ "vitest": "^4.0.16"
760
760
  },
761
761
  "scripts": {
762
762
  "test": "vitest run --coverage",