mirror of
https://github.com/go-vikunja/vikunja.git
synced 2025-12-05 18:57:47 -06:00
chore(deps): update dev-dependencies (#1316)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: kolaente <k@knt.li>
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"electron": "37.3.1",
|
||||
"electron": "37.5.0",
|
||||
"electron-builder": "26.0.12",
|
||||
"unzipper": "0.12.3"
|
||||
},
|
||||
|
||||
26
desktop/pnpm-lock.yaml
generated
26
desktop/pnpm-lock.yaml
generated
@@ -13,8 +13,8 @@ importers:
|
||||
version: 5.1.0
|
||||
devDependencies:
|
||||
electron:
|
||||
specifier: 37.3.1
|
||||
version: 37.3.1
|
||||
specifier: 37.5.0
|
||||
version: 37.5.0
|
||||
electron-builder:
|
||||
specifier: 26.0.12
|
||||
version: 26.0.12(electron-builder-squirrel-windows@24.13.3)
|
||||
@@ -589,8 +589,8 @@ packages:
|
||||
electron-publish@26.0.11:
|
||||
resolution: {integrity: sha512-a8QRH0rAPIWH9WyyS5LbNvW9Ark6qe63/LqDB7vu2JXYpi0Gma5Q60Dh4tmTqhOBQt0xsrzD8qE7C+D7j+B24A==}
|
||||
|
||||
electron@37.3.1:
|
||||
resolution: {integrity: sha512-7DhktRLqhe6OJh/Bo75bTI0puUYEmIwSzMinocgO63mx3MVjtIn2tYMzLmAleNIlud2htkjpsMG2zT4PiTCloA==}
|
||||
electron@37.5.0:
|
||||
resolution: {integrity: sha512-wOLJoa+XLS+KioTygttvadJ9252utQ3APJuVc72BK6QWH9dof8T/Y+On8cba7V/wtlPaPgyxmI8A0VhPngqqlw==}
|
||||
engines: {node: '>= 12.20.55'}
|
||||
hasBin: true
|
||||
|
||||
@@ -1676,7 +1676,7 @@ snapshots:
|
||||
|
||||
'@electron/notarize@2.5.0':
|
||||
dependencies:
|
||||
debug: 4.3.7
|
||||
debug: 4.4.1
|
||||
fs-extra: 9.1.0
|
||||
promise-retry: 2.0.1
|
||||
transitivePeerDependencies:
|
||||
@@ -1696,7 +1696,7 @@ snapshots:
|
||||
'@electron/osx-sign@1.3.1':
|
||||
dependencies:
|
||||
compare-version: 0.1.2
|
||||
debug: 4.3.7
|
||||
debug: 4.4.1
|
||||
fs-extra: 10.1.0
|
||||
isbinaryfile: 4.0.10
|
||||
minimist: 1.2.8
|
||||
@@ -1709,7 +1709,7 @@ snapshots:
|
||||
'@electron/node-gyp': https://codeload.github.com/electron/node-gyp/tar.gz/06b29aafb7708acef8b3669835c8a7857ebc92d2
|
||||
'@malept/cross-spawn-promise': 2.0.0
|
||||
chalk: 4.1.2
|
||||
debug: 4.3.7
|
||||
debug: 4.4.1
|
||||
detect-libc: 2.0.3
|
||||
fs-extra: 10.1.0
|
||||
got: 11.8.6
|
||||
@@ -1717,7 +1717,7 @@ snapshots:
|
||||
node-api-version: 0.2.0
|
||||
ora: 5.4.1
|
||||
read-binary-file-arch: 1.0.6
|
||||
semver: 7.6.3
|
||||
semver: 7.7.2
|
||||
tar: 6.2.1
|
||||
yargs: 17.7.2
|
||||
transitivePeerDependencies:
|
||||
@@ -1740,7 +1740,7 @@ snapshots:
|
||||
dependencies:
|
||||
'@electron/asar': 3.2.18
|
||||
'@malept/cross-spawn-promise': 2.0.0
|
||||
debug: 4.3.7
|
||||
debug: 4.4.1
|
||||
dir-compare: 4.2.0
|
||||
fs-extra: 11.3.1
|
||||
minimatch: 9.0.5
|
||||
@@ -1769,7 +1769,7 @@ snapshots:
|
||||
|
||||
'@malept/flatpak-bundler@0.4.0':
|
||||
dependencies:
|
||||
debug: 4.3.7
|
||||
debug: 4.4.1
|
||||
fs-extra: 9.1.0
|
||||
lodash: 4.17.21
|
||||
tmp-promise: 3.0.3
|
||||
@@ -2450,7 +2450,7 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
electron@37.3.1:
|
||||
electron@37.5.0:
|
||||
dependencies:
|
||||
'@electron/get': 2.0.3
|
||||
'@types/node': 22.18.0
|
||||
@@ -2758,7 +2758,7 @@ snapshots:
|
||||
http-proxy-agent@7.0.2:
|
||||
dependencies:
|
||||
agent-base: 7.1.1
|
||||
debug: 4.3.7
|
||||
debug: 4.4.1
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
@@ -2777,7 +2777,7 @@ snapshots:
|
||||
https-proxy-agent@7.0.5:
|
||||
dependencies:
|
||||
agent-base: 7.1.1
|
||||
debug: 4.3.7
|
||||
debug: 4.4.1
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
import pluginVue from 'eslint-plugin-vue'
|
||||
import js from '@eslint/js'
|
||||
import vueTsEslintConfig from '@vue/eslint-config-typescript'
|
||||
import { fileURLToPath } from 'node:url'
|
||||
import { dirname } from 'node:path'
|
||||
|
||||
const __dirname = dirname(fileURLToPath(import.meta.url))
|
||||
|
||||
export default [
|
||||
js.configs.recommended,
|
||||
@@ -69,7 +73,7 @@ export default [
|
||||
parserOptions: {
|
||||
parser: '@typescript-eslint/parser',
|
||||
ecmaVersion: 'latest',
|
||||
tsconfigRootDir: '.',
|
||||
tsconfigRootDir: __dirname,
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
@@ -114,32 +114,32 @@
|
||||
"@tsconfig/node22": "22.0.2",
|
||||
"@types/codemirror": "5.60.16",
|
||||
"@types/is-touch-device": "1.0.3",
|
||||
"@types/node": "22.17.2",
|
||||
"@types/node": "22.18.3",
|
||||
"@types/sortablejs": "1.15.8",
|
||||
"@typescript-eslint/eslint-plugin": "8.40.0",
|
||||
"@typescript-eslint/parser": "8.40.0",
|
||||
"@typescript-eslint/eslint-plugin": "8.43.0",
|
||||
"@typescript-eslint/parser": "8.43.0",
|
||||
"@vitejs/plugin-vue": "6.0.1",
|
||||
"@vue/eslint-config-typescript": "14.6.0",
|
||||
"@vue/test-utils": "2.4.6",
|
||||
"@vue/tsconfig": "0.8.1",
|
||||
"autoprefixer": "10.4.21",
|
||||
"browserslist": "4.25.3",
|
||||
"caniuse-lite": "1.0.30001735",
|
||||
"browserslist": "4.26.0",
|
||||
"caniuse-lite": "1.0.30001741",
|
||||
"csstype": "3.1.3",
|
||||
"cypress": "14.5.4",
|
||||
"esbuild": "0.25.9",
|
||||
"eslint": "9.33.0",
|
||||
"eslint": "9.35.0",
|
||||
"eslint-plugin-vue": "10.4.0",
|
||||
"happy-dom": "18.0.1",
|
||||
"histoire": "1.0.0-alpha.3",
|
||||
"postcss": "8.5.6",
|
||||
"postcss-easing-gradients": "3.0.1",
|
||||
"postcss-preset-env": "10.2.4",
|
||||
"rollup": "4.46.3",
|
||||
"postcss-preset-env": "10.3.1",
|
||||
"rollup": "4.50.2",
|
||||
"rollup-plugin-visualizer": "6.0.3",
|
||||
"sass-embedded": "1.90.0",
|
||||
"start-server-and-test": "2.0.13",
|
||||
"stylelint": "16.23.1",
|
||||
"sass-embedded": "1.92.1",
|
||||
"start-server-and-test": "2.1.0",
|
||||
"stylelint": "16.24.0",
|
||||
"stylelint-config-property-sort-order-smacss": "10.0.0",
|
||||
"stylelint-config-recommended-vue": "1.6.1",
|
||||
"stylelint-config-standard-scss": "15.0.1",
|
||||
@@ -147,13 +147,13 @@
|
||||
"typescript": "5.9.2",
|
||||
"unplugin-inject-preload": "3.0.0",
|
||||
"vite": "7.1.5",
|
||||
"vite-plugin-pwa": "1.0.2",
|
||||
"vite-plugin-pwa": "1.0.3",
|
||||
"vite-plugin-sentry": "1.4.1",
|
||||
"vite-plugin-vue-devtools": "8.0.0",
|
||||
"vite-plugin-vue-devtools": "8.0.2",
|
||||
"vite-svg-loader": "5.1.0",
|
||||
"vitest": "3.2.4",
|
||||
"vue-tsc": "3.0.5",
|
||||
"wait-on": "8.0.4",
|
||||
"vue-tsc": "3.0.7",
|
||||
"wait-on": "8.0.5",
|
||||
"workbox-cli": "7.3.0"
|
||||
},
|
||||
"pnpm": {
|
||||
|
||||
1548
frontend/pnpm-lock.yaml
generated
1548
frontend/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user