@storm-software/esbuild 0.31.53 → 0.31.54
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/README.md +1 -1
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/esbuild",
|
|
3
|
-
"version": "0.31.
|
|
3
|
+
"version": "0.31.54",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing `esbuild` utilities for building Storm Software libraries and applications",
|
|
6
6
|
"repository": {
|
|
@@ -136,8 +136,8 @@
|
|
|
136
136
|
],
|
|
137
137
|
"peerDependencies": {
|
|
138
138
|
"@microsoft/api-extractor": "^7.48.1",
|
|
139
|
-
"@nx/devkit": "20.
|
|
140
|
-
"@nx/js": "20.
|
|
139
|
+
"@nx/devkit": "20.8.0",
|
|
140
|
+
"@nx/js": "20.8.0",
|
|
141
141
|
"@storm-software/build-tools": "workspace:*",
|
|
142
142
|
"@storm-software/config-tools": "workspace:*",
|
|
143
143
|
"esbuild": "^0.25.0",
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
"es-toolkit": "^1.30.1",
|
|
162
162
|
"esbuild": "^0.25.0",
|
|
163
163
|
"globby": "^14.0.2",
|
|
164
|
-
"nx": "20.
|
|
164
|
+
"nx": "20.8.0",
|
|
165
165
|
"prettier-plugin-organize-imports": "^4.0.0",
|
|
166
166
|
"prettier-plugin-pkg": "^0.18.1",
|
|
167
167
|
"prettier-plugin-sh": "^0.15.0",
|
|
@@ -170,11 +170,11 @@
|
|
|
170
170
|
},
|
|
171
171
|
"devDependencies": {
|
|
172
172
|
"@microsoft/api-extractor": "^7.48.1",
|
|
173
|
-
"@nx/devkit": "20.
|
|
174
|
-
"@nx/js": "20.
|
|
175
|
-
"@storm-software/build-tools": "0.143.
|
|
176
|
-
"@storm-software/config": "1.112.
|
|
177
|
-
"@storm-software/config-tools": "1.162.
|
|
173
|
+
"@nx/devkit": "20.8.0",
|
|
174
|
+
"@nx/js": "20.8.0",
|
|
175
|
+
"@storm-software/build-tools": "0.143.42",
|
|
176
|
+
"@storm-software/config": "1.112.24",
|
|
177
|
+
"@storm-software/config-tools": "1.162.16",
|
|
178
178
|
"@types/node": "^22.10.2",
|
|
179
179
|
"rollup": "^4.29.1",
|
|
180
180
|
"spdx-exceptions": "^2.5.0",
|