Skip to content

Commit

Permalink
chore(package.json): update @next/bundle-analyzer and eslint-config-n…
Browse files Browse the repository at this point in the history
…ext to latest versions for improved performance and bug fixes
  • Loading branch information
masterkain committed Dec 23, 2024
1 parent 94a3535 commit ba2d9d1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"devDependencies": {
"@jest/globals": "29.7.0",
"@next/bundle-analyzer": "15.1.0",
"@next/bundle-analyzer": "15.1.2",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
Expand All @@ -59,7 +59,7 @@
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"eslint": "^8.57.0",
"eslint-config-next": "15.1.0",
"eslint-config-next": "15.1.2",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-testing-library": "7.1.1",
"jest": "29.7.0",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1383,12 +1383,12 @@ __metadata:
languageName: node
linkType: hard

"@next/bundle-analyzer@npm:15.1.0":
version: 15.1.0
resolution: "@next/bundle-analyzer@npm:15.1.0"
"@next/bundle-analyzer@npm:15.1.2":
version: 15.1.2
resolution: "@next/bundle-analyzer@npm:15.1.2"
dependencies:
webpack-bundle-analyzer: "npm:4.10.1"
checksum: 10c0/6a71ecbc295b86b431d8be860645d590740095207e7240d37db7585b8bb638406e58d3409a55efb5132723eec2a0ba6bd6011186058a54a10e3f559e05d1be1d
checksum: 10c0/bf1a1ef6554bd7c39b26cebe9a9e3c387d5874dc33278662732a269e106aa091255524e87c0fb43546918962450fcebee25a24c7c14d76afeb6c1268907b6246
languageName: node
linkType: hard

Expand All @@ -1399,12 +1399,12 @@ __metadata:
languageName: node
linkType: hard

"@next/eslint-plugin-next@npm:15.1.0":
version: 15.1.0
resolution: "@next/eslint-plugin-next@npm:15.1.0"
"@next/eslint-plugin-next@npm:15.1.2":
version: 15.1.2
resolution: "@next/eslint-plugin-next@npm:15.1.2"
dependencies:
fast-glob: "npm:3.3.1"
checksum: 10c0/d20c396d9c298523e31b4402d126e28d536cfa151bc6a9a9da3e74bddd5770547c76d5fbda59fe4332ffaea3af1e7f489b2358336cb2f921d3561577a0f4cd1a
checksum: 10c0/9caf0763247cba8925d89596b7fdb21ec5d3cd0f5251e1e3f70c19815c7439cf358c694e59f0eedf08520c3a75c063395288af92661c75781bd7441de1063dc2
languageName: node
linkType: hard

Expand Down Expand Up @@ -2254,7 +2254,7 @@ __metadata:
"@auth/prisma-adapter": "npm:2.7.4"
"@headlessui/react": "npm:2.2.0"
"@jest/globals": "npm:29.7.0"
"@next/bundle-analyzer": "npm:15.1.0"
"@next/bundle-analyzer": "npm:15.1.2"
"@prisma/client": "npm:6"
"@tailwindcss/forms": "npm:0.5.9"
"@testing-library/dom": "npm:^10.4.0"
Expand All @@ -2270,7 +2270,7 @@ __metadata:
chance: "npm:1.1.12"
chart.js: "npm:4.4.7"
eslint: "npm:^8.57.0"
eslint-config-next: "npm:15.1.0"
eslint-config-next: "npm:15.1.2"
eslint-config-prettier: "npm:9.1.0"
eslint-plugin-testing-library: "npm:7.1.1"
jest: "npm:29.7.0"
Expand Down Expand Up @@ -3726,11 +3726,11 @@ __metadata:
languageName: node
linkType: hard

"eslint-config-next@npm:15.1.0":
version: 15.1.0
resolution: "eslint-config-next@npm:15.1.0"
"eslint-config-next@npm:15.1.2":
version: 15.1.2
resolution: "eslint-config-next@npm:15.1.2"
dependencies:
"@next/eslint-plugin-next": "npm:15.1.0"
"@next/eslint-plugin-next": "npm:15.1.2"
"@rushstack/eslint-patch": "npm:^1.10.3"
"@typescript-eslint/eslint-plugin": "npm:^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0"
"@typescript-eslint/parser": "npm:^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0"
Expand All @@ -3746,7 +3746,7 @@ __metadata:
peerDependenciesMeta:
typescript:
optional: true
checksum: 10c0/53f244e49964bb6bfd89d5b6978b5c1650f927c913f7c6d8f251fc2528a9fbae04e5a6371c9856886b0b1e008c23f6aba1e1270537f8cb97c5306288052c0a1d
checksum: 10c0/570775cc12ae044d85f9a44774aa5288695ab47b937e8a97cc707455daff4281e9f61823213bf3f7da9bd4067f8e6e2373ff74781aaa52a148e1a6c4e667763e
languageName: node
linkType: hard

Expand Down

0 comments on commit ba2d9d1

Please sign in to comment.