Skip to content

Commit

Permalink
Upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Nov 12, 2024
1 parent 0053829 commit b8866bf
Show file tree
Hide file tree
Showing 4 changed files with 140 additions and 139 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ repos:
additional_dependencies: ["@biomejs/[email protected]"]
args: [--unsafe]
types_or: [css, javascript, json]
verbose: true
- repo: https://github.com/boidolr/pre-commit-images
rev: v1.8.2
hooks:
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"semi": false
},
"dependencies": {
"@rspack/cli": "^1.0.14",
"@rspack/core": "^1.0.14",
"@swc/helpers": "^0.5.13",
"@rspack/cli": "^1.1.1",
"@rspack/core": "^1.1.1",
"@swc/helpers": "^0.5.15",
"autoprefixer": "^10.4.20",
"html-webpack-plugin": "^5.6.3",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"postcss-loader": "^8.1.1",
"postcss-nesting": "^13.0.1"
}
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ certifi==2024.8.30
charset-normalizer==3.4.0
click==8.1.7
coverage==7.6.4
django==5.1.2
django==5.1.3
django-authlib==0.17.1
django-canonical-domain==0.11.0
django-debug-toolbar==5.0.0a0
Expand All @@ -21,7 +21,7 @@ psycopg-binary==3.2.3
python-dateutil==2.9.0.post0
requests==2.32.3
requests-oauthlib==2.0.0
sentry-sdk==2.17.0
sentry-sdk==2.18.0
six==1.16.0
sniffio==1.3.1
speckenv==6.2
Expand Down
Loading

0 comments on commit b8866bf

Please sign in to comment.