Skip to content

Commit

Permalink
chore: update yarn/deps
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Sep 18, 2024
1 parent c115cd4 commit cdc833e
Show file tree
Hide file tree
Showing 6 changed files with 441 additions and 443 deletions.
324 changes: 162 additions & 162 deletions .yarn/releases/yarn-4.4.1.cjs → .yarn/releases/yarn-4.5.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.4.1.cjs
yarnPath: .yarn/releases/yarn-4.5.0.cjs
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"build": "yarn workspaces foreach -Apt run build",
"g:tsc": "cd $INIT_CWD && tsc -b"
},
"packageManager": "yarn@4.4.1",
"packageManager": "yarn@4.5.0",
"volta": {
"node": "22.8.0"
"node": "22.9.0"
},
"devDependencies": {
"eslint": "^8",
"eslint": "^8.57.1",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
},
Expand Down
10 changes: 5 additions & 5 deletions service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@
"@oada/pino-debug": "^3.10.0",
"@oada/types": "^3.5.3",
"axios": "^1.7.7",
"axios-cache-interceptor": "^1.5.3",
"axios-cache-interceptor": "^1.6.0",
"cron": "^3.1.7",
"debug": "^4.3.7",
"es-main": "^1.3.0",
"md5": "^2.3.0",
"p-queue": "^8.0.1",
"p-throttle": "^6.2.0",
"p-timeout": "^6.1.2",
"puppeteer": "^23.3.0",
"puppeteer": "^23.4.0",
"tslib": "^2.7.0"
},
"devDependencies": {
Expand All @@ -77,12 +77,12 @@
"@types/cron": "^2.4.0",
"@types/debug": "^4.1.12",
"@types/md5": "^2.3.5",
"@types/node": "^22.5.4",
"@types/node": "^22.5.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"ava": "6.1.3",
"c8": "^10.1.2",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-xo": "^0.45.0",
"eslint-config-xo-typescript": "^4.0.0",
Expand All @@ -107,7 +107,7 @@
"eslint-plugin-sonarjs": "^1.0.4",
"eslint-plugin-unicorn": "^54.0.0",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.10",
"tailwindcss": "^3.4.12",
"typescript": "^5.6.2"
},
"resolutions": {
Expand Down
20 changes: 10 additions & 10 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.4",
"@sveltejs/adapter-static": "^3.0.4",
"@sveltejs/kit": "^2.5.26",
"@sveltejs/adapter-auto": "^3.2.5",
"@sveltejs/adapter-static": "^3.0.5",
"@sveltejs/kit": "^2.5.28",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tailwindcss/typography": "^0.5.15",
"@tsconfig/node22": "^22.0.0",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.10",
"date-fns": "^3.6.0",
"date-fns": "^4.1.0",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-xo": "^0.46.0",
Expand All @@ -54,14 +54,14 @@
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-sonarjs": "^2.0.2",
"eslint-plugin-unicorn": "^55.0.0",
"postcss": "^8.4.45",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"pretty-bytes": "^6.1.1",
"svelte": "^4.2.19",
"svelte-check": "^4.0.1",
"tailwindcss": "^3.4.10",
"svelte-check": "^4.0.2",
"tailwindcss": "^3.4.12",
"typescript": "^5.6.2",
"vite": "^5.4.4"
"vite": "^5.4.6"
},
"volta": {
"node": "22.6.0"
Expand Down
Loading

0 comments on commit cdc833e

Please sign in to comment.