Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1065)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* fix: pin style-dictionary

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robb Niznik <[email protected]>
  • Loading branch information
renovate[bot] and Niznikr authored Oct 30, 2023
1 parent 04ca519 commit 8ef82bb
Show file tree
Hide file tree
Showing 5 changed files with 208 additions and 216 deletions.
2 changes: 1 addition & 1 deletion apps/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"typescript": "^5.2.2"
},
"engines": {
"node": ">=20.8.1"
"node": ">=20.9.0"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"@axe-core/playwright": "^4.8.1",
"@changesets/changelog-github": "^0.4.4",
"@changesets/cli": "^2.26.0",
"@commitlint/cli": "^18.0.0",
"@commitlint/config-conventional": "^18.0.0",
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@etchteam/storybook-addon-status": "^4.2.4",
"@playwright/test": "^1.39.0",
"@storybook/addon-a11y": "^7.5.1",
Expand Down Expand Up @@ -71,14 +71,14 @@
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"@types/testing-library__jest-dom": "^5.14.3",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@vanilla-extract/css": "^1.13.0",
"@vanilla-extract/vite-plugin": "^3.9.0",
"@vitejs/plugin-react-swc": "^3.4.0",
"@vitest/coverage-v8": "^0.34.1",
"@vitest/ui": "^0.34.1",
"chromatic": "^7.4.0",
"chromatic": "^7.5.4",
"concurrently": "^8.2.0",
"deepmerge": "^4.3.1",
"eslint": "^8.52.0",
Expand Down Expand Up @@ -116,7 +116,7 @@
"vitest": "^0.34.1",
"wait-on": "^7.0.1"
},
"packageManager": "pnpm@8.9.2",
"packageManager": "pnpm@8.10.0",
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"test": "exit 0"
},
"devDependencies": {
"style-dictionary": "^3.8.0",
"style-dictionary": "3.8.0",
"yaml": "^2.3.1"
}
}
Loading

0 comments on commit 8ef82bb

Please sign in to comment.