@visulima/package 1.2.9 → 1.2.10

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 +7 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## @visulima/package [1.2.10](https://github.com/visulima/visulima/compare/@visulima/package@1.2.9...@visulima/package@1.2.10) (2024-03-11)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **package:** updated get-tsconfig ([d8d3169](https://github.com/visulima/visulima/commit/d8d31691d16b1640019ec20176560f44f903c4cf))
7
+
1
8
  ## @visulima/package [1.2.9](https://github.com/visulima/visulima/compare/@visulima/package@1.2.8...@visulima/package@1.2.9) (2024-03-07)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/package",
3
- "version": "1.2.9",
3
+ "version": "1.2.10",
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",
@@ -114,7 +114,7 @@
114
114
  "dependencies": {
115
115
  "detect-indent": "^7.0.1",
116
116
  "find-up": "^7.0.0",
117
- "get-tsconfig": "^4.7.2",
117
+ "get-tsconfig": "^4.7.3",
118
118
  "read-pkg": "^9.0.1",
119
119
  "strip-json-comments": "^5.0.1"
120
120
  },
@@ -137,7 +137,7 @@
137
137
  "eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
138
138
  "eslint-plugin-mdx": "^3.1.5",
139
139
  "eslint-plugin-tsdoc": "^0.2.17",
140
- "eslint-plugin-vitest": "^0.3.22",
140
+ "eslint-plugin-vitest": "^0.3.25",
141
141
  "eslint-plugin-vitest-globals": "^1.4.0",
142
142
  "execa": "^8.0.1",
143
143
  "npm": "^10.5.0",
@@ -149,7 +149,7 @@
149
149
  "typescript": "^5.4.2",
150
150
  "vitest": "^1.3.1",
151
151
  "which-pm-runs": "file:",
152
- "yarn": "^1.22.21"
152
+ "yarn": "^1.22.22"
153
153
  },
154
154
  "engines": {
155
155
  "node": ">=18.* <=21.*"