Skip to content

Commit a9b2da6

Browse files
committed
Merge branch 'main' of https://github.com/coreui/coreui-icons-react into HEAD
2 parents a38e373 + 41c5ac7 commit a9b2da6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

package.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,40 @@
3737
"test:update": "jest --coverage --updateSnapshot"
3838
},
3939
"devDependencies": {
40+
<<<<<<< HEAD
4041
"@rollup/plugin-commonjs": "^25.0.2",
4142
"@rollup/plugin-node-resolve": "^15.1.0",
4243
"@rollup/plugin-typescript": "^11.1.2",
4344
"@testing-library/jest-dom": "^5.16.5",
4445
"@testing-library/react": "^14.0.0",
4546
"@types/react": "^18.2.14",
4647
"@types/react-dom": "^18.2.6",
48+
=======
49+
"@rollup/plugin-commonjs": "^25.0.1",
50+
"@rollup/plugin-node-resolve": "^15.1.0",
51+
"@rollup/plugin-typescript": "^11.1.1",
52+
"@testing-library/jest-dom": "^5.16.5",
53+
"@testing-library/react": "^14.0.0",
54+
"@types/react": "^18.2.11",
55+
"@types/react-dom": "^18.2.4",
56+
>>>>>>> 41c5ac7443275a0274a06661f0569b5026cdf917
4757
"classnames": "^2.3.2",
4858
"jest": "^29.6.1",
4959
"jest-environment-jsdom": "^29.6.1",
5060
"prop-types": "^15.8.1",
5161
"react": "^18.2.0",
5262
"react-dom": "^18.2.0",
63+
<<<<<<< HEAD
5364
"rollup": "^3.26.2",
5465
"rollup-plugin-import-css": "^3.3.1",
5566
"ts-jest": "^29.1.1",
5667
"typescript": "^5.1.6"
68+
=======
69+
"rollup": "^3.25.0",
70+
"rollup-plugin-import-css": "^3.2.1",
71+
"ts-jest": "^29.1.0",
72+
"typescript": "^4.9.5"
73+
>>>>>>> 41c5ac7443275a0274a06661f0569b5026cdf917
5774
},
5875
"peerDependencies": {
5976
"react": ">=17",

0 commit comments

Comments
 (0)