| @@ -2,9 +2,9 @@ | ||
| 2 | 2 | "name": "hello-plus", |
| 3 | 3 | "slug": "hello-plus", |
| 4 | 4 | "homepage": "https://elementor.com/", |
| 5 | 5 | "description": "A quick-start theme for Elementor.", |
| 6 | - "version": "1.7.8", | |
| 6 | + "version": "1.7.4", | |
| 7 | 7 | "scripts": { |
| 8 | 8 | "start": "wp-scripts start", |
| 9 | 9 | "build:dev": "composer update && composer install && wp-scripts build", |
| 10 | 10 | "build": "composer install --no-dev && wp-scripts build --env=production", |
| @@ -14,20 +14,16 @@ | ||
| 14 | 14 | "package": "npm run clean && npm run build && rsync -av --exclude-from=.buildignore . $npm_package_name", |
| 15 | 15 | "package:zip": "npm run package && zip -r $npm_package_name.$npm_package_version.zip ./$npm_package_name/*", |
| 16 | 16 | "test:php": "docker-compose -f bin/docker-compose.yml run --rm wordpress_phpunit phpunit", |
| 17 | 17 | "test:playwright": "playwright test -c tests/playwright/playwright.config.ts", |
| 18 | - "test:playwright:headless": "CI=1 playwright test -c tests/playwright/playwright.config.ts", | |
| 19 | 18 | "test:playwright:debug": "npm run test:playwright -- --debug", |
| 20 | 19 | "test:setup:playwright": "wp-env run cli bash hello-plus-config/setup.sh && wp-env run tests-cli bash hello-plus-config/setup.sh", |
| 21 | - "test:setup:chromium": "npx playwright install chromium", | |
| 22 | - "wp-env:start": "wp-env start", | |
| 23 | - "wp-env:stop": "wp-env stop" | |
| 20 | + "test:setup:chromium": "npx playwright install chromium" | |
| 24 | 21 | }, |
| 25 | 22 | "devDependencies": { |
| 26 | 23 | "@elementor/wp-lite-env": "^0.0.20", |
| 27 | - "@playwright/test": "1.54.2", | |
| 24 | + "@playwright/test": "1.52.0", | |
| 28 | 25 | "@typescript-eslint/parser": "^6.21.0", |
| 29 | - "@wordpress/env": "^10.29.0", | |
| 30 | 26 | "@wordpress/eslint-plugin": "^21.6.0", |
| 31 | 27 | "@wordpress/scripts": "^30.18.0", |
| 32 | 28 | "copy-webpack-plugin": "^12.0.2", |
| 33 | 29 | "dotenv": "^16.5.0", |
| @@ -40,10 +36,10 @@ | ||
| 40 | 36 | "webpack-cli": "^5.1.4", |
| 41 | 37 | "webpack-remove-empty-scripts": "^1.0.4" |
| 42 | 38 | }, |
| 43 | 39 | "dependencies": { |
| 44 | - "@elementor/icons": "1.40.2", | |
| 45 | - "@elementor/ui": "1.34.2", | |
| 40 | + "@elementor/icons": "1.12.0", | |
| 41 | + "@elementor/ui": "1.20.3", | |
| 46 | 42 | "composer": "^4.1.0", |
| 47 | 43 | "react": "^18.3.1", |
| 48 | 44 | "react-dom": "^18.3.1" |
| 49 | 45 | } |