Skip to content

Commit

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

* fix: remove unused option from snapshots

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: dominikg <[email protected]>
  • Loading branch information
renovate[bot] and dominikg authored May 23, 2024
1 parent 0f18da0 commit 10d41e7
Show file tree
Hide file tree
Showing 10 changed files with 233 additions and 222 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,32 +20,32 @@
"bench": "node --expose-gc -max-old-space-size=4096 scripts/bench.js"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@changesets/cli": "^2.27.3",
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
"dts-buddy": "^0.4.4",
"esbuild": "^0.20.1",
"dts-buddy": "^0.4.7",
"esbuild": "^0.21.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-markdown": "^5.0.0",
"eslint-plugin-n": "^17.7.0",
"eslint-plugin-prettier": "^5.1.3",
"get-tsconfig": "^4.7.3",
"get-tsconfig": "^4.7.5",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"npm-run-all2": "^6.1.2",
"lint-staged": "^15.2.4",
"npm-run-all2": "^6.2.0",
"prettier": "^3.2.5",
"publint": "^0.2.7",
"publint": "^0.2.8",
"tiny-glob": "^0.2.9",
"tinybench": "^2.6.0",
"tinybench": "^2.8.0",
"tsconfck": "workspace:^",
"tsconfck-2": "npm:tsconfck@^2.1.2",
"vitest": "^1.3.1"
"vitest": "^1.6.0"
},
"lint-staged": {
"*.{js,md}": "eslint --cache --fix",
"*": "prettier --cache --ignore-path .prettierignore --ignore-unknown --write"
},
"packageManager": "[email protected].4",
"packageManager": "[email protected].8",
"engines": {
"node": "^18 || >=20"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/tsconfck/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
}
},
"devDependencies": {
"@tsconfig/node18": "^18.2.2",
"@vitest/coverage-v8": "^1.3.1",
"esbuild": "^0.20.1",
"@tsconfig/node18": "^18.2.4",
"@vitest/coverage-v8": "^1.6.0",
"esbuild": "^0.21.3",
"tiny-glob": "^0.2.9",
"typescript": "^5.4.2",
"vitest": "^1.3.1"
"typescript": "^5.4.5",
"vitest": "^1.6.0"
},
"engines": {
"node": "^18 || >=20"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "node16",
"types": [
"foo"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "node16",
"types": [
"foo"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "node16"
},
"include": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "node16",
"types": [
"foo"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "node16",
"types": [
"foo"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "node16"
},
"include": [
Expand Down
1 change: 0 additions & 1 deletion packages/tsconfck/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"target": "es2022",
"moduleResolution": "bundler",
"strict": true,
"forceConsistentCasingInFileNames": true,
"allowJs": true
},
"include": ["bin/**/*", "src/**/*", "types/**/*"],
Expand Down
Loading

0 comments on commit 10d41e7

Please sign in to comment.