@visulima/package 3.0.1 → 3.0.3

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 +17 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,20 @@
1
+ ## @visulima/package [3.0.3](https://github.com/visulima/visulima/compare/@visulima/package@3.0.2...@visulima/package@3.0.3) (2024-07-02)
2
+
3
+
4
+ ### Dependencies
5
+
6
+ * **@visulima/fs:** upgraded to 2.1.9
7
+
8
+ ## @visulima/package [3.0.2](https://github.com/visulima/visulima/compare/@visulima/package@3.0.1...@visulima/package@3.0.2) (2024-07-01)
9
+
10
+ ### Bug Fixes
11
+
12
+ * update dependency normalize-package-data to 6.0.2 ([d70f125](https://github.com/visulima/visulima/commit/d70f12511ee7adeb7b50f4f1de024b3e0df106e6))
13
+
14
+ ### Miscellaneous Chores
15
+
16
+ * updated dev dependencies ([34df456](https://github.com/visulima/visulima/commit/34df4569f2fc074823a406c44a131c8fbae2b147))
17
+
1
18
  ## @visulima/package [3.0.1](https://github.com/visulima/visulima/compare/@visulima/package@3.0.0...@visulima/package@3.0.1) (2024-07-01)
2
19
 
3
20
  ### Styles
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/package",
3
- "version": "3.0.1",
3
+ "version": "3.0.3",
4
4
  "description": "One Package to rule them all, finds your root-dir, monorepo, or package manager.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -120,9 +120,9 @@
120
120
  "LICENSE.md"
121
121
  ],
122
122
  "dependencies": {
123
- "@visulima/fs": "2.1.8",
123
+ "@visulima/fs": "2.1.9",
124
124
  "@visulima/path": "1.0.2",
125
- "normalize-package-data": "^6.0.1"
125
+ "normalize-package-data": "^6.0.2"
126
126
  },
127
127
  "devDependencies": {
128
128
  "@anolilab/eslint-config": "^15.0.3",
@@ -141,7 +141,7 @@
141
141
  "@yarnpkg/pnp": "4.0.6",
142
142
  "conventional-changelog-conventionalcommits": "8.0.0",
143
143
  "cross-env": "^7.0.3",
144
- "esbuild": "^0.21.5",
144
+ "esbuild": "0.22.0",
145
145
  "eslint": "^8.57.0",
146
146
  "eslint-plugin-deprecation": "^3.0.0",
147
147
  "eslint-plugin-etc": "^2.0.3",
@@ -149,7 +149,7 @@
149
149
  "eslint-plugin-mdx": "^3.1.5",
150
150
  "eslint-plugin-vitest": "^0.4.1",
151
151
  "eslint-plugin-vitest-globals": "^1.5.0",
152
- "execa": "^9.2.0",
152
+ "execa": "^9.3.0",
153
153
  "npm": "^10.8.1",
154
154
  "prettier": "^3.3.2",
155
155
  "rimraf": "^5.0.7",