Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kai687 committed Nov 7, 2024
1 parent 7b024e3 commit e194130
Show file tree
Hide file tree
Showing 4 changed files with 556 additions and 632 deletions.
114 changes: 63 additions & 51 deletions poetry.lock

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

12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
argcomplete==3.5.1 ; python_version == "3.8"
build==1.2.2.post1 ; python_version == "3.8"
cachecontrol[filecache]==0.14.0 ; python_version == "3.8"
cachecontrol[filecache]==0.14.1 ; python_version == "3.8"
certifi==2024.8.30 ; python_version == "3.8"
cffi==1.17.1 ; (sys_platform == "darwin" or sys_platform == "linux") and python_version == "3.8" and (sys_platform == "darwin" or platform_python_implementation != "PyPy")
charset-normalizer==3.4.0 ; python_version == "3.8"
cleo==2.1.0 ; python_version == "3.8"
click==8.1.7 ; python_version == "3.8"
colorama==0.4.6 ; python_version == "3.8" and (sys_platform == "win32" or os_name == "nt" or platform_system == "Windows")
colorlog==6.8.2 ; python_version == "3.8"
colorlog==6.9.0 ; python_version == "3.8"
crashtest==0.4.1 ; python_version == "3.8"
cryptography==43.0.3 ; sys_platform == "linux" and python_version == "3.8"
distlib==0.3.9 ; python_version == "3.8"
dulwich==0.22.3 ; python_version == "3.8"
dulwich==0.21.7 ; python_version == "3.8"
fastjsonschema==2.20.0 ; python_version == "3.8"
filelock==3.16.1 ; python_version == "3.8"
idna==3.10 ; python_version == "3.8"
Expand All @@ -20,7 +20,7 @@ importlib-resources==6.4.5 ; python_version == "3.8"
installer==0.7.0 ; python_version == "3.8"
jaraco-classes==3.4.0 ; python_version == "3.8"
jeepney==0.8.0 ; sys_platform == "linux" and python_version == "3.8"
keyring==25.5.0 ; python_version == "3.8"
keyring==24.3.1 ; python_version == "3.8"
more-itertools==10.5.0 ; python_version == "3.8"
msgpack==1.1.0 ; python_version == "3.8"
nox==2024.10.9 ; python_version == "3.8"
Expand All @@ -37,7 +37,7 @@ ptyprocess==0.7.0 ; python_version == "3.8"
pycparser==2.22 ; (sys_platform == "darwin" or sys_platform == "linux") and python_version == "3.8" and (sys_platform == "darwin" or platform_python_implementation != "PyPy")
pyproject-hooks==1.2.0 ; python_version == "3.8"
pywin32-ctypes==0.2.3 ; sys_platform == "win32" and python_version == "3.8"
rapidfuzz==3.10.1 ; python_version == "3.8"
rapidfuzz==3.9.7 ; python_version == "3.8"
requests-toolbelt==1.0.0 ; python_version == "3.8"
requests==2.32.3 ; python_version == "3.8"
secretstorage==3.3.3 ; sys_platform == "linux" and python_version == "3.8"
Expand All @@ -47,6 +47,6 @@ tomlkit==0.13.2 ; python_version == "3.8"
trove-classifiers==2024.10.21.16 ; python_version == "3.8"
urllib3==2.2.3 ; python_version == "3.8"
userpath==1.9.2 ; python_version == "3.8"
virtualenv==20.27.0 ; python_version == "3.8"
virtualenv==20.27.1 ; python_version == "3.8"
xattr==1.1.0 ; sys_platform == "darwin" and python_version == "3.8"
zipp==3.20.2 ; python_version == "3.8"
8 changes: 4 additions & 4 deletions src/theme-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,22 @@
"css-loader": "^7.1.2",
"cssnano": "^7.0.6",
"cssnano-preset-advanced": "^7.0.6",
"eslint": "^9.13.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-webpack-plugin": "^4.2.0",
"mini-css-extract-plugin": "^2.9.1",
"mini-css-extract-plugin": "^2.9.2",
"postcss": "^8.4.47",
"postcss-import": "^16.1.0",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^10.0.8",
"postcss-preset-env": "^10.0.9",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.8",
"stylelint": "^16.10.0",
"stylelint-prettier": "^5.0.2",
"stylelint-webpack-plugin": "^5.0.1",
"tailwindcss": "^3.4.14",
"webpack": "^5.95.0",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-manifest-plugin": "^5.0.0"
}
Expand Down
Loading

0 comments on commit e194130

Please sign in to comment.