@visulima/package 1.5.1 → 1.5.2
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 +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## @visulima/package [1.5.2](https://github.com/visulima/visulima/compare/@visulima/package@1.5.1...@visulima/package@1.5.2) (2024-03-30)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* updated dev dependencies and type-fest ([1df1a35](https://github.com/visulima/visulima/commit/1df1a353f0bc7968087d5c68e0712c262837535b))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Dependencies
|
|
11
|
+
|
|
12
|
+
* **@visulima/fs:** upgraded to 2.0.3
|
|
13
|
+
|
|
1
14
|
## @visulima/package [1.5.1](https://github.com/visulima/visulima/compare/@visulima/package@1.5.0...@visulima/package@1.5.1) (2024-03-27)
|
|
2
15
|
|
|
3
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/package",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.2",
|
|
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",
|
|
@@ -142,12 +142,12 @@
|
|
|
142
142
|
"test:watch": "vitest"
|
|
143
143
|
},
|
|
144
144
|
"dependencies": {
|
|
145
|
-
"@visulima/fs": "2.0.
|
|
145
|
+
"@visulima/fs": "2.0.3",
|
|
146
146
|
"jsonc-parser": "^3.2.1",
|
|
147
147
|
"normalize-package-data": "^6.0.0",
|
|
148
148
|
"pathe": "^1.1.2",
|
|
149
149
|
"resolve-pkg-maps": "^1.0.0",
|
|
150
|
-
"type-fest": "^4.
|
|
150
|
+
"type-fest": "^4.14.0"
|
|
151
151
|
},
|
|
152
152
|
"devDependencies": {
|
|
153
153
|
"@anolilab/eslint-config": "^15.0.3",
|
|
@@ -167,14 +167,14 @@
|
|
|
167
167
|
"eslint-plugin-etc": "^2.0.3",
|
|
168
168
|
"eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
|
|
169
169
|
"eslint-plugin-mdx": "^3.1.5",
|
|
170
|
-
"eslint-plugin-vitest": "^0.
|
|
170
|
+
"eslint-plugin-vitest": "^0.4.0",
|
|
171
171
|
"eslint-plugin-vitest-globals": "^1.5.0",
|
|
172
172
|
"execa": "^8.0.1",
|
|
173
173
|
"npm": "^10.5.0",
|
|
174
174
|
"prettier": "^3.2.5",
|
|
175
175
|
"rimraf": "^5.0.5",
|
|
176
|
-
"semantic-release": "^23.0.
|
|
177
|
-
"sort-package-json": "^2.
|
|
176
|
+
"semantic-release": "^23.0.6",
|
|
177
|
+
"sort-package-json": "^2.10.0",
|
|
178
178
|
"strip-ansi": "^7.1.0",
|
|
179
179
|
"tempy": "^3.1.0",
|
|
180
180
|
"tsup": "^8.0.2",
|