Skip to content

Commit

Permalink
Merge pull request #5282 from Hacker0x01/dependabot/npm_and_yarn/roll…
Browse files Browse the repository at this point in the history
…up/plugin-typescript-12.1.2

chore(deps-dev): bump @rollup/plugin-typescript from 11.1.6 to 12.1.2
  • Loading branch information
martijnrusschen authored Jan 22, 2025
2 parents a10b632 + 5b21389 commit ba9d2b4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"homepage": "https://github.com/Hacker0x01/react-datepicker",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/es/index.js",
"module": "dist/index.es.js",
"unpkg": "dist/react-datepicker.min.js",
"style": "dist/react-datepicker.min.css",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/es/index.js"
"default": "./dist/index.es.js"
},
"require": {
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -48,7 +48,7 @@
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@rollup/plugin-typescript": "^12.1.2",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "14.5.2",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"baseUrl": "src/",
"typeRoots": ["./src/@types", "./node_modules/@types"],
"types": ["node", "jest"],
"skipLibCheck": true,
"skipLibCheck": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2351,9 +2351,9 @@ __metadata:
languageName: node
linkType: hard

"@rollup/plugin-typescript@npm:^11.1.6":
version: 11.1.6
resolution: "@rollup/plugin-typescript@npm:11.1.6"
"@rollup/plugin-typescript@npm:^12.1.2":
version: 12.1.2
resolution: "@rollup/plugin-typescript@npm:12.1.2"
dependencies:
"@rollup/pluginutils": "npm:^5.1.0"
resolve: "npm:^1.22.1"
Expand All @@ -2366,7 +2366,7 @@ __metadata:
optional: true
tslib:
optional: true
checksum: 10c0/5347cd73ac28d4cf2401a3e689864a1a0df8f3ae029abd9c38525cbc84bcfa16c3a32a0ac5698dac65ec531ba7cf8332e14f5fc7f8fa501193da23320a134c5c
checksum: 10c0/f447e23371bb1815030446ada3f57608bc6665f8aa2cd7343c4aa18021790fa3ba4783146ea576fb650d6ec68876182d0bc789a05b1a9163c09b16c17efdf868
languageName: node
linkType: hard

Expand Down Expand Up @@ -8515,7 +8515,7 @@ __metadata:
"@rollup/plugin-commonjs": "npm:^28.0.0"
"@rollup/plugin-node-resolve": "npm:^16.0.0"
"@rollup/plugin-terser": "npm:^0.4.4"
"@rollup/plugin-typescript": "npm:^11.1.6"
"@rollup/plugin-typescript": "npm:^12.1.2"
"@testing-library/dom": "npm:^10.4.0"
"@testing-library/react": "npm:^16.0.0"
"@testing-library/user-event": "npm:14.5.2"
Expand Down

0 comments on commit ba9d2b4

Please sign in to comment.