Skip to content

Commit

Permalink
Merge pull request #207 from gitKrystan/upgrade-dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gitKrystan authored Dec 27, 2023
2 parents 6dea882 + c36ad3d commit f9058c2
Show file tree
Hide file tree
Showing 3 changed files with 223 additions and 306 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,34 +50,34 @@
"test:run": "vitest run"
},
"dependencies": {
"@babel/core": "^7.23.5",
"@babel/core": "^7.23.6",
"prettier": "^3.1.0"
},
"devDependencies": {
"@babel/types": "^7.23.5",
"@babel/types": "^7.23.6",
"@release-it-plugins/lerna-changelog": "^6.0.0",
"@tsconfig/node18": "^18.2.2",
"@tsconfig/strictest": "^2.0.2",
"@types/babel__core": "^7.20.5",
"@types/eslint": "^8.44.8",
"@types/node": "^18.19.2",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@vitest/ui": "^0.34.6",
"@types/eslint": "^8.56.0",
"@types/node": "^18.19.3",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@vitest/ui": "^0.34.7",
"concurrently": "^8.2.2",
"content-tag": "^1.1.2",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-jsdoc": "^46.9.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-jsdoc": "^46.9.1",
"eslint-plugin-n": "^16.5.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unicorn": "^49.0.0",
"eslint-plugin-vitest": "^0.3.10",
"prettier-plugin-jsdoc": "^1.1.1",
"eslint-plugin-unicorn": "^50.0.1",
"eslint-plugin-vitest": "^0.3.20",
"prettier-plugin-jsdoc": "^1.3.0",
"release-it": "^16.3.0",
"typescript": "^5.3.2",
"vite": "^4.5.0",
"typescript": "^5.3.3",
"vite": "^4.5.1",
"vitest": "^0.34.6"
},
"peerDependencies": {
Expand All @@ -88,7 +88,7 @@
},
"volta": {
"node": "18.19.0",
"pnpm": "8.11.0"
"pnpm": "8.13.1"
},
"changelog": {
"labels": {
Expand Down
Loading

0 comments on commit f9058c2

Please sign in to comment.