Skip to content

Commit

Permalink
updated at 2023-12-13 00:05 by mc git-up
Browse files Browse the repository at this point in the history
  • Loading branch information
magicdawn committed Dec 12, 2023
1 parent a2c8656 commit 089250b
Show file tree
Hide file tree
Showing 3 changed files with 294 additions and 126 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/core": "^7.23.6",
"@magicdawn/prettier-config": "^0.0.3",
"@swc/core": "^1.3.100",
"@swc/helpers": "^0.5.3",
Expand All @@ -50,8 +50,8 @@
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.4",
"@types/prettier": "2.7.3",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"concurrently": "^8.2.2",
"electron": "^28.0.0",
"electron-builder": "^24.9.4",
Expand All @@ -67,7 +67,7 @@
"minimist": "^1.2.8",
"napa": "^3.0.0",
"nodemon": "^3.0.2",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"prettier-plugin-organize-imports": "^3.2.4",
"ts-node": "^10.9.2",
"turbo": "^1.11.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@emotion/react": "^11.11.1",
"@icon-park/react": "^1.4.2",
"ahooks": "^3.7.8",
"antd": "^5.12.1",
"antd": "^5.12.2",
"applescript": "^1.0.0",
"bytes": "^3.1.2",
"classnames": "^2.3.2",
Expand All @@ -43,7 +43,7 @@
"react-beautiful-dnd": "^13.1.1",
"react-command-palette": "^0.22.1",
"react-dom": "^18.2.0",
"react-monaco-editor": "^0.54.0",
"react-monaco-editor": "^0.55.0",
"react-router-dom": "^6.20.1",
"react-spinkit": "^3.0.0",
"react-spinners": "^0.13.8",
Expand All @@ -68,7 +68,7 @@
"@types/lodash-es": "^4.17.12",
"@types/minimist": "^1.2.5",
"@types/ms": "^0.7.34",
"@types/react": "^18.2.42",
"@types/react": "^18.2.43",
"@types/react-beautiful-dnd": "^13.1.7",
"@types/react-dom": "^18.2.17",
"@types/react-spinkit": "^3.0.10",
Expand All @@ -86,7 +86,7 @@
"lodash-es": "^4.17.21",
"minimist": "^1.2.8",
"shelljs": "^0.8.5",
"vite": "^5.0.7",
"vite": "^5.0.8",
"vite-plugin-electron": "^0.15.4",
"vite-plugin-electron-renderer": "^0.14.5",
"vite-plugin-monaco-editor": "^1.1.0",
Expand Down
Loading

0 comments on commit 089250b

Please sign in to comment.