Skip to content

Commit

Permalink
Merge pull request #76 from fosslife/master
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparkenstein authored Jul 4, 2024
2 parents 73a2fdc + 952d07d commit 2cb923d
Show file tree
Hide file tree
Showing 22 changed files with 1,194 additions and 1,007 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module.exports = {
"jsx-a11y/accessible-emoji": "off",
"react/prop-types": "off",
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": ["warn"],
"@typescript-eslint/no-unused-vars": ["error"],
"@typescript-eslint/explicit-function-return-type": "off",
"jsx-a11y/anchor-is-valid": [
"error",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dev-tools",
"version": "2.10.0",
"version": "2.11.0",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"@prettier/plugin-xml": "^3.4.1",
"@rollup/plugin-alias": "^5.1.0",
"@sqltools/formatter": "^1.2.5",
"@tauri-apps/api": "^1.5.3",
"@tauri-apps/api": "^1.6.0",
"@uiw/react-markdown-preview": "^5.1.1",
"angular-html-parser": "^5.2.0",
"axios": "^1.6.8",
Expand Down Expand Up @@ -61,7 +61,7 @@
"react-colorful": "^5.6.1",
"react-compare-slider": "^3.0.1",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-icons": "^5.2.1",
"react-live": "^4.1.5",
"react-pdf": "^7.7.3",
"react-router-dom": "6.22.3",
Expand All @@ -77,7 +77,7 @@
"devDependencies": {
"@actions/github": "^6.0.0",
"@linaria/rollup": "^5.0.4",
"@tauri-apps/cli": "^1.5.11",
"@tauri-apps/cli": "^1.6.0",
"@types/color-convert": "^2.0.3",
"@types/convert-units": "^2.3.9",
"@types/crypto-js": "^4.2.2",
Expand Down
Loading

0 comments on commit 2cb923d

Please sign in to comment.