Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Aug 4, 2023
1 parent d7ad39a commit 7b68a2d
Show file tree
Hide file tree
Showing 4 changed files with 1,707 additions and 1,578 deletions.
3 changes: 2 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"singleQuote": true,
"semi": false
"semi": false,
"trailingComma": "es5"
}
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,39 +13,39 @@
"author": "Pig Fang <[email protected]>",
"license": "MIT",
"dependencies": {
"@chakra-ui/react": "^2.4.9",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@monaco-editor/react": "^4.4.6",
"eslint-config-next": "^13.1.6",
"framer-motion": "^8.5.4",
"jotai": "^1.13.1",
"js-base64": "^3.7.4",
"@chakra-ui/react": "^2.8.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@monaco-editor/react": "^4.5.1",
"eslint-config-next": "^13.4.12",
"framer-motion": "^10.15.0",
"jotai": "^2.2.3",
"js-base64": "^3.7.5",
"jsonc-parser": "^3.2.0",
"monaco-editor": "^0.34.1",
"next": "^13.1.6",
"monaco-editor": "^0.41.0",
"next": "^13.4.12",
"pako": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1",
"semver": "^7.3.8",
"strip-ansi": "^7.0.1",
"swr": "^2.0.3",
"react-icons": "^4.10.1",
"semver": "^7.5.4",
"strip-ansi": "^7.1.0",
"swr": "^2.2.0",
"ts-results": "^3.3.0"
},
"devDependencies": {
"@gplane/tsconfig": "^5.0.0",
"@types/json-schema": "^7.0.11",
"@types/node": "^18.11.18",
"@gplane/tsconfig": "^6.0.0",
"@types/json-schema": "^7.0.12",
"@types/node": "^20.4.7",
"@types/pako": "^2.0.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/semver": "^7.3.13",
"eslint": "^8.33.0",
"prettier": "^2.8.3",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@types/semver": "^7.5.0",
"eslint": "^8.46.0",
"prettier": "^3.0.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"undici": "^5.16.0"
"typescript": "^5.1.6",
"undici": "^5.23.0"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
Loading

0 comments on commit 7b68a2d

Please sign in to comment.