Skip to content

Commit def6483

Browse files
fix(deps): update dependency gridjs to v6
1 parent 36773ef commit def6483

File tree

2 files changed

+10
-16
lines changed

2 files changed

+10
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"build": "tsc && vite build"
77
},
88
"dependencies": {
9-
"gridjs": "4.0.0",
9+
"gridjs": "6.1.1",
1010
"gridjs-react": "4.0.0",
1111
"react": "17.0.2",
1212
"react-dom": "17.0.2",

yarn.lock

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -427,13 +427,12 @@ gridjs-react@4.0.0:
427427
resolved "https://registry.yarnpkg.com/gridjs-react/-/gridjs-react-4.0.0.tgz#6ba9a0b3cd4edb4f2ac25800608876a41a93bb1c"
428428
integrity sha512-0EiwqGI5L89y0DruJRKCnb+Pm9V/N1sq1VTzldMqXEhFQPs0XhgCrJbiAjY/ATyqHI4ZNUDlvmISDwRVMov1pw==
429429

430-
gridjs@4.0.0:
431-
version "4.0.0"
432-
resolved "https://registry.yarnpkg.com/gridjs/-/gridjs-4.0.0.tgz#a6dc682349f0a28ecb278531c001a2c90c0edd4b"
433-
integrity sha512-HSs5/DYcy+TF96TiYejqDQ5q4sZBTwVFfY3wKhz8oDD/kdeL5T03kWo2pih2906JVBlx/Qk9bAFzlGnnvsW7Gg==
430+
gridjs@6.1.1:
431+
version "6.1.1"
432+
resolved "https://registry.yarnpkg.com/gridjs/-/gridjs-6.1.1.tgz#299017de48d67b52860ac8d64eb0dec586b1741e"
433+
integrity sha512-nFwbz1pGxe4h3dC7xDZaazN5aAg6Mhnu4J790Vj/D+mvJAtT3FEYXULiPAyrYB5BhukAZixvKYed7p7IhmdwXQ==
434434
dependencies:
435-
preact "^10.5.12"
436-
tslib "^2.0.1"
435+
preact "^10.11.3"
437436

438437
has-flag@^3.0.0:
439438
version "3.0.0"
@@ -579,10 +578,10 @@ postcss@^8.2.10:
579578
nanoid "^3.1.23"
580579
source-map "^0.6.1"
581580

582-
preact@^10.5.12:
583-
version "10.5.13"
584-
resolved "https://registry.yarnpkg.com/preact/-/preact-10.5.13.tgz#85f6c9197ecd736ce8e3bec044d08fd1330fa019"
585-
integrity sha512-q/vlKIGNwzTLu+jCcvywgGrt+H/1P/oIRSD6mV4ln3hmlC+Aa34C7yfPI4+5bzW8pONyVXYS7SvXosy2dKKtWQ==
581+
preact@^10.11.3:
582+
version "10.19.3"
583+
resolved "https://registry.yarnpkg.com/preact/-/preact-10.19.3.tgz#7a7107ed2598a60676c943709ea3efb8aaafa899"
584+
integrity sha512-nHHTeFVBTHRGxJXKkKu5hT8C/YWBkPso4/Gad6xuj5dbptt9iF9NZr9pHbPhBrnT2klheu7mHTxTZ/LjwJiEiQ==
586585

587586
react-dom@17.0.2:
588587
version "17.0.2"
@@ -687,11 +686,6 @@ to-fast-properties@^2.0.0:
687686
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
688687
integrity sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=
689688

690-
tslib@^2.0.1:
691-
version "2.2.0"
692-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c"
693-
integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==
694-
695689
typescript@4.2.4:
696690
version "4.2.4"
697691
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961"

0 commit comments

Comments
 (0)