Skip to content

Commit

Permalink
Update dependencies (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
elchininet authored Dec 19, 2023
1 parent b07fd9c commit eea69af
Show file tree
Hide file tree
Showing 2 changed files with 188 additions and 187 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,22 +54,22 @@
"postversion": "git push && git push --tags"
},
"dependencies": {
"shadow-dom-selector": "^4.1.0"
"shadow-dom-selector": "^4.1.2"
},
"devDependencies": {
"@cypress/code-coverage": "^3.12.10",
"@cypress/code-coverage": "^3.12.15",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/eslint": "^8.44.7",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"cypress": "^13.5.1",
"cypress-wait-until": "^2.0.1",
"eslint": "^8.53.0",
"rollup": "^4.4.1",
"@types/eslint": "^8.44.9",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"cypress": "^13.6.1",
"cypress-wait-until": "^3.0.1",
"eslint": "^8.56.0",
"rollup": "^4.9.1",
"rollup-plugin-istanbul": "^5.0.0",
"rollup-plugin-serve": "^2.0.2",
"rollup-plugin-serve": "^2.0.3",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-ts": "^3.4.5",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit eea69af

Please sign in to comment.