Skip to content

Commit

Permalink
Update all non-major dependencies (#367)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Adam <adam@haglund.dev>
  • Loading branch information
renovate[bot] and beeequeue authored Oct 10, 2023
1 parent de51ebb commit c73c9db
Show file tree
Hide file tree
Showing 11 changed files with 1,745 additions and 2,263 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ module.exports = {
},
},
],
rules: {
"@typescript-eslint/prefer-nullish-coalescing": "off",
},
}
3 changes: 3 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
save-exact = true
shell-emulator = true
strict-peer-dependencies=false
54 changes: 34 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "siege-ui",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@8.6.1",
"packageManager": "pnpm@8.9.0",
"engines": {
"node": "^18"
"node": "^20"
},
"scripts": {
"build": "pnpm typecheck && vite build",
Expand All @@ -22,29 +22,29 @@
"dependencies": {
"clipboard-copy": "4.0.1",
"fathom-client": "3.5.0",
"graphql": "16.6.0",
"graphql": "16.8.1",
"vue": "3.3.4"
},
"devDependencies": {
"@beequeue/eslint-plugin": "2.1.1",
"@graphql-codegen/add": "4.0.1",
"@graphql-codegen/cli": "3.3.1",
"@graphql-codegen/typescript": "3.0.4",
"@graphql-codegen/typescript-operations": "3.0.4",
"@vitejs/plugin-vue": "4.2.3",
"@beequeue/eslint-plugin": "4.0.0",
"@graphql-codegen/add": "5.0.0",
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-operations": "4.0.1",
"@vitejs/plugin-vue": "4.4.0",
"@vue/compiler-sfc": "3.3.4",
"browserslist": "4.21.7",
"esbuild-plugin-browserslist": "0.7.2",
"eslint": "8.49.0",
"browserslist": "4.22.1",
"esbuild-plugin-browserslist": "0.9.1",
"eslint": "8.51.0",
"husky": "8.0.3",
"lint-staged": "13.3.0",
"prettier": "2.8.8",
"sass": "1.62.1",
"typescript": "5.1.3",
"vite": "4.3.9",
"vite-plugin-webfont-dl": "3.7.4",
"vite-tsconfig-paths": "4.2.0",
"vue-tsc": "1.6.5"
"lint-staged": "14.0.1",
"prettier": "3.0.3",
"sass": "1.69.1",
"typescript": "5.2.2",
"vite": "4.4.11",
"vite-plugin-webfont-dl": "3.7.6",
"vite-tsconfig-paths": "4.2.1",
"vue-tsc": "1.8.18"
},
"pnpm": {
"peerDependencyRules": {
Expand All @@ -53,6 +53,20 @@
"esbuild",
"ts-node"
]
},
"overrides": {
"array-includes": "npm:@nolyfill/array-includes@latest",
"array.prototype.flat": "npm:@nolyfill/array.prototype.flat@latest",
"array.prototype.flatmap": "npm:@nolyfill/array.prototype.flatmap@latest",
"array.prototype.tosorted": "npm:@nolyfill/array.prototype.tosorted@latest",
"es-iterator-helpers": "npm:@nolyfill/es-iterator-helpers@latest",
"has": "npm:@nolyfill/has@latest",
"object.assign": "npm:@nolyfill/object.assign@latest",
"object.entries": "npm:@nolyfill/object.entries@latest",
"object.fromentries": "npm:@nolyfill/object.fromentries@latest",
"object.hasown": "npm:@nolyfill/object.hasown@latest",
"object.values": "npm:@nolyfill/object.values@latest",
"string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@latest"
}
}
}
Loading

0 comments on commit c73c9db

Please sign in to comment.