@visitscotland/component-library 1.0.1 → 1.0.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.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visitscotland/component-library",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "VisitScotland Component Library",
|
|
5
5
|
"author": "VisitScotland",
|
|
6
6
|
"main": "dist/ssr/index.js",
|
|
@@ -112,7 +112,6 @@
|
|
|
112
112
|
"vue-chart-3": "^3.1.8",
|
|
113
113
|
"vue-jest": "^5.0.0-alpha.10",
|
|
114
114
|
"vue-loader": "^17.1.0",
|
|
115
|
-
"vue-recaptcha": "^2.0.1",
|
|
116
115
|
"vue-style-loader": "^4.1.3",
|
|
117
116
|
"webpack": "^5.81.0",
|
|
118
117
|
"webpack-cli": "^5.0.2",
|
|
@@ -142,6 +141,7 @@
|
|
|
142
141
|
"ts-loader": "^9.4.3",
|
|
143
142
|
"uuid": "^9.0.0",
|
|
144
143
|
"vue": "^3.3.4",
|
|
144
|
+
"vue-recaptcha": "^2.0.1",
|
|
145
145
|
"vue3-lazy-hydration": "^1.2.1",
|
|
146
146
|
"vuelidate": "^0.7.7",
|
|
147
147
|
"vuex": "^4.1.0",
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"youtube-vue3": "^0.1.15"
|
|
151
151
|
},
|
|
152
152
|
"engines": {
|
|
153
|
-
"node": ">=
|
|
153
|
+
"node": ">= 16.10.0",
|
|
154
154
|
"npm": ">= 6.14.5",
|
|
155
155
|
"yarn": ">= 1.22.4"
|
|
156
156
|
},
|