Skip to content

Commit b3eab89

Browse files
authored
remove unused vue-template-compiler dependency (#4752)
1 parent 0f405b4 commit b3eab89

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
* Modifies the `AposAreaMenu.vue` component to set the `disabled` attribute to `true` if the max number of widgets have been added in an area with `expanded: true`.
88
* `pnpm: true` option in `app.js` is no longer breaking the application.
9+
* Remove unused `vue-template-compiler` dependency.
910

1011
## 4.8.0 (2024-10-03)
1112

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,9 @@
142142
"replace-in-file": "^6.1.0",
143143
"stylelint": "^16.5.0",
144144
"stylelint-config-apostrophe": "^4.2.0",
145-
"vue-eslint-parser": "^7.1.1",
146-
"vue-template-compiler": "^2.7.14"
145+
"vue-eslint-parser": "^7.1.1"
147146
},
148147
"browserslist": [
149148
"ie >= 10"
150149
]
151-
}
150+
}

0 commit comments

Comments
 (0)