@roots/bud-build 2024.1.27-7 → 2024.1.29-7
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/package.json +5 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@roots/bud-build",
|
3
|
-
"version": "2024.1.
|
3
|
+
"version": "2024.1.29-7",
|
4
4
|
"description": "bud.js core module",
|
5
5
|
"engines": {
|
6
6
|
"node": ">=16"
|
@@ -169,14 +169,14 @@
|
|
169
169
|
"types": "./lib/index.d.ts",
|
170
170
|
"module": "./lib/index.js",
|
171
171
|
"devDependencies": {
|
172
|
-
"@roots/bud-api": "2024.1.
|
173
|
-
"@roots/bud-hooks": "2024.1.
|
172
|
+
"@roots/bud-api": "2024.1.29-7",
|
173
|
+
"@roots/bud-hooks": "2024.1.29-7",
|
174
174
|
"@skypack/package-check": "0.2.2",
|
175
175
|
"@types/node": "20.10.5"
|
176
176
|
},
|
177
177
|
"dependencies": {
|
178
|
-
"@roots/bud-framework": "2024.1.
|
179
|
-
"@roots/bud-support": "2024.1.
|
178
|
+
"@roots/bud-framework": "2024.1.29-7",
|
179
|
+
"@roots/bud-support": "2024.1.29-7",
|
180
180
|
"tslib": "2.6.2"
|
181
181
|
},
|
182
182
|
"volta": {
|