Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
- update GH Action workflow
  • Loading branch information
gilbarbara committed Jan 14, 2025
1 parent f81791d commit f49d23a
Show file tree
Hide file tree
Showing 3 changed files with 1,286 additions and 838 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ name: CI

on:
push:
branches: [main]
tags:
- "v*"
branches: ['main']
tags: ['v*']
pull_request:
branches: ["*"]
branches: ['*']

workflow_dispatch:

Expand Down Expand Up @@ -35,7 +34,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 22
registry-url: "https://registry.npmjs.org"
registry-url: 'https://registry.npmjs.org'

- name: Install pnpm
uses: pnpm/action-setup@v3
Expand Down Expand Up @@ -67,7 +66,7 @@ jobs:

- name: SonarCloud Scan
if: "!startsWith(github.ref, 'refs/tags/')"
uses: SonarSource/sonarcloud-github-action@master
uses: SonarSource/sonarqube-scan-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,51 +32,51 @@
"web playback"
],
"peerDependencies": {
"react": "17 - 18"
"react": "17 - 19"
},
"dependencies": {
"@gilbarbara/deep-equal": "^0.3.1",
"@gilbarbara/react-range-slider": "^0.7.0",
"@types/spotify-api": "^0.0.25",
"@types/spotify-web-playback-sdk": "^0.1.19",
"colorizr": "^3.0.1",
"colorizr": "^3.0.7",
"memoize-one": "^6.0.0",
"nano-css": "^5.6.2"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.0",
"@gilbarbara/eslint-config": "^0.8.2",
"@gilbarbara/hooks": "^0.8.2",
"@arethetypeswrong/cli": "^0.17.3",
"@gilbarbara/eslint-config": "^0.8.4",
"@gilbarbara/hooks": "^0.9.0",
"@gilbarbara/prettier-config": "^1.0.0",
"@gilbarbara/tsconfig": "^0.2.3",
"@size-limit/file": "^11.1.6",
"@swc/core": "^1.9.2",
"@swc/core": "^1.10.7",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/react": "^16.1.0",
"@types/exenv": "^1.2.2",
"@types/node": "^22.9.0",
"@types/node": "^22.10.6",
"@types/once": "^1.4.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react-swc": "^3.7.1",
"@vitest/coverage-v8": "^2.1.5",
"@vitejs/plugin-react-swc": "^3.7.2",
"@vitest/coverage-v8": "^2.1.8",
"del-cli": "^6.0.0",
"fix-tsup-cjs": "^1.2.0",
"husky": "^9.1.7",
"is-ci-cli": "^2.2.0",
"jest-extended": "^4.0.2",
"jsdom": "^25.0.1",
"jsdom": "^26.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"repo-tools": "^0.3.1",
"size-limit": "^11.1.6",
"ts-node": "^10.9.2",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vite-tsconfig-paths": "^5.1.2",
"vitest": "^2.1.5",
"vitest-fetch-mock": "^0.4.2"
"typescript": "^5.7.3",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.8",
"vitest-fetch-mock": "^0.4.3"
},
"scripts": {
"build": "npm run clean && tsup && fix-tsup-cjs",
Expand Down
Loading

0 comments on commit f49d23a

Please sign in to comment.