Skip to content

Commit

Permalink
chore: updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gallayl committed Nov 3, 2023
1 parent e893062 commit 7d742bd
Show file tree
Hide file tree
Showing 11 changed files with 2,831 additions and 3,410 deletions.
541 changes: 0 additions & 541 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

550 changes: 0 additions & 550 deletions .yarn/plugins/@yarnpkg/plugin-version.cjs

This file was deleted.

28 changes: 0 additions & 28 deletions .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

This file was deleted.

874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.3.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.1.cjs

Large diffs are not rendered by default.

12 changes: 4 additions & 8 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
compressionLevel: mixed

yarnPath: .yarn/releases/yarn-3.6.3.cjs
enableGlobalCache: false

yarnPath: .yarn/releases/yarn-4.0.1.cjs
6 changes: 3 additions & 3 deletions common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"create-schemas": "node ./dist/bin/create-schemas.js"
},
"devDependencies": {
"@types/node": "^20.5.7",
"ts-json-schema-generator": "^1.3.0",
"vitest": "^0.34.3"
"@types/node": "^20.8.10",
"ts-json-schema-generator": "^1.4.0",
"vitest": "^0.34.6"
},
"dependencies": {
"@furystack/rest": "^5.0.11"
Expand Down
6 changes: 3 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"license": "ISC",
"devDependencies": {
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.3"
"vite": "^4.5.0",
"vitest": "^0.34.6"
},
"dependencies": {
"@furystack/core": "^12.0.10",
Expand All @@ -23,7 +23,7 @@
"@furystack/shades": "^8.0.11",
"@furystack/shades-common-components": "^5.0.11",
"@furystack/utils": "^4.0.9",
"@types/node": "^20.5.7",
"@types/node": "^20.8.10",
"common": "workspace:^"
}
}
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@
]
},
"devDependencies": {
"@playwright/test": "^1.37.1",
"@types/node": "^20.5.7",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"@vitest/coverage-v8": "^0.34.3",
"eslint": "^8.48.0",
"@playwright/test": "^1.39.0",
"@types/node": "^20.8.10",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@vitest/coverage-v8": "^0.34.6",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsdoc": "^46.5.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-prettier": "^5.0.1",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "^3.0.2",
"rimraf": "^5.0.1",
"lint-staged": "^15.0.2",
"prettier": "^3.0.3",
"rimraf": "^5.0.5",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.3"
"vite": "^4.5.0",
"vitest": "^0.34.6"
},
"husky": {
"hooks": {
Expand Down Expand Up @@ -65,7 +65,7 @@
"engines": {
"node": ">=18.0.0"
},
"packageManager": "yarn@3.6.3",
"packageManager": "yarn@4.0.1",
"dependenciesMeta": {
"[email protected]": {
"unplugged": true
Expand Down
4 changes: 2 additions & 2 deletions service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"build": "tsc -b"
},
"devDependencies": {
"@types/node": "^20.5.7",
"@types/node": "^20.8.10",
"typescript": "^5.2.2",
"vitest": "^0.34.3"
"vitest": "^0.34.6"
},
"dependencies": {
"@furystack/core": "^12.0.10",
Expand Down
Loading

0 comments on commit 7d742bd

Please sign in to comment.