@roots/bud-compiler 2023.3.1 → 2023.3.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/README.md +3 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -72,3 +72,6 @@ However, the amount of effort needed to maintain and develop new features and pr
72
72
  <a href="https://worksitesafety.ca/careers/">
73
73
  <img src="https://cdn.roots.io/app/uploads/worksite-safety.svg" alt="Worksite Safety" width="200" height="150"/>
74
74
  </a>
75
+ <a href="https://www.copiadigital.com/">
76
+ <img src="https://cdn.roots.io/app/uploads/copia-digital.svg" alt="Copia Digital" width="200" height="150"/>
77
+ </a>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@roots/bud-compiler",
3
3
  "description": "Compilation handler",
4
- "version": "2023.3.1",
4
+ "version": "2023.3.3",
5
5
  "homepage": "https://roots.io/bud",
6
6
  "repository": {
7
7
  "type": "git",
@@ -58,14 +58,14 @@
58
58
  }
59
59
  },
60
60
  "devDependencies": {
61
- "@roots/bud-api": "2023.3.1",
61
+ "@roots/bud-api": "2023.3.3",
62
62
  "@skypack/package-check": "0.2.2",
63
63
  "@types/node": "18.11.18"
64
64
  },
65
65
  "dependencies": {
66
- "@roots/bud-dashboard": "2023.3.1",
67
- "@roots/bud-framework": "2023.3.1",
68
- "@roots/bud-support": "2023.3.1"
66
+ "@roots/bud-dashboard": "2023.3.3",
67
+ "@roots/bud-framework": "2023.3.3",
68
+ "@roots/bud-support": "2023.3.3"
69
69
  },
70
70
  "volta": {
71
71
  "extends": "../../../package.json"