@visulima/package 3.0.1 → 3.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## @visulima/package [3.0.2](https://github.com/visulima/visulima/compare/@visulima/package@3.0.1...@visulima/package@3.0.2) (2024-07-01)
2
+
3
+ ### Bug Fixes
4
+
5
+ * update dependency normalize-package-data to 6.0.2 ([d70f125](https://github.com/visulima/visulima/commit/d70f12511ee7adeb7b50f4f1de024b3e0df106e6))
6
+
7
+ ### Miscellaneous Chores
8
+
9
+ * updated dev dependencies ([34df456](https://github.com/visulima/visulima/commit/34df4569f2fc074823a406c44a131c8fbae2b147))
10
+
1
11
  ## @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
12
 
3
13
  ### 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.2",
4
4
  "description": "One Package to rule them all, finds your root-dir, monorepo, or package manager.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -122,7 +122,7 @@
122
122
  "dependencies": {
123
123
  "@visulima/fs": "2.1.8",
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",