Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#1512)
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 f664782 commit b2f1e9e
Show file tree
Hide file tree
Showing 10 changed files with 213 additions and 162 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.11.0
22.12.0
6 changes: 3 additions & 3 deletions apps/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"license": "SEE LICENSE IN LICENSE.txt",
"keywords": ["launchpad", "launchdarkly", "design system", "design tokens"],
"engines": {
"vscode": "^1.95.0"
"vscode": "^1.96.2"
},
"categories": ["Other"],
"icon": "images/osmo.png",
Expand All @@ -41,8 +41,8 @@
"vscode-languageserver-textdocument": "^1.0.11"
},
"devDependencies": {
"@types/vscode": "^1.95.0",
"@types/vscode": "^1.96.0",
"esbuild": "0.24.0",
"style-dictionary": "^4.2.0"
"style-dictionary": "^4.3.0"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,18 +62,18 @@
"@types/node": "^22.10.1",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.1",
"@vanilla-extract/css": "^1.16.0",
"@vanilla-extract/css": "^1.17.0",
"@vanilla-extract/vite-plugin": "^4.0.2",
"@vitejs/plugin-react-swc": "^3.7.2",
"@vitest/coverage-v8": "^2.1.1",
"@vitest/ui": "^2.1.1",
"browserslist": "^4.24.0",
"chromatic": "^11.19.0",
"chromatic": "^11.22.0",
"deepmerge": "^4.3.1",
"husky": "^9.1.1",
"jsdom": "^25.0.0",
"lightningcss": "^1.28.1",
"lint-staged": "^15.2.0",
"lint-staged": "^15.3.0",
"nx": "20.0.7",
"plop": "^4.0.0",
"react": "19.0.0",
Expand All @@ -87,7 +87,7 @@
"vite": "^6.0.2",
"vitest": "^2.1.1"
},
"packageManager": "pnpm@9.14.2",
"packageManager": "pnpm@9.15.3",
"pnpm": {
"overrides": {
"vite": "^6.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/drawer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@react-aria/interactions": "3.22.5",
"@react-aria/overlays": "3.24.0",
"classix": "2.2.0",
"framer-motion": "11.12.0"
"framer-motion": "11.15.0"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
"dependencies": {
"@launchpad-ui/tokens": "workspace:~",
"classix": "2.2.0",
"isomorphic-dompurify": "^2.18.0",
"isomorphic-dompurify": "^2.19.0",
"marked": "^15.0.0"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"devDependencies": {
"html-react-parser": "5.1.1",
"html-react-parser": "5.2.2",
"react": "19.0.0",
"react-dom": "19.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@react-aria/interactions": "3.22.5",
"@react-aria/overlays": "3.24.0",
"classix": "2.2.0",
"framer-motion": "11.12.0"
"framer-motion": "11.15.0"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/popover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@launchpad-ui/overlay": "workspace:~",
"@launchpad-ui/tokens": "workspace:~",
"classix": "2.2.0",
"framer-motion": "11.12.0"
"framer-motion": "11.15.0"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"json-to-ts": "^2.1.0",
"prettier": "^3.4.1",
"style-dictionary": "^4.2.0",
"style-dictionary": "^4.3.0",
"tsx": "^4.19.0"
}
}
2 changes: 1 addition & 1 deletion packages/vars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
}
},
"devDependencies": {
"@vanilla-extract/css": "^1.16.0"
"@vanilla-extract/css": "^1.17.0"
}
}
Loading

0 comments on commit b2f1e9e

Please sign in to comment.