Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup nodejs
uses: actions/setup-node@v6
with:
node-version: "22.21.0"
node-version: "24.10.0"
#- name: Setup pnpm cache
#uses: actions/cache@v3
#with:
Expand Down
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ stages:

test:
stage: test
image: node:22.21.0-alpine
image: node:24.10.0-alpine
coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/
artifacts:
paths:
Expand All @@ -18,7 +18,7 @@ test:

publish:
stage: publish
image: node:22.21.0-alpine
image: node:24.10.0-alpine
only:
- tags
script:
Expand All @@ -31,7 +31,7 @@ publish:

pages:
stage: pages
image: node:22.21.0-alpine
image: node:24.10.0-alpine
script:
- npm ci
- npm run build
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
syncher 0.0.44
nodejs 22.21.1
nodejs 24.11.0
pnpm 10.19.0
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "react-abac-example",
"version": "0.1.557",
"version": "0.1.558",
"private": true,
"homepage": ".",
"dependencies": {
"@types/jest": "30.0.0",
"@types/node": "22.18.12",
"@types/node": "24.9.1",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"@types/react-syntax-highlighter": "15.5.13",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-abac",
"version": "0.1.435",
"version": "0.1.436",
"description": "Attribute Based Access Control and Role Based Access Control for React",
"keywords": [
"abac",
Expand Down Expand Up @@ -159,7 +159,7 @@
"@types/enzyme": "3.10.19",
"@types/enzyme-adapter-react-16": "1.0.9",
"@types/jest": "30.0.0",
"@types/node": "22.18.12",
"@types/node": "24.9.1",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"@typescript-eslint/eslint-plugin": "8.46.2",
Expand Down
Loading
Loading