Skip to content

Commit

Permalink
Merge pull request #313 from arrow2nd/upgrade-deps
Browse files Browse the repository at this point in the history
upgrade deps
  • Loading branch information
arrow2nd authored Mar 2, 2024
2 parents 4aca186 + 1c9a7b1 commit d3e22b7
Show file tree
Hide file tree
Showing 6 changed files with 834 additions and 896 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
uses: actions/checkout@v4

- name: Setup pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 7
version: 8

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
cache: 'pnpm'

- name: Install dependencies
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
uses: actions/checkout@v4

- name: Setup pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 7
version: 8

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
cache: 'pnpm'

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8

Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"create:colors": "ts-node ./tools/create-colors.ts"
},
"dependencies": {
"@vercel/analytics": "^1.1.2",
"@vercel/analytics": "^1.2.2",
"next": "14.1.1",
"react": "18.2.0",
"react-device-detect": "^2.2.3",
Expand All @@ -24,27 +24,27 @@
"use-media": "^1.5.0"
},
"devDependencies": {
"@playwright/test": "^1.40.1",
"@playwright/test": "^1.42.1",
"@tailwindcss/forms": "^0.5.7",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.1.2",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/color-convert": "^2.0.3",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.24",
"@types/react": "18.2.61",
"@types/react-scroll": "^1.8.10",
"autoprefixer": "^10.4.16",
"axios": "^1.6.5",
"autoprefixer": "^10.4.18",
"axios": "^1.6.7",
"color-classifier": "^0.0.1",
"color-convert": "^2.0.1",
"eslint": "8.57.0",
"eslint-config-next": "14.1.1",
"eslint-config-prettier": "^9.1.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.33",
"prettier": "^3.2.2",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "5.3.3"
Expand Down
Loading

0 comments on commit d3e22b7

Please sign in to comment.