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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up pnpm
uses: pnpm/action-setup@v4
with:
version: 10.32.1
version: 11.5.0
- name: Set up Node.js
id: setup-node-act
uses: actions/setup-node@v6
Expand All @@ -30,7 +30,7 @@ jobs:
export PATH="/opt/hostedtoolcache/node/${node_version}/x64/bin:$PATH"
node --version
npm --version
npm install --global pnpm@10.32.1
npm install --global pnpm@11.5.0
pnpm install --frozen-lockfile
pnpm typecheck
pnpm build
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Set up pnpm
uses: pnpm/action-setup@v4
with:
version: 10.32.1
version: 11.5.0

- name: Set up Node.js
uses: actions/setup-node@v6
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: pnpm/action-setup@v4
with:
version: 10.32.1
version: 11.5.0

- uses: actions/setup-node@v6
with:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:

- uses: pnpm/action-setup@v4
with:
version: 10.32.1
version: 11.5.0

- uses: actions/setup-node@v6
with:
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:

- uses: pnpm/action-setup@v4
with:
version: 10.32.1
version: 11.5.0

- uses: actions/setup-node@v6
with:
Expand Down
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "refined-github-projects",
"version": "1.1.0",
"description": "Refined GitHub Projects — bulk edit, close, delete, and deep duplicate for GitHub Projects",
"packageManager": "pnpm@10.32.1",
"packageManager": "pnpm@11.5.0",
Comment thread
fathiraz marked this conversation as resolved.
"scripts": {
"dev": "wxt",
"build": "wxt build",
Expand Down Expand Up @@ -41,44 +41,44 @@
]
},
"dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "^1.7.9",
"@atlaskit/pragmatic-drag-and-drop": "^1.8.1",
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
"@effect/platform": "^0.96.1",
"@effect/platform-browser": "^0.76.0",
"@emotion/is-prop-valid": "^1.3.1",
"@emotion/is-prop-valid": "^1.4.0",
"@primer/live-region-element": "0.8.0",
"@primer/octicons-react": "^19.23.1",
"@primer/octicons-react": "^19.28.0",
"@primer/react": "^37.31.0",
"@tippyjs/react": "^4.2.6",
"@webext-core/messaging": "^2.3.0",
"@webext-core/messaging": "^3.0.1",
"driver.js": "^1.4.0",
"effect": "^3.21.2",
"marked": "^17.0.4",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"styled-components": "^6.3.12",
"marked": "^18.0.4",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"styled-components": "^6.4.2",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"@resvg/resvg-js": "^2.6.2",
"@types/marked": "^6.0.0",
"@types/react": "^19.2.14",
"@types/react": "^19.2.15",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"@vitest/coverage-v8": "^4.1.2",
"@vitejs/plugin-react": "^6.0.2",
"@vitest/coverage-v8": "^4.1.8",
"@wxt-dev/module-react": "^1.2.2",
"eslint": "^9.39.4",
"eslint": "^10.4.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react-hooks": "^5.2.0",
"happy-dom": "^20.8.9",
"eslint-plugin-react-hooks": "^7.1.1",
"happy-dom": "^20.9.0",
"husky": "^9.1.7",
"lint-staged": "^16.4.0",
"prettier": "^3.8.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.58.0",
"vite": "^8.0.1",
"lint-staged": "^17.0.7",
"prettier": "^3.8.3",
"typescript": "^6.0.3",
"typescript-eslint": "^8.60.0",
"vite": "^8.0.16",
"vite-node": "^6.0.0",
"vitest": "^4.1.2",
"wxt": "^0.20.20"
"vitest": "^4.1.8",
"wxt": "^0.20.26"
}
}
Loading
Loading