Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Valeriano committed Sep 5, 2024
1 parent e44a601 commit de32ec9
Show file tree
Hide file tree
Showing 5 changed files with 108 additions and 91 deletions.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type {import('next').NextConfig} */
export default {
distDir: "dist",
distDir: "./dist",
cleanDistDir: true,
reactStrictMode: true,
output: "export",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
"devDependencies": {
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@mkvlrn/eslint": "^0.1.1",
"@mkvlrn/prettier": "^0.0.1",
"@mkvlrn/tsconfig": "^0.0.2",
"@mkvlrn/eslint": "^0.1.2",
"@mkvlrn/prettier": "^0.0.5",
"@mkvlrn/tsconfig": "^0.0.4",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@types/node": "^22.5.2",
"@types/node": "^22.5.4",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
Expand All @@ -45,7 +45,7 @@
"husky": "^9.1.5",
"jsdom": "^25.0.0",
"lint-staged": "^15.2.10",
"postcss": "^8.4.44",
"postcss": "^8.4.45",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"tailwindcss": "^3.4.10",
Expand All @@ -54,7 +54,7 @@
"vitest": "^2.0.5"
},
"dependencies": {
"next": "^14.2.7",
"next": "^14.2.8",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
Expand Down
2 changes: 1 addition & 1 deletion prettier.config.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { config as default } from "@mkvlrn/prettier";
export { default } from "@mkvlrn/prettier";
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "@mkvlrn/tsconfig/tsconfig.next.json",
"compilerOptions": {
"rootDir": "./",
"outDir": "./dist",
"baseUrl": "./",
"paths": { "~/*": ["./src/*"], "#/*": ["./tests/*"] }
}
Expand Down
182 changes: 99 additions & 83 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -641,91 +641,91 @@
"@jridgewell/resolve-uri" "^3.1.0"
"@jridgewell/sourcemap-codec" "^1.4.14"

"@mkvlrn/eslint@^0.1.1":
version "0.1.1"
resolved "https://registry.yarnpkg.com/@mkvlrn/eslint/-/eslint-0.1.1.tgz#f1a4cb72fd5038692d2ac10e7b8df8906c11d465"
integrity sha512-SyRh3rrwVWOXQbz/ywal1hJvROhTr+o3tqAidGw5l5ophKdsxfgByS5bnpPR+JmB83vZEEiF/EBGMbkTSMtk+g==
"@mkvlrn/eslint@^0.1.2":
version "0.1.2"
resolved "https://registry.yarnpkg.com/@mkvlrn/eslint/-/eslint-0.1.2.tgz#43dd784460b169ae7bb8776c55d04eb394f212c1"
integrity sha512-qsqLQX+a5r+ruJ/Bh/qZf0UBEXyaj9tyrxHjGRRuiJbI5lrnwcgtZ20jdXirJv2ZmiaGAmVVEXAig0Rxo7rDkg==
dependencies:
"@eslint/js" "^9.9.1"
"@next/eslint-plugin-next" "^14.2.7"
"@next/eslint-plugin-next" "^14.2.8"
eslint-config-prettier "^9.1.0"
eslint-import-resolver-typescript "^3.6.3"
eslint-plugin-import "^2.30.0"
eslint-plugin-react "^7.35.1"
eslint-plugin-react "^7.35.2"
eslint-plugin-react-hooks "^4.6.2"
eslint-plugin-unicorn "^55.0.0"
eslint-plugin-vitest "^0.5.4"
typescript-eslint "^8.4.0"

"@mkvlrn/prettier@^0.0.1":
version "0.0.1"
resolved "https://registry.yarnpkg.com/@mkvlrn/prettier/-/prettier-0.0.1.tgz#f8a98f9042ea602827b442a06620c75971afd7fd"
integrity sha512-HN+Fu8DZhZMBAoKQr0F3cSAkMEarL57NAbRYpF3wLj4T2u9PN4Kb57NM4KPdMSFMsqyQg3hPRXy6/f2vwvzHsg==
"@mkvlrn/prettier@^0.0.5":
version "0.0.5"
resolved "https://registry.yarnpkg.com/@mkvlrn/prettier/-/prettier-0.0.5.tgz#d818179ca668e3faf1634d40c64652ea9279a22b"
integrity sha512-fqEiOOF4UUC8z0i435TKo/Ro+O+iPjwmlObRfBfMV8AXyftLXg/uUV48tjfLdNVT8/lV4iSkoVRJMtp+sgyFYg==
dependencies:
"@trivago/prettier-plugin-sort-imports" "^4.3.0"
prettier-plugin-tailwindcss "^0.6.6"

"@mkvlrn/tsconfig@^0.0.2":
version "0.0.2"
resolved "https://registry.yarnpkg.com/@mkvlrn/tsconfig/-/tsconfig-0.0.2.tgz#df1b87715faeb52af6ec29b698ed960c902c1884"
integrity sha512-82kUGap90K84oLV/oEE6pfHbOfxeZocFFfH2LFLacP0ssxnodZOAqso9NvMYePkDd1C9qKm3gZEK+2Bk0fEt0A==
"@mkvlrn/tsconfig@^0.0.4":
version "0.0.4"
resolved "https://registry.yarnpkg.com/@mkvlrn/tsconfig/-/tsconfig-0.0.4.tgz#a4ee05ea0f907cdd10d7dee70a7288bc4140cdb1"
integrity sha512-mEXxMfmcBRaPrq3y23F5+tt7y3N7HKzcp4Bd8Bc10N3VZ8fVvwfCZx7WIXww69pDbtlPKDhBAOu1ctf5wy+TIQ==

"@next/env@14.2.7":
version "14.2.7"
resolved "https://registry.yarnpkg.com/@next/env/-/env-14.2.7.tgz#40fcd6ccdd53fd7e6788a0604f39032c84bea112"
integrity sha512-OTx9y6I3xE/eih+qtthppwLytmpJVPM5PPoJxChFsbjIEFXIayG0h/xLzefHGJviAa3Q5+Fd+9uYojKkHDKxoQ==
"@next/env@14.2.8":
version "14.2.8"
resolved "https://registry.yarnpkg.com/@next/env/-/env-14.2.8.tgz#a9f28d74f96770cd9337e113c25fc90b1cf5313f"
integrity sha512-L44a+ynqkolyNBnYfF8VoCiSrjSZWgEHYKkKLGcs/a80qh7AkfVUD/MduVPgdsWZ31tgROR+yJRA0PZjSVBXWQ==

"@next/eslint-plugin-next@^14.2.7":
version "14.2.7"
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-14.2.7.tgz#22154d5833124fdd439d158b91a9cf87ea53f5fa"
integrity sha512-+7xh142AdhZGjY9/L0iFo7mqRBMJHe+q+uOL+hto1Lfo9DeWCGcR6no4StlFbVSVcA6fQLKEX6y6qhMsSKbgNQ==
"@next/eslint-plugin-next@^14.2.8":
version "14.2.8"
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-14.2.8.tgz#eccae5b08b323b2be24cced6188394e8716890ed"
integrity sha512-ue5vcq9Fjk3asACRDrzYjcGMEN7pMMDQ5zUD+FenkqvlPCVUD1x7PxBNOLfPYDZOrk/Vnl4GHmjj2mZDqPW8TQ==
dependencies:
glob "10.3.10"

"@next/swc-darwin-arm64@14.2.7":
version "14.2.7"
resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-14.2.7.tgz#6cd39ba5d5f43705de44e389d4b4f5d2df391927"
integrity sha512-UhZGcOyI9LE/tZL3h9rs/2wMZaaJKwnpAyegUVDGZqwsla6hMfeSj9ssBWQS9yA4UXun3pPhrFLVnw5KXZs3vw==

"@next/swc-darwin-x64@14.2.7":
version "14.2.7"
resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-14.2.7.tgz#a1d191a293443cf8df9451b8f13a348caa718cb7"
integrity sha512-ys2cUgZYRc+CbyDeLAaAdZgS7N1Kpyy+wo0b/gAj+SeOeaj0Lw/q+G1hp+DuDiDAVyxLBCJXEY/AkhDmtihUTA==

"@next/swc-linux-arm64-gnu@14.2.7":
version "14.2.7"
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-14.2.7.tgz#9da3f993b3754b900fe7b469de51898fc51112f2"
integrity sha512-2xoWtE13sUJ3qrC1lwE/HjbDPm+kBQYFkkiVECJWctRASAHQ+NwjMzgrfqqMYHfMxFb5Wws3w9PqzZJqKFdWcQ==

"@next/swc-linux-arm64-musl@14.2.7":
version "14.2.7"
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-14.2.7.tgz#f75662bdedd2d91ad7e05778274fa17659f1f02f"
integrity sha512-+zJ1gJdl35BSAGpkCbfyiY6iRTaPrt3KTl4SF/B1NyELkqqnrNX6cp4IjjjxKpd64/7enI0kf6b9O1Uf3cL0pw==

"@next/swc-linux-x64-gnu@14.2.7":
version "14.2.7"
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-14.2.7.tgz#3c6c5b551a5af4fc8178bd5733c8063266034e79"
integrity sha512-m6EBqrskeMUzykBrv0fDX/28lWIBGhMzOYaStp0ihkjzIYJiKUOzVYD1gULHc8XDf5EMSqoH/0/TRAgXqpQwmw==

"@next/swc-linux-x64-musl@14.2.7":
version "14.2.7"
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-14.2.7.tgz#16f92f00263d1fce91ae80e5f230eb1feea484e4"
integrity sha512-gUu0viOMvMlzFRz1r1eQ7Ql4OE+hPOmA7smfZAhn8vC4+0swMZaZxa9CSIozTYavi+bJNDZ3tgiSdMjmMzRJlQ==

"@next/swc-win32-arm64-msvc@14.2.7":
version "14.2.7"
resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-14.2.7.tgz#1224cb8a04cd9caad785a2187df9e85b49414a42"
integrity sha512-PGbONHIVIuzWlYmLvuFKcj+8jXnLbx4WrlESYlVnEzDsa3+Q2hI1YHoXaSmbq0k4ZwZ7J6sWNV4UZfx1OeOlbQ==

"@next/swc-win32-ia32-msvc@14.2.7":
version "14.2.7"
resolved "https://registry.yarnpkg.com/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-14.2.7.tgz#9494aaf9cc50ddef600f8c1b2ed0f216b19f9294"
integrity sha512-BiSY5umlx9ed5RQDoHcdbuKTUkuFORDqzYKPHlLeS+STUWQKWziVOn3Ic41LuTBvqE0TRJPKpio9GSIblNR+0w==

"@next/swc-win32-x64-msvc@14.2.7":
version "14.2.7"
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-14.2.7.tgz#75e1d90758cb10a547e1cdfb878871da28123682"
integrity sha512-pxsI23gKWRt/SPHFkDEsP+w+Nd7gK37Hpv0ngc5HpWy2e7cKx9zR/+Q2ptAUqICNTecAaGWvmhway7pj/JLEWA==
"@next/swc-darwin-arm64@14.2.8":
version "14.2.8"
resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-14.2.8.tgz#2ecf151cde79d1fc7ebc6d5b6da031abecae6dd4"
integrity sha512-1VrQlG8OzdyvvGZhGJFnaNE2P10Jjy/2FopnqbY0nSa/gr8If3iINxvOEW3cmVeoAYkmW0RsBazQecA2dBFOSw==

"@next/swc-darwin-x64@14.2.8":
version "14.2.8"
resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-14.2.8.tgz#0b0164813003820f8c5459869888a677eb9e2560"
integrity sha512-87t3I86rNRSOJB1gXIUzaQWWSWrkWPDyZGsR0Z7JAPtLeX3uUOW2fHxl7dNWD2BZvbvftctTQjgtfpp7nMtmWg==

"@next/swc-linux-arm64-gnu@14.2.8":
version "14.2.8"
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-14.2.8.tgz#2edb6555abf4ec42c8647367057261504f0d6885"
integrity sha512-ta2sfVzbOpTbgBrF9HM5m+U58dv6QPuwU4n5EX4LLyCJGKc433Z0D9h9gay/HSOjLEXJ2fJYrMP5JYYbHdxhtw==

"@next/swc-linux-arm64-musl@14.2.8":
version "14.2.8"
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-14.2.8.tgz#baa4d8cf1206bb4ba4b355f3a7e7e745caded08a"
integrity sha512-+IoLTPK6Z5uIgDhgeWnQF5/o5GBN7+zyUNrs4Bes1W3g9++YELb8y0unFybS8s87ntAKMDl6jeQ+mD7oNwp/Ng==

"@next/swc-linux-x64-gnu@14.2.8":
version "14.2.8"
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-14.2.8.tgz#a762451ec7ada39e44c1d3f2e5a51b405d02c105"
integrity sha512-pO+hVXC+mvzUOQJJRG4RX4wJsRJ5BkURSf6dD6EjUXAX4Ml9es1WsEfkaZ4lcpmFzFvY47IkDaffks/GdCn9ag==

"@next/swc-linux-x64-musl@14.2.8":
version "14.2.8"
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-14.2.8.tgz#c7a7d115f5def6c918c77b94ac04105f65258c2d"
integrity sha512-bCat9izctychCtf3uL1nqHq31N5e1VxvdyNcBQflkudPMLbxVnlrw45Vi87K+lt1CwrtVayHqzo4ie0Szcpwzg==

"@next/swc-win32-arm64-msvc@14.2.8":
version "14.2.8"
resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-14.2.8.tgz#cb346339dfad29533c5183a767af01141f55cc25"
integrity sha512-gbxfUaSPV7EyUobpavida2Hwi62GhSJaSg7iBjmBWoxkxlmETOD7U4tWt763cGIsyE6jM7IoNavq0BXqwdW2QA==

"@next/swc-win32-ia32-msvc@14.2.8":
version "14.2.8"
resolved "https://registry.yarnpkg.com/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-14.2.8.tgz#56dd8d36f6b53108fe9c0e9c90855ee1f09854f3"
integrity sha512-PUXzEzjTTlUh3b5VAn1nlpwvujTnuCMMwbiCnaTazoVlN1nA3kWjlmp42IfURA2N/nyrlVEw7pURa/o4Qxj1cw==

"@next/swc-win32-x64-msvc@14.2.8":
version "14.2.8"
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-14.2.8.tgz#dfc3f11e027e685216c459150db9dcb3ed7ed997"
integrity sha512-EnPKv0ttq02E9/1KZ/8Dn7kuutv6hy1CKc0HlNcvzOQcm4/SQtvfws5gY0zrG9tuupd3HfC2L/zcTrnBhpjTuQ==

"@nodelib/fs.scandir@2.1.5":
version "2.1.5"
Expand Down Expand Up @@ -957,13 +957,20 @@
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==

"@types/node@*", "@types/node@^22.5.2":
"@types/node@*":
version "22.5.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.5.2.tgz#e42344429702e69e28c839a7e16a8262a8086793"
integrity sha512-acJsPTEqYqulZS/Yp/S3GgeE6GZ0qYODUR8aVr/DkhHQ8l9nd4j5x1/ZJy9/gHrRlFMqkO6i0I3E27Alu4jjPg==
dependencies:
undici-types "~6.19.2"

"@types/node@^22.5.4":
version "22.5.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.5.4.tgz#83f7d1f65bc2ed223bdbf57c7884f1d5a4fa84e8"
integrity sha512-FDuKUJQm/ju9fT/SeX/6+gBzoPzlVCzfzmGkwKvRHQVxi4BntVbyIwf6a4Xn62mrvndLiml6z/UBXIdEVjQLXg==
dependencies:
undici-types "~6.19.2"

"@types/normalize-package-data@^2.4.0":
version "2.4.4"
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901"
Expand Down Expand Up @@ -2186,7 +2193,7 @@ eslint-plugin-react-hooks@^4.6.2:
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==

eslint-plugin-react@^7.35.1:
eslint-plugin-react@^7.35.2:
version "7.35.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.35.2.tgz#d32500d3ec268656d5071918bfec78cfd8b070ed"
integrity sha512-Rbj2R9zwP2GYNcIak4xoAMV57hrBh3hTaR0k7hVjwCQgryE/pw5px4b13EYjduOI0hfXyZhwBxaGpOTbWSGzKQ==
Expand Down Expand Up @@ -3552,28 +3559,28 @@ natural-compare@^1.4.0:
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==

next@^14.2.7:
version "14.2.7"
resolved "https://registry.yarnpkg.com/next/-/next-14.2.7.tgz#e02d5d9622ff4b998e5c89adfd660c9bf6435970"
integrity sha512-4Qy2aK0LwH4eQiSvQWyKuC7JXE13bIopEQesWE0c/P3uuNRnZCQanI0vsrMLmUQJLAto+A+/8+sve2hd+BQuOQ==
next@^14.2.8:
version "14.2.8"
resolved "https://registry.yarnpkg.com/next/-/next-14.2.8.tgz#d5fa17432c7d06bd0c33e3db3c55520b39b34c55"
integrity sha512-EyEyJZ89r8C5FPlS/401AiF3O8jeMtHIE+bLom9MwcdWJJFBgRl+MR/2VgO0v5bI6tQORNY0a0DR5sjpFNrjbg==
dependencies:
"@next/env" "14.2.7"
"@next/env" "14.2.8"
"@swc/helpers" "0.5.5"
busboy "1.6.0"
caniuse-lite "^1.0.30001579"
graceful-fs "^4.2.11"
postcss "8.4.31"
styled-jsx "5.1.1"
optionalDependencies:
"@next/swc-darwin-arm64" "14.2.7"
"@next/swc-darwin-x64" "14.2.7"
"@next/swc-linux-arm64-gnu" "14.2.7"
"@next/swc-linux-arm64-musl" "14.2.7"
"@next/swc-linux-x64-gnu" "14.2.7"
"@next/swc-linux-x64-musl" "14.2.7"
"@next/swc-win32-arm64-msvc" "14.2.7"
"@next/swc-win32-ia32-msvc" "14.2.7"
"@next/swc-win32-x64-msvc" "14.2.7"
"@next/swc-darwin-arm64" "14.2.8"
"@next/swc-darwin-x64" "14.2.8"
"@next/swc-linux-arm64-gnu" "14.2.8"
"@next/swc-linux-arm64-musl" "14.2.8"
"@next/swc-linux-x64-gnu" "14.2.8"
"@next/swc-linux-x64-musl" "14.2.8"
"@next/swc-win32-arm64-msvc" "14.2.8"
"@next/swc-win32-ia32-msvc" "14.2.8"
"@next/swc-win32-x64-msvc" "14.2.8"

node-releases@^2.0.18:
version "2.0.18"
Expand Down Expand Up @@ -3925,7 +3932,7 @@ postcss@8.4.31:
picocolors "^1.0.0"
source-map-js "^1.0.2"

postcss@^8.4.23, postcss@^8.4.43, postcss@^8.4.44:
postcss@^8.4.23, postcss@^8.4.43:
version "8.4.44"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.44.tgz#d56834ef6508610ba224bb22b2457b2169ed0480"
integrity sha512-Aweb9unOEpQ3ezu4Q00DPvvM2ZTUitJdNKeP/+uQgr1IBIqu574IaZoURId7BKtWMREwzKa9OgzPzezWGPWFQw==
Expand All @@ -3934,6 +3941,15 @@ postcss@^8.4.23, postcss@^8.4.43, postcss@^8.4.44:
picocolors "^1.0.1"
source-map-js "^1.2.0"

postcss@^8.4.45:
version "8.4.45"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.45.tgz#538d13d89a16ef71edbf75d895284ae06b79e603"
integrity sha512-7KTLTdzdZZYscUc65XmjFiB73vBhBfbPztCYdUNvlaso9PrzjzcmjqBPR0lNGkcVlcO4BjiO5rK/qNz+XAen1Q==
dependencies:
nanoid "^3.3.7"
picocolors "^1.0.1"
source-map-js "^1.2.0"

prelude-ls@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
Expand Down

0 comments on commit de32ec9

Please sign in to comment.