Skip to content

Commit

Permalink
Update TNA Frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Sep 17, 2024
1 parent 3fe382e commit 9fbaac8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test:lint": "prettier --check . && stylelint 'src/styles/**/*.scss' && eslint 'src/scripts/**/*.js'"
},
"dependencies": {
"@nationalarchives/frontend": "0.2.11"
"@nationalarchives/frontend": "0.2.13"
},
"devDependencies": {
"@babel/core": "^7.22.11",
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ packages = [{include = "app"}]
[tool.poetry.dependencies]
python = "^3.12"
requests = "^2.31.0"
tna-frontend-jinja = "0.2.11"
tna-frontend-jinja = "0.2.13"
django = "^5.0.7"
psycopg2-binary = "^2.9.9"
django-csp = "^3.8"
Expand Down

0 comments on commit 9fbaac8

Please sign in to comment.