Skip to content

Commit 457b483

Browse files
committed
feat: canvas-confetti 패키지 재설치
1 parent 303d9cd commit 457b483

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.pnp.cjs

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@tanstack/react-query": "^5.64.2",
20+
"canvas-confetti": "^1.9.3",
2021
"classnames": "^2.5.1",
2122
"react": "^18.3.1",
2223
"react-canvas-confetti": "^2.0.7",
@@ -37,6 +38,7 @@
3738
"@testing-library/dom": "^10.4.0",
3839
"@testing-library/jest-dom": "^6.1.3",
3940
"@testing-library/react": "^16.2.0",
41+
"@types/canvas-confetti": "^1",
4042
"@types/jest": "^29.5.14",
4143
"@types/node": "^22.10.7",
4244
"@types/react": "^18.3.18",

yarn.lock

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2455,7 +2455,7 @@ __metadata:
24552455
languageName: node
24562456
linkType: hard
24572457

2458-
"@types/canvas-confetti@npm:^1.6.4":
2458+
"@types/canvas-confetti@npm:^1, @types/canvas-confetti@npm:^1.6.4":
24592459
version: 1.9.0
24602460
resolution: "@types/canvas-confetti@npm:1.9.0"
24612461
checksum: 10c0/ffe2c674d466b8e13472c81ab2a97056f3433fd40a3513dbc1bb76764e4e7c3ff0a2a58d37b16ea6a245c831077c553db321b069dda6572eab59f2be61137b2e
@@ -3578,7 +3578,7 @@ __metadata:
35783578
languageName: node
35793579
linkType: hard
35803580

3581-
"canvas-confetti@npm:^1.9.2":
3581+
"canvas-confetti@npm:^1.9.2, canvas-confetti@npm:^1.9.3":
35823582
version: 1.9.3
35833583
resolution: "canvas-confetti@npm:1.9.3"
35843584
checksum: 10c0/94c6f16591660d5ed4a48afb8da65902826ce6b38edc7644d62521aa9bf9ef5b950aa4396e980e7fe0a38e5f41a991a6d984721412a54c9fba4de3682c1eead0
@@ -7818,13 +7818,15 @@ __metadata:
78187818
"@testing-library/dom": "npm:^10.4.0"
78197819
"@testing-library/jest-dom": "npm:^6.1.3"
78207820
"@testing-library/react": "npm:^16.2.0"
7821+
"@types/canvas-confetti": "npm:^1"
78217822
"@types/jest": "npm:^29.5.14"
78227823
"@types/node": "npm:^22.10.7"
78237824
"@types/react": "npm:^18.3.18"
78247825
"@types/react-dom": "npm:^18.3.5"
78257826
"@typescript-eslint/eslint-plugin": "npm:^8.20.0"
78267827
"@typescript-eslint/parser": "npm:^8.20.0"
78277828
"@vitejs/plugin-react": "npm:^4.3.4"
7829+
canvas-confetti: "npm:^1.9.3"
78287830
chromatic: "npm:^11.25.1"
78297831
classnames: "npm:^2.5.1"
78307832
cypress: "npm:^14.0.0"

0 commit comments

Comments
 (0)