Skip to content

Commit

Permalink
update all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
yosuke-furukawa committed Mar 14, 2024
1 parent 897618f commit bb16f75
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 31,831 deletions.
278 changes: 25 additions & 253 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"plz-port": "1.0.0"
},
"dependencies": {
"@agreed/client": "^5.3.2-alpha.0",
"@agreed/server": "^5.3.2-alpha.0",
"@agreed/typed": "^5.3.2-alpha.0",
"@agreed/ui": "^5.3.2-alpha.0",
"@agreed/client": "^6.0.0",
"@agreed/server": "^6.0.0",
"@agreed/typed": "^6.0.0",
"@agreed/ui": "^6.0.0",
"colo": "^1.0.0",
"json5": "^2.0.0",
"minimist": "^1.2.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"author": "yosuke-furukawa",
"license": "MIT",
"dependencies": {
"@agreed/core": "^5.3.2-alpha.0",
"@agreed/core": "^6.0.0",
"colo": "^1.0.0",
"is-empty": "^1.0.0"
},
"devDependencies": {
"@agreed/server": "^5.3.2-alpha.0",
"@agreed/server": "^6.0.0",
"eater": "4.0.4",
"plz-port": "1.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/recruit-tech/agreed-server#readme",
"dependencies": {
"@agreed/core": "^5.3.2-alpha.0",
"@agreed/core": "^6.0.0",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"express": "^4.16.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/typed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"typescript": "4.7.4"
},
"dependencies": {
"@agreed/core": "^5.3.2-alpha.0",
"@agreed/core": "^6.0.0",
"@types/estree": "1.0.0",
"@types/minimist": "^1.2.0",
"@types/node": "^18.0.0",
Expand Down
3 changes: 3 additions & 0 deletions packages/ui/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"ecmaFeatures": {
"jsx": true
},
"babelOptions": {
"presets": ["@babel/preset-react"]
},
"requireConfigFile": false,
"sourceType": "module"
},
Expand Down

0 comments on commit bb16f75

Please sign in to comment.