Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cf29a7e

Browse filesBrowse files
committed
build: update rollup config
1 parent 41c5ac7 commit cf29a7e
Copy full SHA for cf29a7e

File tree

3 files changed

+15
-16
lines changed
Filter options

3 files changed

+15
-16
lines changed

‎package.json

Copy file name to clipboardExpand all lines: package.json
+15-15Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,36 +24,36 @@
2424
"license": "MIT",
2525
"author": "The CoreUI Team (https://github.com/orgs/coreui/people)",
2626
"main": "dist/index.js",
27-
"module": "dist/index.es.js",
28-
"jsnext:main": "dist/index.es.js",
27+
"module": "dist/index.esm.js",
28+
"jsnext:main": "dist/index.esm.js",
2929
"types": "dist/index.d.ts",
3030
"files": [
3131
"dist/",
3232
"src/"
3333
],
3434
"scripts": {
35-
"build": "rollup -c --bundleConfigAsCjs",
35+
"build": "rollup --config",
3636
"test": "jest --coverage",
3737
"test:update": "jest --coverage --updateSnapshot"
3838
},
3939
"devDependencies": {
40-
"@rollup/plugin-commonjs": "^25.0.1",
41-
"@rollup/plugin-node-resolve": "^15.1.0",
42-
"@rollup/plugin-typescript": "^11.1.1",
43-
"@testing-library/jest-dom": "^5.16.5",
40+
"@rollup/plugin-commonjs": "^25.0.7",
41+
"@rollup/plugin-node-resolve": "^15.2.3",
42+
"@rollup/plugin-typescript": "^11.1.5",
43+
"@testing-library/jest-dom": "^6.1.4",
4444
"@testing-library/react": "^14.0.0",
45-
"@types/react": "^18.2.11",
46-
"@types/react-dom": "^18.2.4",
45+
"@types/react": "^18.2.33",
46+
"@types/react-dom": "^18.2.14",
4747
"classnames": "^2.3.2",
48-
"jest": "^29.5.0",
49-
"jest-environment-jsdom": "^29.5.0",
48+
"jest": "^29.7.0",
49+
"jest-environment-jsdom": "^29.7.0",
5050
"prop-types": "^15.8.1",
5151
"react": "^18.2.0",
5252
"react-dom": "^18.2.0",
53-
"rollup": "^3.25.0",
54-
"rollup-plugin-import-css": "^3.2.1",
55-
"ts-jest": "^29.1.0",
56-
"typescript": "^4.9.5"
53+
"rollup": "^4.1.4",
54+
"rollup-plugin-import-css": "^3.3.5",
55+
"ts-jest": "^29.1.1",
56+
"typescript": "^5.2.2"
5757
},
5858
"peerDependencies": {
5959
"react": ">=17",
File renamed without changes.

‎tsconfig.json

Copy file name to clipboardExpand all lines: tsconfig.json
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"noImplicitThis": true,
1616
"noImplicitAny": true,
1717
"strictNullChecks": true,
18-
"suppressImplicitAnyIndexErrors": true,
1918
"noUnusedLocals": true,
2019
"noUnusedParameters": true,
2120
"esModuleInterop": true

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.