Skip to content

Commit

Permalink
Upstream deps for ASL-4653, ASL-4629 (#355)
Browse files Browse the repository at this point in the history
* Upstream deps for ASL-4653, ASL-4629

* Allow tagging of repo
  • Loading branch information
jeff-horton-ho-sas authored Dec 30, 2024
1 parent 7dc7603 commit c841c36
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 37 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@ on:
pull_request:
types: [ closed ]

permissions:
packages: write
contents: write

jobs:
publish:
uses: UKHomeOffice/sas-github-workflows/.github/workflows/publish-npm.yml@v1
permissions:
packages: write
contents: write
secrets: inherit
72 changes: 38 additions & 34 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ukhomeoffice/asl-components",
"version": "13.6.5",
"version": "13.7.0",
"description": "React components for ASL layouts and elements",
"main": "src/index.jsx",
"styles": "styles/index.scss",
Expand All @@ -25,9 +25,9 @@
"@ukhomeoffice:registry": "https://npm.pkg.github.com"
},
"dependencies": {
"@ukhomeoffice/asl-constants": "^2.1.8",
"@ukhomeoffice/asl-constants": "^2.2.0",
"@ukhomeoffice/asl-dictionary": "^2.1.0",
"@ukhomeoffice/react-components": "^1.0.3",
"@ukhomeoffice/react-components": "^1.3.3",
"accessible-autocomplete": "^2.0.3",
"classnames": "^2.2.6",
"date-fns": "^3.6.0",
Expand Down

0 comments on commit c841c36

Please sign in to comment.