Skip to content

Commit

Permalink
NEXT-37776 - Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
seggewiss committed Oct 9, 2024
1 parent 438f806 commit b7b4b3c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "administration",
"version": "1.0.0",
"private": true,
"description": "",
"license": "MIT",
"author": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"@shopware-ag/meteor-admin-sdk": "workspace:*",
"@shopware-ag/meteor-component-library": "workspace:*",
Expand Down
27 changes: 14 additions & 13 deletions examples/admin-sdk-plugin/tests/acceptance/package.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,30 @@
{
"name": "@shopware-ag/meteor-admin-sdk-example-plugin",
"version": "1.0.0",
"private": true,
"description": "",
"keywords": [],
"license": "ISC",
"author": "",
"type": "module",
"main": "index.js",
"scripts": {
"test:ats": "playwright test",
"test:ats:dev": "playwright test --ui",
"format": "prettier ./tests --write",
"lint:eslint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix"
"lint:fix": "eslint . --ext .ts --fix",
"test:ats": "playwright test",
"test:ats:dev": "playwright test --ui"
},
"dependencies": {
"@shopware-ag/acceptance-test-suite": "^3.8.4"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"devDependencies": {
"@playwright/test": "^1.45.0",
"@types/node": "^22.5.5",
"prettier": "3.3.3",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
"eslint": "^8.49.0",
"eslint-plugin-playwright": "^1.6.2",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0"
},
"dependencies": {
"@shopware-ag/acceptance-test-suite": "^3.8.4"
"prettier": "3.3.3"
}
}

0 comments on commit b7b4b3c

Please sign in to comment.