diff --git a/package-lock.json b/package-lock.json index 7e81a4c8d2..784ccbf50d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "copy-webpack-plugin": "^12.0.2", "date-fns": "4.1.0", "dayjs": "^1.11.10", - "notistack": "^3.0.1", + "notistack": "^3.0.2", "react": "^19.0.0", "react-dom": "^19.0.0", "react-easy-crop": "^5.4.1", @@ -52,6 +52,9 @@ "webpack-cli": "^6.0.1", "webpack-dev-server": "^5.2.0", "webpack-merge": "^6.0.1" + }, + "engines": { + "node": ">=18.0.0" } }, "node_modules/@ampproject/remapping": { diff --git a/package.json b/package.json index f68fb8eb6c..19d707b230 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,15 @@ { "name": "pixlet", - "version": "0.1.0", + "version": "0.37.0", "description": "[![Build & test](https://github.com/tidbyt/pixlet/workflows/Build%20&%20test/badge.svg)](https://github.com/tidbyt/pixlet/actions?query=workflow%3A%22Build+%26+test%22+branch%3Amain) [![GoDoc](https://godoc.org/github.com/tidbyt/pixlet/runtime?status.svg)](https://godoc.org/github.com/tidbyt/pixlet/runtime)", "main": "src/index.js", "directories": { "doc": "docs", "example": "examples" }, + "engines": { + "node": ">=18.0.0" + }, "scripts": { "start": "webpack serve --config webpack.dev.js", "build": "webpack --config webpack.prod.js", @@ -69,4 +72,4 @@ "react-router-dom": "^7.2.0", "react-simple-oauth2-login": "^0.5.4" } -} +} \ No newline at end of file