Skip to content

Commit c3dbc53

Browse files
chore(deps): bump the quotes-frontend-pnpm group
Bumps the quotes-frontend-pnpm group in /quotes-frontend with 9 updates: | Package | From | To | | --- | --- | --- | | [axios](https://github.com/axios/axios) | `1.13.2` | `1.13.5` | | [next](https://github.com/vercel/next.js) | `16.0.10` | `16.1.6` | | [pino](https://github.com/pinojs/pino) | `10.2.1` | `10.3.1` | | [@eslint/eslintrc](https://github.com/eslint/eslintrc) | `3.3.3` | `3.3.4` | | [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.1.18` | `4.2.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.0.10` | `25.3.0` | | [eslint](https://github.com/eslint/eslint) | `9.39.2` | `10.0.2` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `16.0.10` | `16.1.6` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.1.18` | `4.2.1` | Updates `axios` from 1.13.2 to 1.13.5 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.13.2...v1.13.5) Updates `next` from 16.0.10 to 16.1.6 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v16.0.10...v16.1.6) Updates `pino` from 10.2.1 to 10.3.1 - [Release notes](https://github.com/pinojs/pino/releases) - [Commits](pinojs/pino@v10.2.1...v10.3.1) Updates `@eslint/eslintrc` from 3.3.3 to 3.3.4 - [Release notes](https://github.com/eslint/eslintrc/releases) - [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md) - [Commits](eslint/eslintrc@eslintrc-v3.3.3...eslintrc-v3.3.4) Updates `@tailwindcss/postcss` from 4.1.18 to 4.2.1 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.1/packages/@tailwindcss-postcss) Updates `@types/node` from 25.0.10 to 25.3.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 9.39.2 to 10.0.2 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.2...v10.0.2) Updates `eslint-config-next` from 16.0.10 to 16.1.6 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v16.1.6/packages/eslint-config-next) Updates `tailwindcss` from 4.1.18 to 4.2.1 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.1/packages/tailwindcss) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: quotes-frontend-pnpm - dependency-name: next dependency-version: 16.1.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: quotes-frontend-pnpm - dependency-name: pino dependency-version: 10.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: quotes-frontend-pnpm - dependency-name: "@eslint/eslintrc" dependency-version: 3.3.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: quotes-frontend-pnpm - dependency-name: "@tailwindcss/postcss" dependency-version: 4.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: quotes-frontend-pnpm - dependency-name: "@types/node" dependency-version: 25.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: quotes-frontend-pnpm - dependency-name: eslint dependency-version: 10.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: quotes-frontend-pnpm - dependency-name: eslint-config-next dependency-version: 16.1.6 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: quotes-frontend-pnpm - dependency-name: tailwindcss dependency-version: 4.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: quotes-frontend-pnpm ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 646a7e1 commit c3dbc53

2 files changed

Lines changed: 460 additions & 480 deletions

File tree

quotes-frontend/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
},
1212
"dependencies": {
1313
"@heroicons/react": "^2.2.0",
14-
"axios": "^1.12.2",
15-
"next": "16.0.10",
16-
"pino": "^10.1.0",
14+
"axios": "^1.13.5",
15+
"next": "16.1.6",
16+
"pino": "^10.3.1",
1717
"react": "^19.2.3",
1818
"react-dom": "^19.2.3"
1919
},
2020
"devDependencies": {
2121
"@eslint/eslintrc": "^3",
22-
"@tailwindcss/postcss": "^4.1.18",
22+
"@tailwindcss/postcss": "^4.2.1",
2323
"@testing-library/dom": "^10.4.1",
2424
"@testing-library/jest-dom": "^6.9.1",
2525
"@testing-library/react": "^16.3.2",
@@ -29,11 +29,11 @@
2929
"@types/react": "^19",
3030
"@types/react-dom": "^19",
3131
"@vitejs/plugin-react": "^5.1.4",
32-
"eslint": "^9.39.2",
33-
"eslint-config-next": "16.0.10",
32+
"eslint": "^10.0.2",
33+
"eslint-config-next": "16.1.6",
3434
"jsdom": "^28.1.0",
3535
"pino-pretty": "^13.1.1",
36-
"tailwindcss": "^4.1.18",
36+
"tailwindcss": "^4.2.1",
3737
"typescript": "^5",
3838
"vitest": "^4.0.18"
3939
}

0 commit comments

Comments
 (0)