Skip to content

Commit

Permalink
Merge branch 'main' into ik/remove-fix-permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
partly-igor authored Sep 25, 2024
2 parents a955c00 + 26ce1d6 commit 459db25
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 63 deletions.
135 changes: 77 additions & 58 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
},
"devDependencies": {
"@axe-core/playwright": "^4.10.0",
"@playwright/test": "^1.47.1",
"@types/node": "^22.5.5",
"@playwright/test": "^1.47.2",
"@types/node": "^22.7.1",
"axe-core": "^4.10.0",
"chai": "^5.1.1",
"cypress": "^13.14.2",
Expand All @@ -39,12 +39,12 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^3.5.0",
"eslint-plugin-import": "^2.30.0",
"jsdom": "^25.0.0",
"jsdom": "^25.0.1",
"glob": "^11.0.0",
"jsdom-global": "^3.0.2",
"mocha": "^10.7.3",
"mocha-cli": "^1.0.1",
"playwright": "^1.46.1",
"playwright": "^1.47.2",
"prettier": "^3.3.3",
"sinon": "^19.0.2",
"stylelint": "^16.9.0",
Expand All @@ -68,7 +68,7 @@
},
"dependencies": {
"@prettier/plugin-php": "^0.22.2",
"mariadb": "^3.3.1",
"mariadb": "^3.3.2",
"shapefile": "^0.6.6",
"twing": "^7.0.0"
}
Expand Down

0 comments on commit 459db25

Please sign in to comment.