@visulima/package 1.4.0 → 1.4.1

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 (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ ## @visulima/package [1.4.1](https://github.com/visulima/visulima/compare/@visulima/package@1.4.0...@visulima/package@1.4.1) (2024-03-22)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **package:** updated type-fest ([1c63351](https://github.com/visulima/visulima/commit/1c63351b019265f9ea85356c543945c48f5e641e))
7
+
8
+
9
+
10
+ ### Dependencies
11
+
12
+ * **@visulima/fs:** upgraded to 1.11.1
13
+
1
14
  ## @visulima/package [1.4.0](https://github.com/visulima/visulima/compare/@visulima/package@1.3.5...@visulima/package@1.4.0) (2024-03-22)
2
15
 
3
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/package",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "One Package to rule them all, finds your root-dir, monorepo, package manager or tsconfig.json",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -139,12 +139,12 @@
139
139
  "test:watch": "vitest"
140
140
  },
141
141
  "dependencies": {
142
- "@visulima/fs": "1.11.0",
142
+ "@visulima/fs": "1.11.1",
143
143
  "jsonc-parser": "^3.2.1",
144
144
  "normalize-package-data": "^6.0.0",
145
145
  "pathe": "^1.1.2",
146
146
  "resolve-pkg-maps": "^1.0.0",
147
- "type-fest": "^4.12.0"
147
+ "type-fest": "^4.13.1"
148
148
  },
149
149
  "devDependencies": {
150
150
  "@anolilab/eslint-config": "^15.0.3",
@@ -157,7 +157,7 @@
157
157
  "@types/node": "18.18.14",
158
158
  "@vitest/coverage-v8": "^1.4.0",
159
159
  "@vitest/ui": "^1.4.0",
160
- "@yarnpkg/pnp": "3.3.1",
160
+ "@yarnpkg/pnp": "4.0.2",
161
161
  "cross-env": "^7.0.3",
162
162
  "eslint": "^8.57.0",
163
163
  "eslint-plugin-deprecation": "^2.0.0",
@@ -175,7 +175,7 @@
175
175
  "strip-ansi": "^7.1.0",
176
176
  "tempy": "^3.1.0",
177
177
  "tsup": "^8.0.2",
178
- "typescript": "^5.4.2",
178
+ "typescript": "^5.4.3",
179
179
  "vitest": "^1.4.0",
180
180
  "which-pm-runs": "file:",
181
181
  "yarn": "^1.22.22"