Skip to content

Commit

Permalink
build(dev-deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 1, 2024
1 parent 117c2ca commit 8068a5e
Show file tree
Hide file tree
Showing 6 changed files with 773 additions and 781 deletions.
614 changes: 307 additions & 307 deletions .yarn/releases/yarn-4.5.1.cjs → .yarn/releases/yarn-4.5.3.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,4 +1,4 @@
compressionLevel: mixed
enableGlobalCache: false
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-4.5.1.cjs
yarnPath: .yarn/releases/yarn-4.5.3.cjs
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
"@fontsource/poppins": "5.1.0",
"@fontsource/reddit-mono": "5.1.0",
"@lezer/highlight": "1.2.1",
"@tauri-apps/api": "2.0.3",
"@tauri-apps/api": "2.1.1",
"@tauri-apps/plugin-clipboard-manager": "2.0.0",
"@tauri-apps/plugin-dialog": "2.0.1",
"@tauri-apps/plugin-fs": "2.0.1",
"@tauri-apps/plugin-fs": "2.0.2",
"@tauri-apps/plugin-global-shortcut": "2.0.0",
"@tauri-apps/plugin-http": "2.0.1",
"@tauri-apps/plugin-notification": "2.0.0",
Expand All @@ -85,25 +85,25 @@
"react-icons": "5.3.0",
"react-virtualized": "9.22.5",
"styled-components": "6.1.13",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@faker-js/faker": "9.1.0",
"@commitlint/cli": "19.6.0",
"@commitlint/config-conventional": "19.6.0",
"@faker-js/faker": "9.2.0",
"@ivangabriele/biome-config": "1.5.0",
"@ivangabriele/commitlint-config": "2.0.3",
"@ivangabriele/tsconfig-react": "2.0.0",
"@storybook/addon-essentials": "8.4.1",
"@storybook/addon-interactions": "8.4.1",
"@storybook/addon-links": "8.4.1",
"@storybook/addon-themes": "8.4.1",
"@storybook/blocks": "8.4.1",
"@storybook/react": "8.4.1",
"@storybook/react-vite": "8.4.1",
"@storybook/test": "8.4.1",
"@swc/core": "1.7.42",
"@storybook/addon-essentials": "8.4.6",
"@storybook/addon-interactions": "8.4.6",
"@storybook/addon-links": "8.4.6",
"@storybook/addon-themes": "8.4.6",
"@storybook/blocks": "8.4.6",
"@storybook/react": "8.4.6",
"@storybook/react-vite": "8.4.6",
"@storybook/test": "8.4.6",
"@swc/core": "1.9.3",
"@swc/jest": "0.2.37",
"@tauri-apps/cli": "^2.0.0-rc.15",
"@testing-library/dom": "10.4.0",
Expand All @@ -116,15 +116,15 @@
"@types/fs-extra": "11",
"@types/jest": "29.5.14",
"@types/lodash.debounce": "4.0.9",
"@types/node": "22.8.7",
"@types/node": "22.10.1",
"@types/numeral": "2.0.5",
"@types/ramda": "0.30.2",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-test-renderer": "^18",
"@types/shelljs": "0.8.15",
"@types/styled-components": "5.1.34",
"@vitejs/plugin-react": "4.3.3",
"@vitejs/plugin-react": "4.3.4",
"@wdio/cli": "8.38.2",
"@wdio/local-runner": "8.38.2",
"@wdio/mocha-framework": "8.38.2",
Expand All @@ -137,7 +137,7 @@
"esm-path": "1.0.1",
"execa": "9.5.1",
"fs-extra": "11.2.0",
"husky": "9.1.6",
"husky": "9.1.7",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lint-staged": "15.2.10",
Expand All @@ -146,12 +146,12 @@
"ora": "8.1.1",
"react-test-renderer": "18.3.1",
"shelljs": "0.8.5",
"storybook": "8.4.1",
"storybook": "8.4.6",
"ts-node": "10.9.2",
"type-fest": "4.26.1",
"type-fest": "4.29.0",
"use-debounce": "10.0.4",
"vite": "5.4.10",
"vite-tsconfig-paths": "5.0.1",
"vite": "5.4.11",
"vite-tsconfig-paths": "5.1.3",
"which": "5.0.0"
},
"resolutions": {
Expand Down Expand Up @@ -179,5 +179,5 @@
"last 1 chrome version"
]
},
"packageManager": "yarn@4.5.1"
"packageManager": "yarn@4.5.3"
}
Loading

0 comments on commit 8068a5e

Please sign in to comment.