Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hmerritt committed Nov 5, 2024
1 parent 3af0038 commit 9e9c54d
Show file tree
Hide file tree
Showing 4 changed files with 309 additions and 204 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,63 +23,63 @@
"@dnd-kit/core": "6.1.0",
"@dnd-kit/sortable": "8.0.0",
"@dnd-kit/utilities": "3.2.2",
"@stylexjs/stylex": "0.8.0",
"@tanstack/react-router": "1.77.8",
"@stylexjs/stylex": "0.9.3",
"@tanstack/react-router": "1.79.0",
"@tanstack/react-store": "0.5.6",
"@tanstack/router-devtools": "1.77.8",
"@tanstack/router-plugin": "1.77.7",
"@tanstack/router-devtools": "1.79.0",
"@tanstack/router-plugin": "1.79.0",
"@use-gesture/react": "10.3.1",
"dayjs": "1.11.13",
"lodash-es": "4.17.21",
"plausible-tracker": "0.3.9",
"react": "19.0.0-rc-02c0e824-20241028",
"react": "19.0.0-rc-4d577fd2-20241104",
"react-device-detect": "2.2.3",
"react-dom": "19.0.0-rc-02c0e824-20241028"
"react-dom": "19.0.0-rc-4d577fd2-20241104"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@eslint/js": "9.13.0",
"@eslint/js": "9.14.0",
"@playwright/test": "1.48.2",
"@rollup/pluginutils": "5.1.3",
"@stylexjs/babel-plugin": "0.8.0",
"@stylexjs/eslint-plugin": "0.8.0",
"@stylexjs/babel-plugin": "0.9.3",
"@stylexjs/eslint-plugin": "0.9.3",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.2",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.5.2",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/css": "0.0.38",
"@types/lodash-es": "4.17.12",
"@types/node": "20.17.3",
"@types/node": "20.17.6",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "8.13.0",
"@vitejs/plugin-react": "4.3.3",
"@vitest/coverage-v8": "2.1.4",
"@vitest/ui": "2.1.4",
"babel-plugin-react-compiler": "0.0.0-experimental-33f03ce-20241028",
"babel-plugin-react-compiler": "19.0.0-beta-63b359f-20241101",
"cross-env": "7.0.3",
"css": "3.0.0",
"eslint": "9.13.0",
"eslint": "9.14.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-compiler": "0.0.0-experimental-33f03ce-20241028",
"eslint-plugin-react-compiler": "19.0.0-beta-63b359f-20241101",
"eslint-plugin-react-hooks": "5.0.0",
"globals": "15.11.0",
"happy-dom": "15.7.4",
"globals": "15.12.0",
"happy-dom": "15.9.0",
"prettier": "3.3.3",
"prettier-plugin-stylex-key-sort": "1.0.1",
"rollup-plugin-workbox": "8.1.0",
"tsx": "4.19.2",
"typescript": "5.6.3",
"typescript-eslint": "8.12.2",
"typescript-eslint": "8.13.0",
"vite": "5.4.10",
"vite-bundle-visualizer": "1.2.1",
"vite-plugin-eslint": "1.8.1",
"vite-plugin-stylex": "0.12.0",
"vite-tsconfig-paths": "5.0.1",
"vite-tsconfig-paths": "5.1.0",
"vitest": "2.1.4",
"workbox-build": "7.3.0",
"workbox-core": "7.3.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/bootstrap/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import * as core from "./core";
/**
* Internal adrift version.
*/
export const adriftVersion = "0.11.582";
export const adriftVersion = "0.11.584";

/**
* Bumps the adrift `patch` version number using the total commit count.
Expand Down
8 changes: 3 additions & 5 deletions src/routeTree.gen.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/* prettier-ignore-start */

/* eslint-disable */

// @ts-nocheck

// noinspection JSUnusedGlobalSymbols

// This file is auto-generated by TanStack Router
// This file was automatically generated by TanStack Router.
// You should NOT make any changes in this file as it will be overwritten.
// Additionally, you should also exclude this file from your linter and/or formatter to prevent it from being checked or modified.

import { createFileRoute } from '@tanstack/react-router'

Expand Down Expand Up @@ -126,8 +126,6 @@ export const routeTree = rootRoute
._addFileChildren(rootRouteChildren)
._addFileTypes<FileRouteTypes>()

/* prettier-ignore-end */

/* ROUTE_MANIFEST_START
{
"routes": {
Expand Down
Loading

0 comments on commit 9e9c54d

Please sign in to comment.