Skip to content

Commit

Permalink
Merge pull request #291 from localnerve/rc-8.0.1
Browse files Browse the repository at this point in the history
@8.0.1 - deps update
  • Loading branch information
localnerve authored Jul 19, 2024
2 parents db38ef8 + df67bd9 commit a6fa837
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [20.x, 22.x]
node-version: [20.x, 22.4.1]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
54 changes: 27 additions & 27 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui-elements",
"version": "8.0.0",
"version": "8.0.1",
"description": "A repo of ui elements",
"main": "index.js",
"repository": {
Expand All @@ -26,13 +26,13 @@
"author": "Alex Grant <[email protected]> (https://www.localnerve.com)",
"license": "BSD-3-Clause",
"dependencies": {
"chromedriver": "^126.0.4",
"chromedriver": "^126.0.5",
"express": "^4.19.2",
"geckodriver": "^4.4.1",
"geckodriver": "^4.4.2",
"selenium-assistant": "^6.1.1"
},
"devDependencies": {
"@babel/core": "^7.24.8",
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.24.8",
"@eslint/js": "^9.7.0",
"babel-loader": "^9.1.3",
Expand Down

0 comments on commit a6fa837

Please sign in to comment.