Skip to content

Commit

Permalink
chore: Update TypeScript and Rollup configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Rogerio Felix committed May 22, 2024
1 parent 2c3f52a commit 103ca99
Show file tree
Hide file tree
Showing 5 changed files with 310 additions and 234 deletions.
File renamed without changes.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"type": "module",
"engines": {
"node": ">=21",
"npm": ">=10"
"node": ">=20",
"npm": ">=9"
},
"type": "module",
"scripts": {
"dev": "next dev",
"start": "next start",
Expand All @@ -35,14 +35,20 @@
"resize-observer-polyfill": "^1.5.1"
},
"peerDependencies": {
"prop-types": "^15.5.4",
"react": "^18",
"react-dom": "^18",
"prop-types": "^15.8.1",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"styled-components": "^6.1.11"
},
"devDependencies": {
"@babel/preset-env": "^7.24.5",
"@babel/preset-react": "^7.24.1",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-url": "^8.0.2",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@types/jest": "^29.5.12",
Expand All @@ -58,20 +64,14 @@
"eslint-config-prettier": "^9.1.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"next": "14.2.3",
"next": "^14.2.3",
"prettier": "^3.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup": "^4.17.2",
"rollup-plugin-alias": "^2.2.0",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-url": "^3.0.1",
"sass": "^1.77.2",
"styled-components": "^6.1.11",
"typescript": "^5.4.5"
Expand All @@ -87,7 +87,7 @@
"reactjs",
"carrousel",
"slides",
"flexibale",
"flexible",
"rtl",
"right-to-left",
"resize",
Expand Down
Loading

0 comments on commit 103ca99

Please sign in to comment.