Skip to content

Commit

Permalink
chore(deps): update all dependencies (#1080)
Browse files Browse the repository at this point in the history
* chore(deps): update all dependencies

* chore: maintain deps

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Mirone <Saul-Mirone@outlook.com>
  • Loading branch information
renovate[bot] and Saul-Mirone authored Aug 3, 2023
1 parent 7084cad commit 8d5a6d3
Show file tree
Hide file tree
Showing 5 changed files with 483 additions and 825 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ module.exports = {
'@typescript-eslint/no-unused-vars': 'off',
'@typescript-eslint/consistent-type-definitions': 'off',
'antfu/top-level-function': 'off',
'antfu/named-tuple-spacing': 'off',
},
overrides: [
{
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"engines": {
"node": ">=17",
"pnpm": ">=7"
"pnpm": ">=8"
},
"scripts": {
"postinstall": "husky install",
Expand All @@ -29,7 +29,7 @@
"commit": "git-cz"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.0",
"@antfu/eslint-config": "^0.40.0",
"@changesets/cli": "^2.22.0",
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
Expand All @@ -51,7 +51,7 @@
"concurrently": "^8.0.0",
"cross-env": "^7.0.3",
"esbuild": "^0.18.0",
"eslint": "^8.29.0",
"eslint": "^8.46.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.3.0",
Expand All @@ -74,7 +74,7 @@
"tslib": "^2.5.0",
"typescript": "^5.1.3",
"vite": "^4.2.3",
"vitest": "^0.33.0"
"vitest": "^0.34.0"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
2 changes: 1 addition & 1 deletion packages/exception/src/code.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Copyright 2021, Milkdown by Mirone. */
export const enum ErrorCode {
export enum ErrorCode {
docTypeError = 'docTypeError',
contextNotFound = 'contextNotFound',
timerNotFound = 'timerNotFound',
Expand Down
1 change: 1 addition & 0 deletions packages/plugin-emoji/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import { parse } from './__internal__/parse'
import { twemojiPlugin } from './__internal__/remark-twemoji'
import { withMeta } from './__internal__/with-meta'

// eslint-disable-next-line @typescript-eslint/ban-types
type TwemojiOptions = Exclude<Parameters<typeof Twemoji.parse>[1], Function | undefined>

/// @internal
Expand Down
Loading

0 comments on commit 8d5a6d3

Please sign in to comment.