Skip to content

Commit

Permalink
Packages: updated via ncu -u manually (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos authored Dec 2, 2024
1 parent c389f31 commit 5bea3e1
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ncu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Update packages
# ``unfetch`` is rejected here because its latest version is not compatible with our project
# ``rollup/plugin-commonjs`` is rejected because >26 breaks the tests
run: ncu --upgrade --reject unfetch --reject rollup/plugin-commonjs
run: ncu --upgrade --reject unfetch --reject @rollup/plugin-commonjs

- name: Install them and update "package-lock.json"
run: npm install
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
Expand Up @@ -19,8 +19,8 @@
"@babel/core": "^7.26.0",
"@babel/plugin-syntax-import-assertions": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/fontawesome-svg-core": "^6.7.1",
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"@open-wc/testing": "^4.0.0",
"@rollup/plugin-commonjs": "^26.0.3",
"@rollup/plugin-image": "^3.0.3",
Expand All @@ -37,7 +37,7 @@
"keyboard-event-to-string": "^2.1.0",
"lit": "^3.2.1",
"object-path": "^0.11.8",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"rollup-plugin-lit-css": "^5.0.1",
"sinon": "^19.0.2",
"tippy.js": "^6.3.7",
Expand All @@ -62,6 +62,6 @@
}
},
"dependencies": {
"@floating-ui/dom": "^1.6.10"
"@floating-ui/dom": "^1.6.12"
}
}

0 comments on commit 5bea3e1

Please sign in to comment.