|
1 | 1 | { |
2 | 2 | "name": "@ionic/core", |
3 | | - "version": "8.5.0", |
| 3 | + "version": "8.5.1", |
4 | 4 | "description": "Base components for Ionic", |
5 | 5 | "keywords": [ |
6 | 6 | "ionic", |
|
44 | 44 | "@clack/prompts": "^0.10.0", |
45 | 45 | "@ionic/eslint-config": "^0.3.0", |
46 | 46 | "@ionic/prettier-config": "^2.0.0", |
47 | | - "@playwright/test": "^1.51.0", |
| 47 | + "@playwright/test": "^1.51.1", |
48 | 48 | "@rollup/plugin-node-resolve": "^8.4.0", |
49 | 49 | "@rollup/plugin-virtual": "^2.0.3", |
50 | 50 | "@stencil/angular-output-target": "^0.10.0", |
51 | 51 | "@stencil/react-output-target": "0.5.3", |
52 | 52 | "@stencil/sass": "^3.0.9", |
53 | | - "@stencil/vue-output-target": "0.10.5", |
| 53 | + "@stencil/vue-output-target": "0.10.7", |
54 | 54 | "@types/jest": "^29.5.6", |
55 | 55 | "@types/node": "^14.6.0", |
56 | 56 | "@typescript-eslint/eslint-plugin": "^6.7.2", |
|
93 | 93 | "test": "npm run test.spec && npm run test.e2e", |
94 | 94 | "test.spec": "stencil test --spec --max-workers=2", |
95 | 95 | "test.e2e": "npx playwright test", |
96 | | - "test.e2e.update-snapshots": "npm run test.e2e -- --update-snapshots", |
| 96 | + "test.e2e.update-snapshots": "npm run test.e2e -- --update-snapshots='changed'", |
97 | 97 | "test.watch": "jest --watch --no-cache", |
98 | 98 | "test.treeshake": "node scripts/treeshaking.js dist/index.js", |
99 | 99 | "validate": "npm run lint && npm run test && npm run build && npm run test.treeshake", |
100 | 100 | "docker.build": "docker build -t ionic-playwright .", |
101 | 101 | "test.e2e.docker": "npm run docker.build && node ./scripts/docker.mjs", |
102 | | - "test.e2e.docker.update-snapshots": "npm run test.e2e.docker -- --update-snapshots", |
| 102 | + "test.e2e.docker.update-snapshots": "npm run test.e2e.docker -- --update-snapshots='changed'", |
103 | 103 | "test.e2e.docker.ci": "npm run docker.build && CI=true node ./scripts/docker.mjs", |
104 | 104 | "test.e2e.script": "node scripts/testing/e2e-script.mjs" |
105 | 105 | }, |
|
0 commit comments