Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
fix: πŸ› gridjs γ‚’ v4 γΎγ§δΈ‹γ’γ¦γƒ‡γ‚Άγ‚€γƒ³ε΄©γ‚Œγ‚’η›΄γ—γŸ
Browse files Browse the repository at this point in the history
  • Loading branch information
nikukyugamer committed Nov 15, 2023
1 parent 965020b commit b7461de
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"eslint": "8.39.0",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "8.8.0",
"gridjs": "6.0.6",
"gridjs-react": "6.0.1",
"gridjs": "4.0.0",
"gridjs-react": "4.0.0",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"next-translate": "1.6.0",
Expand Down
32 changes: 19 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3292,17 +3292,18 @@ grapheme-splitter@^1.0.4:
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==

gridjs-react@6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/gridjs-react/-/gridjs-react-6.0.1.tgz#c889c7c1e9ce884397ec6d70ec8e2941e289cc95"
integrity sha512-Cb9tti25vlQH7qn1J61NMzu+1sRYxGCbTdlj+/iJmhWTe+8C0VI6snr6Gi2LKDsvcUhlBSb56T6IZQ8UF3D6aQ==
gridjs-react@4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/gridjs-react/-/gridjs-react-4.0.0.tgz#6ba9a0b3cd4edb4f2ac25800608876a41a93bb1c"
integrity sha512-0EiwqGI5L89y0DruJRKCnb+Pm9V/N1sq1VTzldMqXEhFQPs0XhgCrJbiAjY/ATyqHI4ZNUDlvmISDwRVMov1pw==

gridjs@6.0.6:
version "6.0.6"
resolved "https://registry.yarnpkg.com/gridjs/-/gridjs-6.0.6.tgz#7983f08d4bc9d4a9616ee2c7bbfc01ef6bf4ddd2"
integrity sha512-TZ20nY+weE/wlyXOd3A9FJyJlsJ/MrHr6frMgUHFN29RmWZCYtnyfF0zuspXC81oePwSJeSZ8HY651aeyX8+rQ==
gridjs@4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/gridjs/-/gridjs-4.0.0.tgz#a6dc682349f0a28ecb278531c001a2c90c0edd4b"
integrity sha512-HSs5/DYcy+TF96TiYejqDQ5q4sZBTwVFfY3wKhz8oDD/kdeL5T03kWo2pih2906JVBlx/Qk9bAFzlGnnvsW7Gg==
dependencies:
preact "^10.11.3"
preact "^10.5.12"
tslib "^2.0.1"

hard-rejection@^2.1.0:
version "2.1.0"
Expand Down Expand Up @@ -5212,10 +5213,10 @@ postcss@^8.4.21:
picocolors "^1.0.0"
source-map-js "^1.0.2"

preact@^10.11.3:
version "10.11.3"
resolved "https://registry.yarnpkg.com/preact/-/preact-10.11.3.tgz#8a7e4ba19d3992c488b0785afcc0f8aa13c78d19"
integrity sha512-eY93IVpod/zG3uMF22Unl8h9KkrcKIRs2EGar8hwLZZDU1lkjph303V9HZBwufh2s736U6VXuhD109LYqPoffg==
preact@^10.5.12:
version "10.19.2"
resolved "https://registry.yarnpkg.com/preact/-/preact-10.19.2.tgz#841797620dba649aaac1f8be42d37c3202dcea8b"
integrity sha512-UA9DX/OJwv6YwP9Vn7Ti/vF80XL+YA5H2l7BpCtUr3ya8LWHFzpiO5R+N7dN16ujpIxhekRFuOOF82bXX7K/lg==

prebuild-install@^7.1.1:
version "7.1.1"
Expand Down Expand Up @@ -6351,6 +6352,11 @@ tslib@^1.8.1:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==

tslib@^2.0.1:
version "2.6.2"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==

tslib@^2.1.0:
version "2.3.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
Expand Down

0 comments on commit b7461de

Please sign in to comment.