Skip to content

Commit

Permalink
deps up
Browse files Browse the repository at this point in the history
  • Loading branch information
kavsingh committed Jul 28, 2024
1 parent ef3e63a commit e498b23
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
26 changes: 13 additions & 13 deletions apps/gleetchy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,38 +21,38 @@
"codecheck": "bun run test -- --silent && tsc && bun lint"
},
"dependencies": {
"@reduxjs/toolkit": "2.2.5",
"@reduxjs/toolkit": "2.2.7",
"cuid": "2.1.8",
"fast-equals": "5.0.1",
"raf-throttle": "2.0.6",
"reselect": "5.1.1",
"solid-js": "1.8.17",
"tailwind-merge": "2.3.0"
"solid-js": "1.8.19",
"tailwind-merge": "2.4.0"
},
"devDependencies": {
"@gleetchy/codestyle-js": "workspace:*",
"@solidjs/testing-library": "0.8.8",
"@solidjs/testing-library": "0.8.9",
"@tailwindcss/container-queries": "0.1.1",
"@testing-library/dom": "10.2.0",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/user-event": "14.5.2",
"@tsconfig/vite-react": "3.0.2",
"@types/audioworklet": "0.0.56",
"@types/audioworklet": "0.0.57",
"@types/webaudioapi": "0.0.27",
"@vitest/coverage-v8": "1.6.0",
"@vitest/coverage-v8": "2.0.4",
"autoprefixer": "10.4.19",
"eslint-plugin-jest-dom": "5.4.0",
"eslint-plugin-solid": "0.14.1",
"eslint-plugin-tailwindcss": "3.17.4",
"eslint-plugin-testing-library": "6.2.2",
"eslint-plugin-vitest": "0.5.4",
"jsdom": "24.1.0",
"tailwindcss": "3.4.4",
"vite": "5.3.1",
"vite-plugin-checker": "0.6.4",
"jsdom": "24.1.1",
"tailwindcss": "3.4.7",
"vite": "5.3.5",
"vite-plugin-checker": "0.7.2",
"vite-plugin-solid": "2.10.2",
"vite-tsconfig-paths": "4.3.2",
"vitest": "1.6.0",
"vitest": "2.0.4",
"web-audio-test-api": "0.5.2"
}
}
Binary file modified bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"@types/eslint": "8.56.10",
"eslint": "8.57.0",
"npkill": "0.12.2",
"prettier": "3.3.2",
"turbo": "2.0.5",
"typescript": "5.5.2"
"prettier": "3.3.3",
"turbo": "2.0.9",
"typescript": "5.5.4"
}
}
8 changes: 4 additions & 4 deletions packages/codestyle-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"type": "module",
"dependencies": {
"@tsconfig/strictest": "^2.0.5",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import-x": "^0.5.2",
"eslint-plugin-prettier": "^5.1.3"
"eslint-plugin-import-x": "^3.1.0",
"eslint-plugin-prettier": "^5.2.1"
}
}

0 comments on commit e498b23

Please sign in to comment.