Skip to content

Commit

Permalink
fix(package): update dependencies
Browse files Browse the repository at this point in the history
release-npm
  • Loading branch information
tobua committed Nov 20, 2023
1 parent 3e80ab2 commit 2b75353
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,48 +10,48 @@
"test": "vitest run --dir test"
},
"dependencies": {
"@babel/eslint-parser": "^7.22.15",
"@babel/preset-env": "^7.22.20",
"@babel/eslint-parser": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@manypkg/find-root": "^2.2.1",
"@npmcli/map-workspaces": "^3.0.4",
"@types/jest": "^29.5.5",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@types/jest": "^29.5.8",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"current-git-branch": "^1.1.0",
"deep-for-each": "^3.0.0",
"deepmerge": "^4.3.1",
"esbuild": "^0.19.4",
"eslint": "^8.51.0",
"esbuild": "^0.19.6",
"eslint": "^8.54.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"fast-glob": "^3.3.1",
"fast-glob": "^3.3.2",
"filesize": "^10.1.0",
"gzip-size": "^7.0.0",
"is-ci": "^3.0.1",
"jest": "^29.7.0",
"lodash.get": "^4.4.2",
"lodash.set": "^4.3.2",
"lodash.unset": "^4.5.2",
"logua": "^2.3.0",
"npm-check-updates": "^16.14.5",
"logua": "^3.0.2",
"npm-check-updates": "^16.14.11",
"pacote": "^17.0.4",
"pakag": "^3.1.1",
"parse-gitignore": "^2.0.0",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"skip-local-postinstall": "^2.0.4",
"standard-version": "^9.5.0",
"strip-ansi": "^7.1.0",
"stylelint": "^15.10.3",
"stylelint": "^15.11.0",
"stylelint-config-recommended": "^13.0.0",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"type": "module",
"main": "index.js",
Expand Down

0 comments on commit 2b75353

Please sign in to comment.