Skip to content

Commit

Permalink
chore(deps): update npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and suiyun39 committed Dec 12, 2023
1 parent 652309a commit ec6e128
Show file tree
Hide file tree
Showing 2 changed files with 366 additions and 340 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"jsx"
],
"type": "module",
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@8.12.0",
"scripts": {
"build": "tsc && tsup",
"lint": "eslint .",
Expand All @@ -31,27 +31,27 @@
"srcset-parse": "^1.1.0"
},
"peerDependencies": {
"@babel/core": "^7.23.5"
"@babel/core": "^7.23.6"
},
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/core": "^7.23.6",
"@babel/plugin-syntax-jsx": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@types/babel__core": "^7.20.5",
"@types/jest": "^29.5.10",
"@types/node": "^20.10.2",
"@types/react": "^18.2.40",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.4",
"@types/react": "^18.2.43",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"babel-plugin-tester": "^11.0.4",
"eslint": "^8.55.0",
"eslint-config-standard": "^17.1.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
"lint-staged": "^15.1.0",
"lint-staged": "^15.2.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.1",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"lint-staged": {
"*.{js,ts}": "eslint --fix"
Expand Down
Loading

0 comments on commit ec6e128

Please sign in to comment.