Skip to content

Commit

Permalink
Bump dependencies (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcain authored Dec 14, 2021
1 parent 349b559 commit d4d714e
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 3,207 deletions.
16 changes: 2 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@
"lint": "eslint . --ext .ts",
"build": "npm run lint && rollup -c",
"build:nolint": "rollup -c",
"test": "jest",
"test:watch": "yarn test -- --watch"
},
"dependencies": {
"obsidian": "obsidianmd/obsidian-api#master",
"obsidian-daily-notes-interface": "0.9.2",
"papaparse": "5.3.0",
"papaparse": "5.3.1",
"tslib": "2.2.0"
},
"devDependencies": {
Expand All @@ -24,24 +23,13 @@
"@rollup/plugin-node-resolve": "11.2.0",
"@rollup/plugin-replace": "2.4.1",
"@rollup/plugin-typescript": "8.2.0",
"@types/jest": "26.0.20",
"@types/moment": "2.13.0",
"@types/papaparse": "5.2.5",
"@types/papaparse": "5.3.1",
"@typescript-eslint/eslint-plugin": "4.17.0",
"@typescript-eslint/parser": "4.17.0",
"eslint": "7.22.0",
"jest": "26.6.3",
"moment": "2.29.1",
"rollup": "2.41.2",
"typescript": "4.2.3"
},
"jest": {
"moduleNameMapper": {
"src/(.*)": "<rootDir>/src/$1"
},
"moduleFileExtensions": [
"js",
"ts"
]
}
}
Loading

0 comments on commit d4d714e

Please sign in to comment.