Skip to content

Commit b916cc6

Browse files
authored
Merge pull request #537 from navikt/dependabot/npm_and_yarn/tailwindcss-4.0.8
Bump tailwindcss from 4.0.7 to 4.0.8
2 parents c2927d9 + dbf84e0 commit b916cc6

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

bun.lock

+6-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"prettier": "^3.5.1",
3333
"react": "^18.3.1",
3434
"react-dom": "^18.3.1",
35-
"tailwindcss": "^4.0.7",
35+
"tailwindcss": "^4.0.8",
3636
"typescript": "^5.7.3",
3737
"typescript-eslint": "^8.24.1",
3838
"vite": "^6.0.11",
@@ -704,7 +704,7 @@
704704

705705
"tabbable": ["[email protected]", "", {}, "sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew=="],
706706

707-
"tailwindcss": ["[email protected].7", "", {}, "sha512-yH5bPPyapavo7L+547h3c4jcBXcrKwybQRjwdEIVAd9iXRvy/3T1CC6XSQEgZtRySjKfqvo3Cc0ZF1DTheuIdA=="],
707+
"tailwindcss": ["[email protected].8", "", {}, "sha512-Me7N5CKR+D2A1xdWA5t5+kjjT7bwnxZOE6/yDI/ixJdJokszsn2n++mdU5yJwrsTpqFX2B9ZNMBJDwcqk9C9lw=="],
708708

709709
"tapable": ["[email protected]", "", {}, "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ=="],
710710

@@ -796,6 +796,10 @@
796796

797797
"@inquirer/core/wrap-ansi": ["[email protected]", "", { "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", "strip-ansi": "^6.0.0" } }, "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA=="],
798798

799+
"@tailwindcss/node/tailwindcss": ["[email protected]", "", {}, "sha512-yH5bPPyapavo7L+547h3c4jcBXcrKwybQRjwdEIVAd9iXRvy/3T1CC6XSQEgZtRySjKfqvo3Cc0ZF1DTheuIdA=="],
800+
801+
"@tailwindcss/vite/tailwindcss": ["[email protected]", "", {}, "sha512-yH5bPPyapavo7L+547h3c4jcBXcrKwybQRjwdEIVAd9iXRvy/3T1CC6XSQEgZtRySjKfqvo3Cc0ZF1DTheuIdA=="],
802+
799803
"@types/babel__core/@babel/parser": ["@babel/[email protected]", "", { "dependencies": { "@babel/types": "^7.25.6" }, "bin": "./bin/babel-parser.js" }, "sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q=="],
800804

801805
"@types/babel__core/@babel/types": ["@babel/[email protected]", "", { "dependencies": { "@babel/helper-string-parser": "^7.24.8", "@babel/helper-validator-identifier": "^7.24.7", "to-fast-properties": "^2.0.0" } }, "sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw=="],

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"prettier": "^3.5.1",
4747
"react": "^18.3.1",
4848
"react-dom": "^18.3.1",
49-
"tailwindcss": "^4.0.7",
49+
"tailwindcss": "^4.0.8",
5050
"typescript": "^5.7.3",
5151
"typescript-eslint": "^8.24.1",
5252
"vite": "^6.0.11",

0 commit comments

Comments
 (0)