Skip to content

Commit

Permalink
Merge pull request #30 from settadev/version-0.0.13
Browse files Browse the repository at this point in the history
v0.0.13
  • Loading branch information
KevinMusgrave authored Mar 4, 2025
2 parents 27b9b6f + 2abe14d commit 254f661
Show file tree
Hide file tree
Showing 4 changed files with 2,341 additions and 4,099 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@

## News

**March 4**: [v0.0.13](https://github.com/settadev/setta/releases/tag/v0.0.13)
- Updated frontend javascript dependencies.


**March 3**: [v0.0.12](https://github.com/settadev/setta/releases/tag/v0.0.12)
- Moved the zoom/map/view controls into the left side pane:

Expand Down Expand Up @@ -42,9 +46,6 @@ Here's an example of what Developer View and User View look like:
</tr>
</table>

**March 1**: [v0.0.10](https://github.com/settadev/setta/releases/tag/v0.0.10)
- Made JSON source sections more user-friendly.

## What does Setta do?

Setta is a general-purpose developer tool that streamlines Python coding, configuration, UI creation, and onboarding.
Expand Down
2 changes: 1 addition & 1 deletion backend/setta/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.12"
__version__ = "0.0.13"
40 changes: 16 additions & 24 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"@codemirror/autocomplete": "6.15.0",
"@codemirror/commands": "6.7.1",
"@codemirror/lang-javascript": "6.2.1",
"@codemirror/lang-python": "6.1.3",
"@codemirror/lang-yaml": "6.1.1",
"@codemirror/lang-json": "6.0.1",
"@codemirror/lang-markdown": "6.3.1",
"@codemirror/lang-python": "6.1.3",
"@codemirror/lang-yaml": "6.1.1",
"@codemirror/state": "6.4.1",
"@codemirror/view": "6.29.1",
"@dnd-kit/accessibility": "3.1.0",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@uiw/react-codemirror": "4.21.21",
"@vitejs/plugin-react": "4.0.0",
"autoprefixer": "10.4.12",
"axios": "1.6.5",
"axios": "1.8.1",
"chart.js": "4.4.7",
"classcat": "5.0.3",
"classnames": "2.5.1",
Expand All @@ -51,10 +51,10 @@
"downshift": "8.2.3",
"get-youtube-id": "1.0.1",
"immer": "10.0.2",
"katex": "0.16.11",
"katex": "0.16.21",
"lodash": "4.17.21",
"match-sorter": "6.3.1",
"postcss": "8.4.18",
"postcss": "8.4.31",
"potpack": "2.0.0",
"re-resizable": "6.9.0",
"react": "18.2.0",
Expand All @@ -72,9 +72,9 @@
"unique-names-generator": "4.7.1",
"use-deep-compare-effect": "1.8.1",
"uuid": "9.0.0",
"vite": "4.3.5",
"vite-plugin-svgr": "3.2.0",
"vite-tsconfig-paths": "4.2.0",
"vite": "6.2.0",
"vite-plugin-svgr": "4.3.0",
"vite-tsconfig-paths": "5.1.4",
"web-vitals": "2.1.0",
"xterm": "5.3.0",
"xterm-addon-attach": "0.9.0",
Expand All @@ -95,7 +95,6 @@
"l": "eslint src --ext .js,.jsx,.ts,.tsx --fix",
"f": "prettier src --write",
"lf": "pnpm l && pnpm f",
"knip": "knip",
"ts-prune": "ts-prune",
"postinstall": "rm -rf node_modules/.vite && python fix_xterm.py",
"cleaninstall": "rm -rf node_modules dist pnpm-lock.yaml && pnpm install"
Expand All @@ -119,27 +118,20 @@
]
},
"devDependencies": {
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.3.0",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.2.1",
"@types/babel__generator": "7.6.4",
"@types/uuid": "9.0.0",
"@typescript-eslint/eslint-plugin": "5.47.1",
"@typescript-eslint/parser": "5.47.1",
"@typescript-eslint/eslint-plugin": "8.26.0",
"@typescript-eslint/parser": "8.26.0",
"concurrently": "8.2.0",
"eslint": "7.32.0",
"eslint-import-resolver-custom-alias": "1.3.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-react": "7.31.10",
"eslint-plugin-unused-imports": "1.1.5",
"jsdom": "20.0.1",
"knip": "3.8.4",
"eslint": "9.21.0",
"eslint-import-resolver-custom-alias": "1.3.2",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-unused-imports": "4.1.4",
"prettier": "3.2.4 ",
"prettier-plugin-organize-imports": "3.2.4",
"prettier-plugin-tailwindcss": "0.5.11",
"ts-prune": "0.10.3",
"typescript": "4.7.4",
"vitest": "0.31.0"
"typescript": "4.7.4"
}
}
Loading

0 comments on commit 254f661

Please sign in to comment.