@atomic-testing/vue-3 0.84.1 → 0.85.0
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": "@atomic-testing/vue-3",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.85.0",
|
|
4
4
|
"description": "The @atomic-testing/vue-3 package is a Vue 3 test adapter that extends Atomic Testing's component driver pattern to Vue applications. It enables testing Vue components using the same high-level semantic APIs used across React, Playwright, and DOM environments.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"integration",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"@testing-library/dom": "^10.4.1",
|
|
34
34
|
"@testing-library/vue": "^8.1.0",
|
|
35
35
|
"@vue/compiler-sfc": "^3.5.0",
|
|
36
|
-
"@atomic-testing/
|
|
37
|
-
"@atomic-testing/core": "0.
|
|
36
|
+
"@atomic-testing/core": "0.85.0",
|
|
37
|
+
"@atomic-testing/dom-core": "0.85.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"vue": "^3.5.0"
|