Skip to content

Commit

Permalink
update dependencies and extend nextjs peer scope to v15
Browse files Browse the repository at this point in the history
  • Loading branch information
BitPatty authored Oct 26, 2024
1 parent d7769e2 commit 5e719e8
Show file tree
Hide file tree
Showing 6 changed files with 194 additions and 1,602 deletions.
3 changes: 0 additions & 3 deletions example/.eslintrc.json

This file was deleted.

2 changes: 1 addition & 1 deletion example/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
23 changes: 10 additions & 13 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"lint": "next lint"
"start": "NODE_ENV=production node server.js"
},
"dependencies": {
"@bitpatty/next-image-s3-imgproxy-loader": "file:.."
Expand Down
Loading

0 comments on commit 5e719e8

Please sign in to comment.