Skip to content

Commit

Permalink
version bump (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
nirtamir2 authored Nov 17, 2023
1 parent f04daaf commit 8c88464
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/shiny-games-serve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nirtamir2/next-static-paths": minor
---

Upgrade dependencies and drop Node.js 16
4 changes: 4 additions & 0 deletions packages/next-static-paths/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "./root.d.ts",
"sideEffects": false,
"scripts": {
"bin": "pnpm run --silent ts-node -- cli/index.ts",
"build": "rm -rf dist; pnpm run build:cli && pnpm run build:lib",
Expand Down Expand Up @@ -51,5 +52,8 @@
"next": "^13.4.6 || ^14.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"engines": {
"node": ">=18"
}
}

0 comments on commit 8c88464

Please sign in to comment.