Skip to content

Commit 51f941d

Browse files
authored
chore: update JavaScript dependencies (#507)
1 parent ce697b7 commit 51f941d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,4 @@
125125
"spatie/laravel-permission": "Needed for nova permissions & roles",
126126
"vyuldashev/nova-permission": "Needed for nova permissions & roles"
127127
}
128-
}
128+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"glob": "^7.2.3",
88
"body-scroll-lock": "4.0.0-beta.0",
99
"focus-trap": "^6.9.4",
10-
"tailwindcss": "^3.2.1",
10+
"tailwindcss": "^3.2.2",
1111
"tippy.js": "^6.3.7"
1212
},
1313
"scripts": {

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ postcss-value-parser@^4.0.0, postcss-value-parser@^4.2.0:
424424
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
425425
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
426426

427-
postcss@^8.4.17:
427+
postcss@^8.4.18:
428428
version "8.4.18"
429429
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.18.tgz#6d50046ea7d3d66a85e0e782074e7203bc7fbca2"
430430
integrity sha512-Wi8mWhncLJm11GATDaQKobXSNEYGUHeQLiQqDFG1qQ5UTDPTEvKw0Xt5NsTpktGTwLps3ByrWsBrG0rB8YQ9oA==
@@ -498,10 +498,10 @@ tabbable@^5.3.3:
498498
resolved "https://registry.yarnpkg.com/tabbable/-/tabbable-5.3.3.tgz#aac0ff88c73b22d6c3c5a50b1586310006b47fbf"
499499
integrity sha512-QD9qKY3StfbZqWOPLp0++pOrAVb/HbUi5xCc8cUo4XjP19808oaMiDzn0leBY5mCespIBM0CIZePzZjgzR83kA==
500500

501-
tailwindcss@^3.2.1:
502-
version "3.2.1"
503-
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.2.1.tgz#1bd828fff3172489962357f8d531c184080a6786"
504-
integrity sha512-Uw+GVSxp5CM48krnjHObqoOwlCt5Qo6nw1jlCRwfGy68dSYb/LwS9ZFidYGRiM+w6rMawkZiu1mEMAsHYAfoLg==
501+
tailwindcss@^3.2.2:
502+
version "3.2.2"
503+
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.2.2.tgz#705f78cec8f4de2feb52abdb7a8a056e67f2d736"
504+
integrity sha512-c2GtSdqg+harR4QeoTmex0Ngfg8IIHNeLQH5yr2B9uZbZR1Xt1rYbjWOWTcj3YLTZhrmZnPowoQDbSRFyZHQ5Q==
505505
dependencies:
506506
arg "^5.0.2"
507507
chokidar "^3.5.3"
@@ -517,7 +517,7 @@ tailwindcss@^3.2.1:
517517
normalize-path "^3.0.0"
518518
object-hash "^3.0.0"
519519
picocolors "^1.0.0"
520-
postcss "^8.4.17"
520+
postcss "^8.4.18"
521521
postcss-import "^14.1.0"
522522
postcss-js "^4.0.0"
523523
postcss-load-config "^3.1.4"

0 commit comments

Comments
 (0)