Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
foray1010 committed Sep 14, 2024
1 parent 4d8acef commit 14d55cb
Show file tree
Hide file tree
Showing 2 changed files with 1,170 additions and 1,186 deletions.
40 changes: 21 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,13 @@
"sideEffects": false,
"type": "module",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs",
"types": {
"import": "./dist/index.d.mts",
"require": "./dist/index.d.ts"
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.cjs"
}
},
"main": "./dist/index.cjs",
Expand Down Expand Up @@ -67,38 +69,38 @@
"lodash.deburr": "^4.1.0"
},
"devDependencies": {
"@babel/core": "7.24.9",
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@babel/core": "7.25.2",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@foray1010/babel-preset": "10.0.0",
"@foray1010/eslint-config": "12.3.0",
"@foray1010/eslint-config": "13.0.1",
"@foray1010/jest-preset": "5.1.0",
"@foray1010/prettier-config": "11.0.1",
"@foray1010/remark-preset": "10.0.1",
"@foray1010/tsconfig": "12.1.0",
"@foray1010/tsconfig": "13.0.0",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "26.0.1",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-terser": "0.4.4",
"@size-limit/preset-small-lib": "11.1.4",
"@types/jest": "29.5.12",
"@size-limit/preset-small-lib": "11.1.5",
"@types/jest": "29.5.13",
"@types/lodash.deburr": "4.1.9",
"eslint": "8.57.0",
"eslint": "9.10.0",
"ignore-sync": "7.0.1",
"jest": "29.7.0",
"lint-staged": "15.2.7",
"lint-staged": "15.2.10",
"node-notifier": "10.0.1",
"npm-run-all2": "6.2.2",
"npm-run-all2": "6.2.3",
"prettier": "3.3.3",
"remark-cli": "12.0.1",
"rollup": "4.19.0",
"rollup": "4.21.3",
"rollup-plugin-dts": "6.1.1",
"shx": "0.3.4",
"size-limit": "11.1.4",
"size-limit": "11.1.5",
"type-coverage": "2.29.1",
"typescript": "5.5.3"
"typescript": "5.6.2"
},
"packageManager": "yarn@4.3.1",
"packageManager": "yarn@4.5.0",
"engines": {
"node": "^18.12.0 || >=20.9.0"
}
Expand Down
Loading

0 comments on commit 14d55cb

Please sign in to comment.