Skip to content
This repository has been archived by the owner on Sep 9, 2023. It is now read-only.

Update dependency upgrades - non-major #119

Merged
merged 5 commits into from
Jun 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import mri from 'mri';
import icalParser from 'node-ical';
import rrule from 'rrule';

// eslint-disable-next-line @typescript-eslint/naming-convention
// eslint-disable-next-line @typescript-eslint/naming-convention -- rrule is still not pure ESM
const { RRule } = rrule;

// Not using named imports due to the Node.js ESM import problem
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,35 +30,35 @@
"date-fns": "2.28.0",
"execa": "6.1.0",
"ical-generator": "3.4.3",
"jest": "28.1.0",
"jest": "28.1.1",
"mri": "1.2.0",
"node-ical": "0.15.1",
"rrule": "2.6.9"
"rrule": "2.7.0"
},
"devDependencies": {
"@babel/core": "7.18.2",
"@babel/eslint-parser": "7.18.2",
"@babel/preset-env": "7.18.2",
"@babel/preset-typescript": "7.17.12",
"@next/eslint-plugin-next": "12.1.6",
"@types/jest": "28.1.0",
"@types/jest": "28.1.1",
"@types/mri": "1.1.1",
"@types/node": "17.0.38",
"@types/react": "18.0.10",
"@types/node": "17.0.40",
"@types/react": "18.0.12",
"@types/react-dom": "18.0.5",
"@typescript-eslint/eslint-plugin": "5.27.0",
"@typescript-eslint/parser": "5.27.0",
"@typescript-eslint/eslint-plugin": "5.27.1",
"@typescript-eslint/parser": "5.27.1",
"@upleveled/eslint-config-upleveled": "2.11.0",
"@upleveled/eslint-plugin-upleveled": "2.1.5",
"babel-eslint": "10.1.0",
"babel-jest": "28.1.0",
"eslint": "8.16.0",
"babel-jest": "28.1.1",
"eslint": "8.17.0",
"eslint-config-react-app": "7.0.1",
"eslint-import-resolver-typescript": "2.7.1",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "26.4.6",
"eslint-plugin-jest": "26.5.3",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.30.0",
"eslint-plugin-react-hooks": "4.5.0",
Expand All @@ -67,12 +67,12 @@
"eslint-plugin-testing-library": "5.5.1",
"eslint-plugin-unicorn": "42.0.0",
"patch-package": "6.4.7",
"ts-node": "10.8.0",
"typescript": "4.7.2"
"ts-node": "10.8.1",
"typescript": "4.7.3"
},
"resolutions": {
"@typescript-eslint/eslint-plugin": "5.27.0",
"@typescript-eslint/parser": "5.27.0",
"@typescript-eslint/eslint-plugin": "5.27.1",
"@typescript-eslint/parser": "5.27.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-react": "7.30.0",
"eslint-plugin-react-hooks": "4.5.0"
Expand Down
13 changes: 0 additions & 13 deletions patches/rrule+2.6.9.patch

This file was deleted.

11 changes: 11 additions & 0 deletions patches/rrule+2.7.0.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
diff --git a/node_modules/rrule/dist/esm/src/index.d.ts b/node_modules/rrule/dist/esm/src/index.d.ts
index b87e41e..0794ea6 100644
--- a/node_modules/rrule/dist/esm/src/index.d.ts
+++ b/node_modules/rrule/dist/esm/src/index.d.ts
@@ -20,5 +20,4 @@ export { Frequency, ByWeekday, Options } from './types';
export { Weekday, WeekdayStr } from './weekday';
export { RRuleStrOptions } from './rrulestr';
export { RRule, RRuleSet };
-export default RRule;
//# sourceMappingURL=index.d.ts.map
\ No newline at end of file
Loading