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 and ivangabriele committed Aug 19, 2024
1 parent 063e5bd commit 597176e
Show file tree
Hide file tree
Showing 5 changed files with 1,322 additions and 1,241 deletions.
894 changes: 0 additions & 894 deletions .yarn/releases/yarn-4.3.1.cjs

This file was deleted.

925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.4.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
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.3.1.cjs
yarnPath: .yarn/releases/yarn-4.4.0.cjs
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"postversion": "git push origin HEAD --tags"
},
"dependencies": {
"@lezer/highlight": "1.2.0",
"@tauri-apps/api": "1.5.6",
"@uiw/codemirror-extensions-langs": "4.22.2",
"@uiw/codemirror-themes": "4.22.2",
"@uiw/react-codemirror": "4.22.2",
"@lezer/highlight": "1.2.1",
"@tauri-apps/api": "1.6.0",
"@uiw/codemirror-extensions-langs": "4.23.0",
"@uiw/codemirror-themes": "4.23.0",
"@uiw/react-codemirror": "4.23.0",
"ky-universal": "0.12.0",
"lodash.debounce": "4.0.8",
"lodash.throttle": "4.1.1",
Expand All @@ -46,30 +46,30 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hot-toast": "2.4.1",
"react-icons": "5.2.1",
"react-icons": "5.3.0",
"react-virtualized": "9.22.5",
"styled-components": "6.1.11",
"typescript": "5.5.2"
"styled-components": "6.1.12",
"typescript": "5.5.4"
},
"devDependencies": {
"@biomejs/biome": "1.8.2",
"@commitlint/cli": "19.3.0",
"@biomejs/biome": "1.8.3",
"@commitlint/cli": "19.4.0",
"@commitlint/config-conventional": "19.2.2",
"@ivangabriele/biome-config": "1.3.0",
"@ivangabriele/commitlint-config": "2.0.3",
"@ivangabriele/tsconfig-react": "2.0.0",
"@swc/core": "1.6.5",
"@swc/core": "1.7.14",
"@swc/jest": "0.2.36",
"@tauri-apps/cli": "1.5.14",
"@testing-library/dom": "10.1.0",
"@testing-library/jest-dom": "6.4.6",
"@tauri-apps/cli": "1.6.0",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/lodash.debounce": "4.0.9",
"@types/node": "20.14.8",
"@types/node": "20.16.1",
"@types/numeral": "2.0.5",
"@types/ramda": "0.30.0",
"@types/ramda": "0.30.1",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/shelljs": "0.8.15",
Expand All @@ -82,17 +82,17 @@
"bhala": "3.0.4",
"cross-env": "7.0.3",
"esm-path": "1.0.1",
"execa": "9.3.0",
"husky": "9.0.11",
"execa": "9.3.1",
"husky": "9.1.4",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lint-staged": "15.2.7",
"lint-staged": "15.2.9",
"make-dir-cli": "4.0.0",
"shelljs": "0.8.5",
"ts-node": "10.9.2",
"type-fest": "4.20.1",
"use-debounce": "10.0.1",
"vite": "5.3.1",
"type-fest": "4.25.0",
"use-debounce": "10.0.3",
"vite": "5.4.1",
"which": "4.0.0"
},
"resolutions": {
Expand Down Expand Up @@ -120,5 +120,5 @@
"last 1 chrome version"
]
},
"packageManager": "yarn@4.3.1"
"packageManager": "yarn@4.4.0"
}
Loading

0 comments on commit 597176e

Please sign in to comment.