@roots/bud-compiler 2023.12.7-845 → 2023.12.8-8

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 +0 -3
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -69,9 +69,6 @@ However, the amount of effort needed to maintain and develop new features and pr
69
69
  <a href="https://worksitesafety.ca/careers/">
70
70
  <img src="https://cdn.roots.io/app/uploads/worksite-safety.svg" alt="Worksite Safety" width="200" height="150"/>
71
71
  </a>
72
- <a href="https://www.copiadigital.com/">
73
- <img src="https://cdn.roots.io/app/uploads/copia-digital.svg" alt="Copia Digital" width="200" height="150"/>
74
- </a>
75
72
  <a href="https://www.freave.com/">
76
73
  <img src="https://cdn.roots.io/app/uploads/freave.svg" alt="Freave" width="200" height="150"/>
77
74
  </a>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roots/bud-compiler",
3
- "version": "2023.12.7-845",
3
+ "version": "2023.12.8-8",
4
4
  "description": "Compilation handler",
5
5
  "engines": {
6
6
  "node": ">=16"
@@ -65,15 +65,15 @@
65
65
  "types": "./lib/index.d.ts",
66
66
  "module": "./lib/index.js",
67
67
  "devDependencies": {
68
- "@roots/bud-api": "2023.12.7-845",
68
+ "@roots/bud-api": "2023.12.8-8",
69
69
  "@skypack/package-check": "0.2.2",
70
- "@types/node": "20.9.0",
71
- "@types/react": "18.2.37"
70
+ "@types/node": "20.10.4",
71
+ "@types/react": "18.2.42"
72
72
  },
73
73
  "dependencies": {
74
- "@roots/bud-dashboard": "2023.12.7-845",
75
- "@roots/bud-framework": "2023.12.7-845",
76
- "@roots/bud-support": "2023.12.7-845",
74
+ "@roots/bud-dashboard": "2023.12.8-8",
75
+ "@roots/bud-framework": "2023.12.8-8",
76
+ "@roots/bud-support": "2023.12.8-8",
77
77
  "react": "18.2.0",
78
78
  "tslib": "2.6.2"
79
79
  },