diff --git a/apps/monograph/Dockerfile b/apps/monograph/Dockerfile index 19fbb0a4d..c4ce210d6 100644 --- a/apps/monograph/Dockerfile +++ b/apps/monograph/Dockerfile @@ -1,5 +1,5 @@ -FROM --platform=$BUILDPLATFORM oven/bun:1.1.36-alpine +FROM --platform=$BUILDPLATFORM oven/bun:1.2.2-alpine RUN mkdir -p /home/bun/app && chown -R bun:bun /home/bun/app @@ -11,4 +11,4 @@ COPY --chown=bun:bun output . RUN bun install -CMD [ "bun", "run", "start" ] \ No newline at end of file +CMD [ "bun", "run", "start" ] diff --git a/apps/monograph/package-lock.json b/apps/monograph/package-lock.json index 1dfb3fdd0..a77f8fa87 100644 --- a/apps/monograph/package-lock.json +++ b/apps/monograph/package-lock.json @@ -1,12 +1,12 @@ { "name": "@notesnook/monograph", - "version": "1.2.2", + "version": "1.2.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@notesnook/monograph", - "version": "1.2.2", + "version": "1.2.3", "dependencies": { "@emotion/cache": "11.11.0", "@emotion/react": "11.11.1", @@ -60,9 +60,6 @@ "vite-plugin-static-copy": "^2.1.0", "vite-tsconfig-paths": "^5.0.1", "wrangler": "3.78.11" - }, - "engines": { - "node": ">=20.0.0" } }, "../../packages/core": { @@ -2945,6 +2942,22 @@ "@styled-system/css": "^5.1.5" } }, + "node_modules/@theme-ui/color-modes": { + "version": "0.16.2", + "resolved": "https://registry.npmjs.org/@theme-ui/color-modes/-/color-modes-0.16.2.tgz", + "integrity": "sha512-jWEWx53lxNgWCT38i/kwLV2rsvJz8lVZgi5oImnVwYba9VejXD23q1ckbNFJHosQ8KKXY87ht0KPC6BQFIiHtQ==", + "license": "MIT", + "peer": true, + "dependencies": { + "@theme-ui/core": "^0.16.2", + "@theme-ui/css": "^0.16.2", + "deepmerge": "^4.2.2" + }, + "peerDependencies": { + "@emotion/react": "^11.11.1", + "react": ">=18" + } + }, "node_modules/@theme-ui/components": { "version": "0.16.2", "resolved": "https://registry.npmjs.org/@theme-ui/components/-/components-0.16.2.tgz", @@ -2990,6 +3003,22 @@ "@emotion/react": "^11.11.1" } }, + "node_modules/@theme-ui/theme-provider": { + "version": "0.16.2", + "resolved": "https://registry.npmjs.org/@theme-ui/theme-provider/-/theme-provider-0.16.2.tgz", + "integrity": "sha512-LRnVevODcGqO0JyLJ3wht+PV3ZoZcJ7XXLJAJWDoGeII4vZcPQKwVy4Lpz/juHsZppQxKcB3U+sQDGBnP25irQ==", + "license": "MIT", + "peer": true, + "dependencies": { + "@theme-ui/color-modes": "^0.16.2", + "@theme-ui/core": "^0.16.2", + "@theme-ui/css": "^0.16.2" + }, + "peerDependencies": { + "@emotion/react": "^11.11.1", + "react": ">=18" + } + }, "node_modules/@types/acorn": { "version": "4.0.6", "resolved": "https://registry.npmjs.org/@types/acorn/-/acorn-4.0.6.tgz", @@ -3119,14 +3148,14 @@ "version": "15.7.13", "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.13.tgz", "integrity": "sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA==", - "dev": true, + "devOptional": true, "license": "MIT" }, "node_modules/@types/react": { "version": "18.3.10", "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.10.tgz", "integrity": "sha512-02sAAlBnP39JgXwkAq3PeU9DVaaGpZyF3MGcC0MKgQVkZor5IiiDAipVaxQHtDJAmO4GIy/rVBy/LzVj76Cyqg==", - "dev": true, + "devOptional": true, "license": "MIT", "dependencies": { "@types/prop-types": "*", @@ -12212,7 +12241,7 @@ "version": "3.23.8", "resolved": "https://registry.npmjs.org/zod/-/zod-3.23.8.tgz", "integrity": "sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==", - "dev": true, + "devOptional": true, "license": "MIT", "funding": { "url": "https://github.com/sponsors/colinhacks" diff --git a/apps/monograph/package.json b/apps/monograph/package.json index 07ebb824f..c18e10dfc 100644 --- a/apps/monograph/package.json +++ b/apps/monograph/package.json @@ -1,6 +1,6 @@ { "name": "@notesnook/monograph", - "version": "1.2.2", + "version": "1.2.3", "private": true, "sideEffects": false, "type": "module", @@ -64,8 +64,5 @@ "vite-plugin-static-copy": "^2.1.0", "vite-tsconfig-paths": "^5.0.1", "wrangler": "3.78.11" - }, - "engines": { - "node": ">=20.0.0" } }