Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f91248b0bb | ||
|
|
eedce28572 | ||
|
|
d84bf9c845 | ||
|
|
4f8aaf04aa | ||
|
|
a43c8654e1 | ||
|
|
f554592272 | ||
|
|
b073b9e1ec | ||
|
|
2df8cdc88e | ||
|
|
e73afdb913 | ||
|
|
2a77d755b7 |
@@ -1,5 +1,7 @@
|
||||
# Ignore development files
|
||||
node_modules
|
||||
# NOTE: With hoisted mode, we need the workspace node_modules symlinks
|
||||
# Only ignore root node_modules
|
||||
/node_modules
|
||||
.next
|
||||
.git
|
||||
.github
|
||||
|
||||
35
CHANGELOG.md
35
CHANGELOG.md
@@ -1,3 +1,38 @@
|
||||
## [2.1.0](https://github.com/antialias/soroban-abacus-flashcards/compare/v2.0.7...v2.1.0) (2025-10-07)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* remove typst dependencies ([eedce28](https://github.com/antialias/soroban-abacus-flashcards/commit/eedce28572035897001f6b8a08f79beaa2360d44))
|
||||
|
||||
## [2.0.7](https://github.com/antialias/soroban-abacus-flashcards/compare/v2.0.6...v2.0.7) (2025-10-07)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* preserve workspace node_modules in Docker for hoisted mode ([4f8aaf0](https://github.com/antialias/soroban-abacus-flashcards/commit/4f8aaf04aadda11ce9ec470dec44f78062929e77))
|
||||
|
||||
## [2.0.6](https://github.com/antialias/soroban-abacus-flashcards/compare/v2.0.5...v2.0.6) (2025-10-07)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* ignore nested node_modules in Docker ([f554592](https://github.com/antialias/soroban-abacus-flashcards/commit/f554592272c2e92d7f1ec6550211518de9c3242f))
|
||||
|
||||
## [2.0.5](https://github.com/antialias/soroban-abacus-flashcards/compare/v2.0.4...v2.0.5) (2025-10-07)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* use .npmrc in Docker for hoisted mode consistency ([2df8cdc](https://github.com/antialias/soroban-abacus-flashcards/commit/2df8cdc88ed03b6b04642a3441e17c6fda11d2a5))
|
||||
|
||||
## [2.0.4](https://github.com/antialias/soroban-abacus-flashcards/compare/v2.0.3...v2.0.4) (2025-10-07)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* remove .npmrc in Docker to avoid hoisted mode issues ([2a77d75](https://github.com/antialias/soroban-abacus-flashcards/commit/2a77d755b7820b5b6b52ea99db418e6d071d726e))
|
||||
|
||||
## [2.0.3](https://github.com/antialias/soroban-abacus-flashcards/compare/v2.0.2...v2.0.3) (2025-10-07)
|
||||
|
||||
|
||||
|
||||
@@ -10,14 +10,14 @@ RUN npm install -g pnpm@9.15.4 turbo@1.10.0
|
||||
WORKDIR /app
|
||||
|
||||
# Copy package files for dependency resolution
|
||||
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml turbo.json ./
|
||||
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml turbo.json .npmrc ./
|
||||
COPY apps/web/package.json ./apps/web/
|
||||
COPY packages/core/client/node/package.json ./packages/core/client/node/
|
||||
COPY packages/core/client/typescript/package.json ./packages/core/client/typescript/
|
||||
COPY packages/abacus-react/package.json ./packages/abacus-react/
|
||||
COPY packages/templates/package.json ./packages/templates/
|
||||
|
||||
# Install dependencies
|
||||
# Install dependencies (will use .npmrc with hoisted mode)
|
||||
RUN pnpm install --frozen-lockfile
|
||||
|
||||
# Builder stage
|
||||
|
||||
@@ -23,10 +23,6 @@
|
||||
"@dnd-kit/core": "^6.3.1",
|
||||
"@dnd-kit/sortable": "^10.0.0",
|
||||
"@dnd-kit/utilities": "^3.2.2",
|
||||
"@myriaddreamin/typst-all-in-one.ts": "0.6.1-rc3",
|
||||
"@myriaddreamin/typst-ts-renderer": "0.6.1-rc3",
|
||||
"@myriaddreamin/typst-ts-web-compiler": "0.6.1-rc3",
|
||||
"@myriaddreamin/typst.ts": "0.6.1-rc3",
|
||||
"@number-flow/react": "^0.5.10",
|
||||
"@pandacss/dev": "^0.20.0",
|
||||
"@paralleldrive/cuid2": "^2.2.2",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "soroban-monorepo",
|
||||
"version": "2.0.3",
|
||||
"version": "2.1.0",
|
||||
"private": true,
|
||||
"description": "Beautiful Soroban Flashcard Generator - Monorepo",
|
||||
"workspaces": [
|
||||
|
||||
50
pnpm-lock.yaml
generated
50
pnpm-lock.yaml
generated
@@ -59,18 +59,6 @@ importers:
|
||||
'@dnd-kit/utilities':
|
||||
specifier: ^3.2.2
|
||||
version: 3.2.2(react@18.3.1)
|
||||
'@myriaddreamin/typst-all-in-one.ts':
|
||||
specifier: 0.6.1-rc3
|
||||
version: 0.6.1-rc3
|
||||
'@myriaddreamin/typst-ts-renderer':
|
||||
specifier: 0.6.1-rc3
|
||||
version: 0.6.1-rc3
|
||||
'@myriaddreamin/typst-ts-web-compiler':
|
||||
specifier: 0.6.1-rc3
|
||||
version: 0.6.1-rc3
|
||||
'@myriaddreamin/typst.ts':
|
||||
specifier: 0.6.1-rc3
|
||||
version: 0.6.1-rc3(@myriaddreamin/typst-ts-renderer@0.6.1-rc3)(@myriaddreamin/typst-ts-web-compiler@0.6.1-rc3)
|
||||
'@number-flow/react':
|
||||
specifier: ^0.5.10
|
||||
version: 0.5.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
@@ -1945,32 +1933,12 @@ packages:
|
||||
'@types/react': '>=16'
|
||||
react: '>=16'
|
||||
|
||||
'@myriaddreamin/typst-all-in-one.ts@0.6.1-rc3':
|
||||
resolution: {integrity: sha512-IFkPEDTfE8/IYEpJxeNMRCOqeQ0NP9+30VHk1EmLIGHMiDcqkMJ04MEF1eHdPX5L8XjAuyKI4jPZQvHSXaQRnA==}
|
||||
|
||||
'@myriaddreamin/typst-ts-renderer@0.6.0':
|
||||
resolution: {integrity: sha512-56Mids4E5Ob6LeEeXDedvmsVnEWnLmc1qeUOeUSruL/zI3S9QXleF/c3Os1FXwJmLuCFbWTEIq8Quh2cXlnxKw==}
|
||||
|
||||
'@myriaddreamin/typst-ts-renderer@0.6.1-rc3':
|
||||
resolution: {integrity: sha512-m4OHUXYvxDcE6yEvTIl+s7Y721RMWpVTUDXRN2o08P2ckkgxmtloVwHkdCAbrV5w19b5f/fcSaCW2xbxaw+XnA==}
|
||||
|
||||
'@myriaddreamin/typst-ts-web-compiler@0.6.0':
|
||||
resolution: {integrity: sha512-P/eIJ5RnfElj0NYzn5PI296t/IwWtgqUyyTMi5Jm5X3V5kZfskkH+LI7mSQe8tEyxwgCvxbxvFe5adinA3K8Gg==}
|
||||
|
||||
'@myriaddreamin/typst-ts-web-compiler@0.6.1-rc3':
|
||||
resolution: {integrity: sha512-6KD2QKUI1KVcBpKxh/LQX02224NnjMWlRQy/IqtROekDKUdoCoSlf5PV7aETYyI4bA1mtNrzMkBGdCeum/4frA==}
|
||||
|
||||
'@myriaddreamin/typst.ts@0.6.1-rc3':
|
||||
resolution: {integrity: sha512-pGzaJ5SV0JjrNWn14Bicy0nPTtfD5+4kHwGUDYSebSMbfAtNHfi+Et7k4PiXqunwRm7Obkk5iZufiRM2jOlfbg==}
|
||||
peerDependencies:
|
||||
'@myriaddreamin/typst-ts-renderer': ^0.6.1-rc3
|
||||
'@myriaddreamin/typst-ts-web-compiler': ^0.6.1-rc3
|
||||
peerDependenciesMeta:
|
||||
'@myriaddreamin/typst-ts-renderer':
|
||||
optional: true
|
||||
'@myriaddreamin/typst-ts-web-compiler':
|
||||
optional: true
|
||||
|
||||
'@napi-rs/wasm-runtime@0.2.12':
|
||||
resolution: {integrity: sha512-ZVWUcfwY4E/yPitQJl481FjFo3K22D6qF0DuFH6Y/nbnE11GY5uguDxZMGXPQ8WQ0128MXQD7TnfHyK4oWoIJQ==}
|
||||
|
||||
@@ -6121,9 +6089,6 @@ packages:
|
||||
peerDependencies:
|
||||
postcss: ^8.1.0
|
||||
|
||||
idb@7.1.1:
|
||||
resolution: {integrity: sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ==}
|
||||
|
||||
ieee754@1.2.1:
|
||||
resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==}
|
||||
|
||||
@@ -10792,23 +10757,10 @@ snapshots:
|
||||
'@types/react': 18.3.26
|
||||
react: 18.3.1
|
||||
|
||||
'@myriaddreamin/typst-all-in-one.ts@0.6.1-rc3': {}
|
||||
|
||||
'@myriaddreamin/typst-ts-renderer@0.6.0': {}
|
||||
|
||||
'@myriaddreamin/typst-ts-renderer@0.6.1-rc3': {}
|
||||
|
||||
'@myriaddreamin/typst-ts-web-compiler@0.6.0': {}
|
||||
|
||||
'@myriaddreamin/typst-ts-web-compiler@0.6.1-rc3': {}
|
||||
|
||||
'@myriaddreamin/typst.ts@0.6.1-rc3(@myriaddreamin/typst-ts-renderer@0.6.1-rc3)(@myriaddreamin/typst-ts-web-compiler@0.6.1-rc3)':
|
||||
dependencies:
|
||||
idb: 7.1.1
|
||||
optionalDependencies:
|
||||
'@myriaddreamin/typst-ts-renderer': 0.6.1-rc3
|
||||
'@myriaddreamin/typst-ts-web-compiler': 0.6.1-rc3
|
||||
|
||||
'@napi-rs/wasm-runtime@0.2.12':
|
||||
dependencies:
|
||||
'@emnapi/core': 1.5.0
|
||||
@@ -16047,8 +15999,6 @@ snapshots:
|
||||
dependencies:
|
||||
postcss: 8.5.6
|
||||
|
||||
idb@7.1.1: {}
|
||||
|
||||
ieee754@1.2.1: {}
|
||||
|
||||
ignore@5.3.2: {}
|
||||
|
||||
Reference in New Issue
Block a user