Skip to content

Commit bf4c8b9

Browse files
chore: downgrade nanoid
1 parent c7f80a4 commit bf4c8b9

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.changeset/rotten-bikes-confess.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'polaris-glints': major
3+
---
4+
5+
downgrade nanoid

polaris-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@types/react": "*",
6868
"@types/react-dom": "*",
6969
"@types/react-transition-group": "^4.4.2",
70-
"nanoid": "^4.0.0",
70+
"nanoid": "3.3.4",
7171
"react-fast-compare": "^3.2.0",
7272
"react-transition-group": "^4.4.2"
7373
},

yarn.lock

+5-10
Original file line numberDiff line numberDiff line change
@@ -11699,20 +11699,15 @@ nan@^2.12.1, nan@^2.13.2:
1169911699
resolved "https://registry.yarnpkg.com/nan/-/nan-2.15.0.tgz#3f34a473ff18e15c1b5626b62903b5ad6e665fee"
1170011700
integrity sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ==
1170111701

11702-
nanoid@^3.1.28, nanoid@^3.3.1:
11703-
version "3.3.3"
11704-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.3.tgz#fd8e8b7aa761fe807dba2d1b98fb7241bb724a25"
11705-
integrity sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==
11706-
11707-
nanoid@^3.3.4:
11702+
[email protected], nanoid@^3.3.4:
1170811703
version "3.3.4"
1170911704
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
1171011705
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
1171111706

11712-
nanoid@^4.0.0:
11713-
version "4.0.0"
11714-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-4.0.0.tgz#6e144dee117609232c3f415c34b0e550e64999a5"
11715-
integrity sha512-IgBP8piMxe/gf73RTQx7hmnhwz0aaEXYakvqZyE302IXW3HyVNhdNGC+O2MwMAVhLEnvXlvKtGbtJf6wvHihCg==
11707+
nanoid@^3.1.28, nanoid@^3.3.1:
11708+
version "3.3.3"
11709+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.3.tgz#fd8e8b7aa761fe807dba2d1b98fb7241bb724a25"
11710+
integrity sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==
1171611711

1171711712
nanomatch@^1.2.9:
1171811713
version "1.2.13"

0 commit comments

Comments
 (0)