Skip to content

Commit

Permalink
⬆️ Bump the npm_and_yarn group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the npm_and_yarn group with 3 updates: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite), [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) and [esbuild](https://github.com/evanw/esbuild).


Updates `vite` from 5.4.14 to 6.0.9
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.0.9/packages/vite)

Updates `vitest` from 2.1.8 to 2.1.9
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.9/packages/vitest)

Updates `esbuild` from 0.24.0 to 0.25.0
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md)
- [Commits](evanw/esbuild@v0.24.0...v0.25.0)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: vitest
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: esbuild
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 7, 2025
1 parent e7f42ab commit 03c11d3
Show file tree
Hide file tree
Showing 9 changed files with 186 additions and 282 deletions.
2 changes: 1 addition & 1 deletion @navikt/aksel-icons/figma-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"postcss": "^8.4.31",
"postcss-url": "^10.1.3",
"typescript": "5.5.4",
"vite": "^5.4.12",
"vite": "^6.0.9",
"vite-plugin-singlefile": "^1.0.0",
"vite-plugin-svgr": "^4.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion @navikt/aksel-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@
"tsx": "^4.19.1",
"typescript": "5.5.4",
"unified": "10.1.2",
"vitest": "^2.1.8"
"vitest": "^2.1.9"
}
}
2 changes: 1 addition & 1 deletion @navikt/aksel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"rimraf": "6.0.1",
"typescript": "5.5.4",
"vitest": "^2.1.8"
"vitest": "^2.1.9"
},
"sideEffects": false,
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion @navikt/core/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"postcss-combine-duplicated-selectors": "10.0.3",
"postcss-import": "^14.1.0",
"tsx": "^4.19.1",
"vitest": "^2.1.8"
"vitest": "^2.1.9"
},
"browserslist": [
">0.2%",
Expand Down
2 changes: 1 addition & 1 deletion @navikt/core/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@
"tsc-alias": "1.8.8",
"tsx": "^4.19.1",
"typescript": "5.5.4",
"vitest": "^2.1.8"
"vitest": "^2.1.9"
},
"peerDependencies": {
"@types/react": ">=17.0.30",
Expand Down
2 changes: 1 addition & 1 deletion @navikt/core/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"tailwindcss": "^3.3.3",
"tsx": "^4.19.1",
"typescript": "5.5.4",
"vitest": "^2.1.8"
"vitest": "^2.1.9"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions @navikt/core/tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
"@figma/plugin-typings": "^1.100.2",
"color": "4.2.3",
"colorjs.io": "^0.5.2",
"esbuild": "^0.24.0",
"esbuild": "^0.25.0",
"lightningcss": "^1.29.1",
"lodash": "^4.17.21",
"style-dictionary": "^4.1.1",
"tsx": "^4.19.1",
"typescript": "5.5.4",
"vitest": "^2.1.8"
"vitest": "^2.1.9"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
"stylelint-value-no-unknown-custom-properties": "^6.0.1",
"tsx": "^4.19.1",
"typescript": "5.5.4",
"vite": "^5.4.12",
"vite": "^6.0.9",
"vite-plugin-turbosnap": "^1.0.3",
"vite-tsconfig-paths": "^4.3.2"
},
Expand Down
Loading

0 comments on commit 03c11d3

Please sign in to comment.