Skip to content

Commit

Permalink
v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjoeoui committed Mar 27, 2024
1 parent 5a880d6 commit 87c8afb
Show file tree
Hide file tree
Showing 8 changed files with 2,349 additions and 1,734 deletions.
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "blocks",
"type": "module",
"version": "0.3.1",
"version": "0.3.2",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand All @@ -20,7 +20,7 @@
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@types/react": "^18.2.65",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.22",
"astro": "4.4.0",
"astro-robots-txt": "^1.0.0",
Expand All @@ -34,14 +34,14 @@
"reactflow": "^11.10.4",
"rehype-katex": "^7.0.0",
"remark-math": "^6.0.0",
"sharp": "^0.33.2",
"tailwindcss": "^3.4.1",
"sharp": "^0.33.3",
"tailwindcss": "^3.4.3",
"vite-plugin-svgr": "^4.2.0",
"zod": "^3.22.4"
},
"devDependencies": {
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.12"
"prettier-plugin-tailwindcss": "^0.5.13"
}
}
1,450 changes: 873 additions & 577 deletions docs/pnpm-lock.yaml

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "flojoy-studio",
"productName": "Flojoy Studio",
"description": "Joyful visual programming for Python",
"version": "0.3.1",
"version": "0.3.2",
"private": true,
"homepage": "./",
"author": "Jack Parmer <jp@flojoy.io>",
Expand Down Expand Up @@ -59,12 +59,12 @@
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@t3-oss/env-core": "^0.9.2",
"@tanstack/react-query": "^5.28.0",
"@tanstack/react-table": "^8.13.2",
"@tanstack/react-query": "^5.28.9",
"@tanstack/react-table": "^8.15.0",
"@types/plotly.js": "^2.29.2",
"@uiw/codemirror-theme-vscode": "^4.21.24",
"@uiw/react-codemirror": "^4.21.24",
"adm-zip": "^0.5.11",
"@uiw/codemirror-theme-vscode": "^4.21.25",
"@uiw/react-codemirror": "^4.21.25",
"adm-zip": "^0.5.12",
"ajv": "^8.12.0",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.0",
Expand All @@ -79,30 +79,30 @@
"html-to-image": "^1.11.11",
"http-proxy-middleware": "^2.0.6",
"immer": "^10.0.4",
"ky": "^1.2.2",
"ky": "^1.2.3",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"lucide-react": "^0.357.0",
"mixpanel-browser": "^2.49.0",
"neverthrow": "^6.1.0",
"plotly.js-dist-min": "^2.30.0",
"plotly.js-dist-min": "^2.30.1",
"react": "^18.2.0",
"react-7-segment-display": "^1.1.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
"react-error-boundary": "^4.0.13",
"react-hook-form": "^7.51.0",
"react-hook-form": "^7.51.2",
"react-json-tree": "^0.18.0",
"react-markdown": "^9.0.1",
"react-plotly.js": "^2.6.0",
"react-router-dom": "^6.22.3",
"react-syntax-highlighter": "^15.5.0",
"react-use-websocket": "^4.8.1",
"reactflow": "^11.10.4",
"sonner": "^1.4.3",
"tailwind-merge": "^2.2.1",
"sonner": "^1.4.41",
"tailwind-merge": "^2.2.2",
"tiny-invariant": "^1.3.3",
"toml": "^3.0.0",
"ts-pattern": "^5.0.8",
Expand All @@ -115,41 +115,41 @@
"@electron/notarize": "^2.3.0",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@playwright/test": "^1.42.1",
"@tailwindcss/typography": "^0.5.10",
"@tailwindcss/typography": "^0.5.12",
"@total-typescript/ts-reset": "^0.5.1",
"@types/adm-zip": "^0.5.5",
"@types/bcryptjs": "^2.4.6",
"@types/file-saver": "^2.0.7",
"@types/lodash": "^4.17.0",
"@types/mixpanel-browser": "^2.49.0",
"@types/node": "^20.11.27",
"@types/react": "^18.2.65",
"@types/node": "^20.11.30",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.22",
"@types/react-plotly.js": "^2.6.3",
"@types/react-syntax-highlighter": "^15.5.11",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"autoprefixer": "^10.4.18",
"autoprefixer": "^10.4.19",
"concurrently": "^8.2.2",
"dotenv": "^16.4.5",
"electron": "^29.1.3",
"electron": "^29.1.5",
"electron-builder": "^24.13.3",
"electron-devtools-assembler": "^1.2.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"nyc": "^15.1.0",
"playwright": "^1.42.1",
"postcss": "^8.4.35",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.12",
"tailwindcss": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.5.13",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"typescript": "^5.4.3",
"vite": "^5.2.6",
"vite-plugin-environment": "^1.1.3",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-istanbul": "^5.0.0",
Expand Down
Loading

0 comments on commit 87c8afb

Please sign in to comment.