@visulima/package 1.7.3 → 1.7.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.
- package/CHANGELOG.md +13 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## @visulima/package [1.7.4](https://github.com/visulima/visulima/compare/@visulima/package@1.7.3...@visulima/package@1.7.4) (2024-05-03)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* updated type-fest to version ^4.18.1 ([ab96053](https://github.com/visulima/visulima/commit/ab9605355b6d84d1662fa19ef919682c33e68b5b))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Dependencies
|
|
11
|
+
|
|
12
|
+
* **@visulima/fs:** upgraded to 2.0.9
|
|
13
|
+
|
|
1
14
|
## @visulima/package [1.7.3](https://github.com/visulima/visulima/compare/@visulima/package@1.7.2...@visulima/package@1.7.3) (2024-04-27)
|
|
2
15
|
|
|
3
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/package",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.4",
|
|
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",
|
|
@@ -137,25 +137,25 @@
|
|
|
137
137
|
"LICENSE.md"
|
|
138
138
|
],
|
|
139
139
|
"dependencies": {
|
|
140
|
-
"@visulima/fs": "2.0.
|
|
140
|
+
"@visulima/fs": "2.0.9",
|
|
141
141
|
"jsonc-parser": "^3.2.1",
|
|
142
142
|
"normalize-package-data": "^6.0.0",
|
|
143
143
|
"pathe": "^1.1.2",
|
|
144
144
|
"resolve-pkg-maps": "^1.0.0",
|
|
145
|
-
"type-fest": "^4.
|
|
145
|
+
"type-fest": "^4.18.1"
|
|
146
146
|
},
|
|
147
147
|
"devDependencies": {
|
|
148
148
|
"@anolilab/eslint-config": "^15.0.3",
|
|
149
149
|
"@anolilab/prettier-config": "^5.0.14",
|
|
150
150
|
"@anolilab/semantic-release-preset": "^8.0.3",
|
|
151
|
-
"@babel/core": "^7.24.
|
|
152
|
-
"@pnpm/exe": "^
|
|
151
|
+
"@babel/core": "^7.24.5",
|
|
152
|
+
"@pnpm/exe": "^9.0.6",
|
|
153
153
|
"@rushstack/eslint-plugin-security": "^0.8.1",
|
|
154
154
|
"@total-typescript/ts-reset": "^0.5.1",
|
|
155
155
|
"@types/node": "18.18.14",
|
|
156
156
|
"@types/normalize-package-data": "^2.4.4",
|
|
157
|
-
"@vitest/coverage-v8": "^1.
|
|
158
|
-
"@vitest/ui": "^1.
|
|
157
|
+
"@vitest/coverage-v8": "^1.6.0",
|
|
158
|
+
"@vitest/ui": "^1.6.0",
|
|
159
159
|
"@yarnpkg/pnp": "4.0.2",
|
|
160
160
|
"cross-env": "^7.0.3",
|
|
161
161
|
"eslint": "^8.57.0",
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
"eslint-plugin-vitest": "^0.4.1",
|
|
167
167
|
"eslint-plugin-vitest-globals": "^1.5.0",
|
|
168
168
|
"execa": "^8.0.1",
|
|
169
|
-
"npm": "^10.
|
|
169
|
+
"npm": "^10.7.0",
|
|
170
170
|
"prettier": "^3.2.5",
|
|
171
171
|
"rimraf": "^5.0.5",
|
|
172
172
|
"semantic-release": "^23.0.8",
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"tempy": "^3.1.0",
|
|
176
176
|
"tsup": "^8.0.2",
|
|
177
177
|
"typescript": "^5.4.5",
|
|
178
|
-
"vitest": "^1.
|
|
178
|
+
"vitest": "^1.6.0",
|
|
179
179
|
"which-pm-runs": "file:",
|
|
180
180
|
"yarn": "^1.22.22"
|
|
181
181
|
},
|