Skip to content

Commit

Permalink
Update dependency concurrently to ^9.1.2 (#1207)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 6, 2025
1 parent 208ab7a commit 9aea340
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@vitest/coverage-v8": "2.1.8",
"@vitest/ui": "2.1.8",
"@zvitek/vitepress-plugin-matomo": "1.0.1",
"concurrently": "^9.1.1",
"concurrently": "^9.1.2",
"markdown-it-attrs": "4.3.1",
"markdown-it-deflist": "3.0.0",
"markdown-it-multimd-table": "4.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/@theemo/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@gossi/config-eslint": "^0.13.0",
"@gossi/config-prettier": "^0.9.1",
"@types/node": "^22.10.5",
"concurrently": "^9.1.1",
"concurrently": "^9.1.2",
"eslint": "^8.57.1",
"glob": "^11.0.0",
"memfs": "^4.15.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/@theemo/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@swc/cli": "0.5.2",
"@swc/core": "1.10.4",
"@types/node": "^22.10.5",
"concurrently": "^9.1.1",
"concurrently": "^9.1.2",
"eslint": "^8.57.1",
"prettier": "^3.3.3",
"tsup": "8.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/@theemo/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"devDependencies": {
"@gossi/config-eslint": "^0.13.0",
"@gossi/config-prettier": "^0.9.1",
"concurrently": "^9.1.1",
"concurrently": "^9.1.2",
"eslint": "^8.57.1",
"prettier": "^3.3.3",
"tsup": "8.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/@theemo/figma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@types/lodash.merge": "^4.6.9",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"concurrently": "^9.1.1",
"concurrently": "^9.1.2",
"eslint": "^8.57.1",
"prettier": "^3.3.3",
"tsup": "8.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/@theemo/style-dictionary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@gossi/config-prettier": "^0.9.1",
"@types/jsonpath": "^0.2.4",
"@types/mock-fs": "^4.13.4",
"concurrently": "^9.1.1",
"concurrently": "^9.1.2",
"eslint": "^8.57.1",
"jsonpath": "1.1.1",
"mock-fs": "5.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@theemo/sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@gossi/config-prettier": "^0.9.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"concurrently": "^9.1.1",
"concurrently": "^9.1.2",
"eslint": "^8.57.1",
"prettier": "^3.3.3",
"tsup": "8.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/@theemo/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@gossi/config-prettier": "^0.9.1",
"@swc/cli": "0.5.2",
"@swc/core": "1.10.4",
"concurrently": "^9.1.1",
"concurrently": "^9.1.2",
"eslint": "^8.57.1",
"prettier": "^3.3.3",
"typescript": "5.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/@theemo/tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@gossi/config-eslint": "^0.13.0",
"@gossi/config-prettier": "^0.9.1",
"@types/lodash.merge": "^4.6.9",
"concurrently": "^9.1.1",
"concurrently": "^9.1.2",
"eslint": "^8.57.1",
"prettier": "^3.3.3",
"tsup": "8.3.5",
Expand Down
46 changes: 23 additions & 23 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion testing/fixtures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@swc/cli": "0.5.2",
"@swc/core": "1.10.4",
"@types/node": "^22.10.5",
"concurrently": "^9.1.1",
"concurrently": "^9.1.2",
"eslint": "^8.57.1",
"prettier": "^3.3.3",
"typescript": "5.7.2"
Expand Down

0 comments on commit 9aea340

Please sign in to comment.