Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge dev to main for deps upgrade (20241018) #14

Merged
merged 3 commits into from
Oct 18, 2024
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/yarn-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
${{ runner.os }}-node-${{ matrix.node-version }}-nextjs-${{ hashFiles('yarn.lock') }}-

- name: Install dependencies
run: yarn install --immutable
run: yarn install

- name: Build project
run: yarn build
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
"@testing-library/react": "^16.0.1",
"@types/core-js": "^2.5.8",
"@types/lodash": "^4",
"@types/node": "^22.7.5",
"@types/node": "^22.7.6",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/regenerator-runtime": "^0.13.7",
"@vitejs/plugin-react": "^4.3.1",
"dotenv": "^16.4.5",
"dotenv-cli": "^7.4.2",
"esbuild": "^0.24.0",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.15",
"happy-dom": "^15.7.4",
"typescript": "^5.6.2",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1121,12 +1121,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^22.7.5":
version: 22.7.5
resolution: "@types/node@npm:22.7.5"
"@types/node@npm:^22.7.6":
version: 22.7.6
resolution: "@types/node@npm:22.7.6"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10c0/cf11f74f1a26053ec58066616e3a8685b6bcd7259bc569738b8f752009f9f0f7f85a1b2d24908e5b0f752482d1e8b6babdf1fbb25758711ec7bb9500bfcd6e60
checksum: 10c0/d4406a63afce981c363fb1d1954aaf1759ad2d487c0833ebf667565ea4e45ff217d6fab4b5343badbdeccdf9d2e4a0841d633e0c929ceabcb33c288663dd0c73
languageName: node
linkType: hard

Expand Down Expand Up @@ -2746,7 +2746,7 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:^8.57.0":
"eslint@npm:^8.57.1":
version: 8.57.1
resolution: "eslint@npm:8.57.1"
dependencies:
Expand Down Expand Up @@ -5155,7 +5155,7 @@ __metadata:
"@testing-library/react": "npm:^16.0.1"
"@types/core-js": "npm:^2.5.8"
"@types/lodash": "npm:^4"
"@types/node": "npm:^22.7.5"
"@types/node": "npm:^22.7.6"
"@types/react": "npm:^18.3.11"
"@types/react-dom": "npm:^18.3.1"
"@types/regenerator-runtime": "npm:^0.13.7"
Expand All @@ -5166,7 +5166,7 @@ __metadata:
dotenv: "npm:^16.4.5"
dotenv-cli: "npm:^7.4.2"
esbuild: "npm:^0.24.0"
eslint: "npm:^8.57.0"
eslint: "npm:^8.57.1"
eslint-config-next: "npm:^14.2.15"
fast-sudoku-solver: "npm:^1.1.14"
happy-dom: "npm:^15.7.4"
Expand Down