Skip to content

Commit 35d9481

Browse files
Bump decode-uri-component from 0.2.0 to 0.2.2
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases) - [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2) --- updated-dependencies: - dependency-name: decode-uri-component dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f9828fa commit 35d9481

File tree

3 files changed

+44
-44
lines changed

3 files changed

+44
-44
lines changed
Binary file not shown.

.yarn/install-state.gz

5.4 KB
Binary file not shown.

yarn.lock

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -2461,9 +2461,9 @@ __metadata:
24612461
linkType: hard
24622462

24632463
"decode-uri-component@npm:^0.2.0":
2464-
version: 0.2.0
2465-
resolution: "decode-uri-component@npm:0.2.0"
2466-
checksum: f3749344ab9305ffcfe4bfe300e2dbb61fc6359e2b736812100a3b1b6db0a5668cba31a05e4b45d4d63dbf1a18dfa354cd3ca5bb3ededddabb8cd293f4404f94
2464+
version: 0.2.2
2465+
resolution: "decode-uri-component@npm:0.2.2"
2466+
checksum: 95476a7d28f267292ce745eac3524a9079058bbb35767b76e3ee87d42e34cd0275d2eb19d9d08c3e167f97556e8a2872747f5e65cbebcac8b0c98d83e285f139
24672467
languageName: node
24682468
linkType: hard
24692469

@@ -6021,6 +6021,47 @@ __metadata:
60216021
languageName: node
60226022
linkType: hard
60236023

6024+
"react_ts-vite-jest-testing_library-cypress-storybook-tailwindcss@workspace:.":
6025+
version: 0.0.0-use.local
6026+
resolution: "react_ts-vite-jest-testing_library-cypress-storybook-tailwindcss@workspace:."
6027+
dependencies:
6028+
"@tailwindcss/line-clamp": ^0.4.0
6029+
"@tailwindcss/typography": ^0.5.4
6030+
"@testing-library/cypress": ^8.0.3
6031+
"@testing-library/dom": ^8.16.0
6032+
"@testing-library/jest-dom": ^5.16.4
6033+
"@testing-library/react": ^13.3.0
6034+
"@testing-library/user-event": ^14.2.5
6035+
"@types/jest": ^28.1.6
6036+
"@types/react": ^18.0.15
6037+
"@types/react-dom": ^18.0.6
6038+
"@types/uuid": ^8.3.4
6039+
"@typescript-eslint/eslint-plugin": ^5.30.6
6040+
"@typescript-eslint/parser": ^5.30.6
6041+
"@vitejs/plugin-react": ^2.0.0
6042+
autoprefixer: ^10.4.7
6043+
axios: ^0.27.2
6044+
cypress: ^10.3.0
6045+
eslint: ^8.19.0
6046+
eslint-config-prettier: ^8.5.0
6047+
eslint-plugin-prettier: ^4.2.1
6048+
eslint-plugin-react: ^7.30.1
6049+
jest: ^28.1.3
6050+
jest-environment-jsdom: ^28.1.3
6051+
postcss: ^8.4.14
6052+
prettier: 2.7.1
6053+
react: ^18.2.0
6054+
react-dom: ^18.2.0
6055+
react-router-dom: 6
6056+
sass: ^1.53.0
6057+
tailwindcss: ^3.1.6
6058+
typescript: ^4.6.4
6059+
uuid: ^8.3.2
6060+
vite: ^3.0.0
6061+
whatwg-fetch: ^3.6.2
6062+
languageName: unknown
6063+
linkType: soft
6064+
60246065
"read-cache@npm:^1.0.0":
60256066
version: 1.0.0
60266067
resolution: "read-cache@npm:1.0.0"
@@ -6728,47 +6769,6 @@ __metadata:
67286769
languageName: node
67296770
linkType: hard
67306771

6731-
"template@workspace:.":
6732-
version: 0.0.0-use.local
6733-
resolution: "template@workspace:."
6734-
dependencies:
6735-
"@tailwindcss/line-clamp": ^0.4.0
6736-
"@tailwindcss/typography": ^0.5.4
6737-
"@testing-library/cypress": ^8.0.3
6738-
"@testing-library/dom": ^8.16.0
6739-
"@testing-library/jest-dom": ^5.16.4
6740-
"@testing-library/react": ^13.3.0
6741-
"@testing-library/user-event": ^14.2.5
6742-
"@types/jest": ^28.1.6
6743-
"@types/react": ^18.0.15
6744-
"@types/react-dom": ^18.0.6
6745-
"@types/uuid": ^8.3.4
6746-
"@typescript-eslint/eslint-plugin": ^5.30.6
6747-
"@typescript-eslint/parser": ^5.30.6
6748-
"@vitejs/plugin-react": ^2.0.0
6749-
autoprefixer: ^10.4.7
6750-
axios: ^0.27.2
6751-
cypress: ^10.3.0
6752-
eslint: ^8.19.0
6753-
eslint-config-prettier: ^8.5.0
6754-
eslint-plugin-prettier: ^4.2.1
6755-
eslint-plugin-react: ^7.30.1
6756-
jest: ^28.1.3
6757-
jest-environment-jsdom: ^28.1.3
6758-
postcss: ^8.4.14
6759-
prettier: 2.7.1
6760-
react: ^18.2.0
6761-
react-dom: ^18.2.0
6762-
react-router-dom: 6
6763-
sass: ^1.53.0
6764-
tailwindcss: ^3.1.6
6765-
typescript: ^4.6.4
6766-
uuid: ^8.3.2
6767-
vite: ^3.0.0
6768-
whatwg-fetch: ^3.6.2
6769-
languageName: unknown
6770-
linkType: soft
6771-
67726772
"terminal-link@npm:^2.0.0":
67736773
version: 2.1.1
67746774
resolution: "terminal-link@npm:2.1.1"

0 commit comments

Comments
 (0)