Skip to content

Commit

Permalink
chore: bump version (TexteaInc#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 committed Sep 12, 2022
1 parent 8fc78f1 commit 985dcd0
Show file tree
Hide file tree
Showing 2 changed files with 1,569 additions and 204 deletions.
30 changes: 9 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"dependencies": {
"cookie": "^0.5.0",
"express": "^4.18.1",
"socket.io": "^4.5.1",
"socket.io": "^4.5.2",
"socket.io-adapter": "^2.4.0",
"socket.io-client": "^4.5.1",
"socket.io-client": "^4.5.2",
"use-sync-external-store": "^1.2.0",
"uuid": "^8.3.2",
"uuid": "^9.0.0",
"y-protocols": "^1.0.5",
"zustand": "^4.1.1"
},
Expand All @@ -46,34 +46,22 @@
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-angular": "^17.0.3",
"@swc/core": "^1.2.242",
"@textea/dev-kit": "^0.11.10",
"@swc/core": "^1.3.0",
"@textea/dev-kit": "^0.12.13",
"@types/cookie": "^0.5.1",
"@types/express": "^4.17.13",
"@types/node": "^18.7.13",
"@types/use-sync-external-store": "^0.0.3",
"@types/uuid": "^8.3.4",
"@types/web": "^0.0.72",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"@vitest/ui": "^0.22.1",
"eslint": "^8.22.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"@vitest/ui": "^0.23.2",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"ts-node": "^10.9.1",
"typescript": "^4.7.4",
"vite": "^3.0.9",
"vitest": "^0.22.1",
"typescript": "^4.8.3",
"vite": "^3.1.0",
"vitest": "^0.23.2",
"yjs": "^13.5.41"
},
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit 985dcd0

Please sign in to comment.