Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyRacer1337 committed Dec 7, 2024
1 parent f7b2f1c commit 59362da
Show file tree
Hide file tree
Showing 5 changed files with 1,522 additions and 1,324 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: '1.8.4'
poetry-version: '1.8.5'

- name: Install Go
uses: actions/setup-go@v5
Expand All @@ -58,7 +58,7 @@ jobs:
uses: actions/setup-node@v4
with:
cache: 'pnpm'
node-version: '20'
node-version: '22'

- name: Install Poetry Dependencies
run: poetry install
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Install poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: '1.8.4'
poetry-version: '1.8.5'

- uses: pnpm/action-setup@v3
with:
Expand All @@ -112,7 +112,7 @@ jobs:
uses: actions/setup-node@v4
with:
cache: 'pnpm'
node-version: '20'
node-version: '22'

- name: Install Poetry Dependencies
run: poetry install
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
- name: install poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: '1.8.4'
poetry-version: '1.8.5'

- name: create tag from pyproject version on change.
id: auto-tag
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
- name: Install poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: '1.8.4'
poetry-version: '1.8.5'

- name: Install Go
uses: actions/setup-go@v5
Expand All @@ -240,7 +240,7 @@ jobs:
- uses: actions/setup-node@v4
with:
cache: 'pnpm'
node-version: '20'
node-version: '22'

- name: Intall Poetry Dependencies
run: poetry install
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"bootstrap-icons": "^1.11.3",
"datatables.net": "^2.1.8",
"datatables.net-bs5": "^2.1.8",
"datatables.net-buttons": "^3.1.2",
"datatables.net-buttons-bs5": "^3.1.2",
"datatables.net-buttons": "^3.2.0",
"datatables.net-buttons-bs5": "^3.2.0",
"datatables.net-colreorder": "^2.0.4",
"datatables.net-colreorder-bs5": "^2.0.4",
"datatables.net-fixedheader": "^4.0.1",
Expand All @@ -31,27 +31,27 @@
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.13.0",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.16.0",
"babel-loader": "^9.2.1",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"eslint": "^9.13.0",
"eslint": "^9.16.0",
"eslint-config-standard": "^17.1.0",
"file-loader": "^6.2.0",
"globals": "^15.11.0",
"globals": "^15.13.0",
"html-minimizer-webpack-plugin": "^5.0.0",
"husky": "^9.1.6",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"mini-css-extract-plugin": "^2.9.1",
"postcss": "^8.4.47",
"mini-css-extract-plugin": "^2.9.2",
"postcss": "^8.4.49",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^10.0.8",
"sass": "^1.80.5",
"sass-loader": "^16.0.2",
"postcss-preset-env": "^10.1.1",
"sass": "^1.82.0",
"sass-loader": "^16.0.4",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.95.0",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4"
}
}
Loading

0 comments on commit 59362da

Please sign in to comment.