chore: unify version (#1123)

This commit is contained in:
Himself65
2023-02-19 02:40:39 -06:00
committed by GitHub
parent aa1de57d96
commit ae4105e961
26 changed files with 1286 additions and 1694 deletions
+20 -28
View File
@@ -16,50 +16,42 @@
"@blocksuite/blocks": "0.4.1",
"@blocksuite/editor": "0.4.1",
"@blocksuite/global": "0.4.1",
"@blocksuite/icons": "^2.0.14",
"@blocksuite/icons": "2.0.12",
"@blocksuite/store": "0.4.1",
"@emotion/css": "^11.10.5",
"@emotion/react": "^11.10.5",
"@emotion/css": "^11.10.6",
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@emotion/styled": "^11.10.6",
"@fontsource/poppins": "^4.5.10",
"@fontsource/space-mono": "^4.5.10",
"@mui/base": "=5.0.0-alpha.117",
"@mui/icons-material": "=5.11.0",
"@mui/material": "=5.11.8",
"@fontsource/space-mono": "^4.5.12",
"@mui/base": "5.0.0-alpha.118",
"@mui/icons-material": "^5.11.9",
"@mui/material": "^5.11.9",
"@toeverything/pathfinder-logger": "workspace:@affine/logger@*",
"cmdk": "^0.1.20",
"cmdk": "^0.1.22",
"css-spring": "^4.1.0",
"dayjs": "^1.11.7",
"lit": "^2.6.1",
"next": "13.1.0",
"next-debug-local": "^0.1.5",
"prettier": "^2.7.1",
"prettier": "^2.8.4",
"quill": "^1.3.7",
"quill-cursors": "^4.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"yjs": "^13.5.45",
"zustand": "^4.3.2"
"yjs": "^13.5.46",
"zustand": "^4.3.3"
},
"devDependencies": {
"@types/node": "18.7.18",
"@types/react": "18.0.20",
"@types/react-dom": "18.0.6",
"@types/node": "18.14.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/wicg-file-system-access": "^2020.9.5",
"chalk": "^4.1.2",
"eslint-config-next": "12.3.1",
"chalk": "^5.2.0",
"eslint": "^8.34.0",
"eslint-config-next": "13.1.6",
"raw-loader": "^4.0.2",
"typescript": "^4.9.5"
},
"eslintConfig": {
"extends": [
"next/core-web-vitals",
"plugin:@next/next/recommended"
],
"rules": {
"prettier/prettier": "warn"
},
"reportUnusedDisableDirectives": true
"typescript": "^4.9.5",
"webpack": "^5.75.0"
}
}