Skip to content

Commit a20d086

Browse files
chore(deps): update dependency pascalcase to v2
1 parent 9b0b1f7 commit a20d086

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"conventional-changelog-cli": "^2.2.2",
4848
"jest": "^26.6.3",
4949
"lint-staged": "^13.0.3",
50-
"pascalcase": "^1.0.0",
50+
"pascalcase": "^2.0.0",
5151
"prettier": "^3.1.1",
5252
"rollup": "^2.79.1",
5353
"rollup-plugin-terser": "^7.0.2",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1715,6 +1715,11 @@ camelcase@^6.0.0:
17151715
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.2.0.tgz#924af881c9d525ac9d87f40d964e5cea982a1809"
17161716
integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==
17171717

1718+
camelcase@^6.2.1:
1719+
version "6.3.0"
1720+
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a"
1721+
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
1722+
17181723
caniuse-api@^3.0.0:
17191724
version "3.0.0"
17201725
resolved "https://registry.yarnpkg.com/caniuse-api/-/caniuse-api-3.0.0.tgz#5e4d90e2274961d46291997df599e3ed008ee4c0"
@@ -4793,10 +4798,12 @@ pascalcase@^0.1.1:
47934798
resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14"
47944799
integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=
47954800

4796-
pascalcase@^1.0.0:
4797-
version "1.0.0"
4798-
resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-1.0.0.tgz#d2fd7d73f2969606d2b56e17f5261be41c43c381"
4799-
integrity sha512-BSExi0rRnCHReJys6NocaK+cfTXNinAegfWBvr0JD3hiaEG7Nuc7r0CIdOJunXrs8gU/sbHQ9dxVAtiVQisjmg==
4801+
pascalcase@^2.0.0:
4802+
version "2.0.0"
4803+
resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-2.0.0.tgz#13515fcbfa76eddff9282827f59f7868e3cc9250"
4804+
integrity sha512-DHpENy5Qm/FaX+x3iBLoMLG/XHNCTgL+yErm1TwuVaj6u4fiOSkYkf60vGtITk7hrKHOO4uCl9vRrD4hqjNKjg==
4805+
dependencies:
4806+
camelcase "^6.2.1"
48004807

48014808
path-exists@^3.0.0:
48024809
version "3.0.0"

0 commit comments

Comments
 (0)