@roots/bud-compiler 6.6.10 → 6.7.1

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
@@ -67,3 +67,6 @@ Help support our open-source development efforts by [becoming a patron](https://
67
67
  <a href="https://pantheon.io/">
68
68
  <img src="https://cdn.roots.io/app/uploads/pantheon.svg" alt="Pantheon" width="200" height="150"/>
69
69
  </a>
70
+ <a href="https://worksitesafety.ca/careers/">
71
+ <img src="https://cdn.roots.io/app/uploads/worksite-safety.svg" alt="Worksite Safety" width="200" height="150"/>
72
+ </a>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@roots/bud-compiler",
3
3
  "description": "Compilation handler",
4
- "version": "6.6.10",
4
+ "version": "6.7.1",
5
5
  "homepage": "https://roots.io/bud",
6
6
  "repository": {
7
7
  "type": "git",
@@ -58,13 +58,13 @@
58
58
  }
59
59
  },
60
60
  "devDependencies": {
61
- "@roots/bud-api": "6.6.10",
61
+ "@roots/bud-api": "6.7.1",
62
62
  "@skypack/package-check": "0.2.2",
63
- "@types/node": "16.18.11"
63
+ "@types/node": "18.11.18"
64
64
  },
65
65
  "dependencies": {
66
- "@roots/bud-framework": "6.6.10",
67
- "@roots/bud-support": "6.6.10"
66
+ "@roots/bud-framework": "6.7.1",
67
+ "@roots/bud-support": "6.7.1"
68
68
  },
69
69
  "volta": {
70
70
  "extends": "../../../package.json"