mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 00:45:31 +02:00
chore(deps): pin all dependencies (#688)
This commit is contained in:
parent
3d3d5e2a60
commit
9db42c090f
4 changed files with 54 additions and 48 deletions
|
@ -59,11 +59,13 @@
|
|||
"tsconfigs",
|
||||
"unfloatable",
|
||||
"unfocusing",
|
||||
"unrs",
|
||||
"updatedAsc",
|
||||
"updatedDefault",
|
||||
"updatedDesc",
|
||||
"VAAPI",
|
||||
"wmfcdm",
|
||||
"workerd",
|
||||
"XPCOM",
|
||||
"xmark",
|
||||
"yumemi",
|
||||
|
|
44
package.json
44
package.json
|
@ -27,7 +27,7 @@
|
|||
"dependencies": {
|
||||
"@astrojs/check": "0.9.4",
|
||||
"@astrojs/cloudflare": "12.5.2",
|
||||
"@astrojs/react": "^4.3.0",
|
||||
"@astrojs/react": "4.3.0",
|
||||
"@astrojs/rss": "4.0.11",
|
||||
"@astrojs/sitemap": "3.3.1",
|
||||
"@astrojs/tailwind": "6.0.2",
|
||||
|
@ -35,37 +35,37 @@
|
|||
"@fortawesome/fontawesome-svg-core": "6.7.1",
|
||||
"@fortawesome/free-brands-svg-icons": "6.7.1",
|
||||
"@fortawesome/free-solid-svg-icons": "6.7.1",
|
||||
"@types/react": "^19.1.6",
|
||||
"@types/react-dom": "^19.1.5",
|
||||
"@types/react": "19.1.6",
|
||||
"@types/react-dom": "19.1.5",
|
||||
"astro": "5.7.10",
|
||||
"astro-navbar": "2.3.7",
|
||||
"turbo": "^2.5.4",
|
||||
"turbo": "2.5.4",
|
||||
"autoprefixer": "10.4.14",
|
||||
"clsx": "2.1.1",
|
||||
"date-fns": "4.1.0",
|
||||
"free-astro-components": "1.2.0",
|
||||
"jiti": "^2.4.2",
|
||||
"lefthook": "^1.11.13",
|
||||
"motion": "^12.15.0",
|
||||
"jiti": "2.4.2",
|
||||
"lefthook": "1.11.13",
|
||||
"motion": "12.15.0",
|
||||
"postcss": "8.5.1",
|
||||
"react": "^19.1.0",
|
||||
"react-dom": "^19.1.0",
|
||||
"react": "19.1.0",
|
||||
"react-dom": "19.1.0",
|
||||
"sharp": "0.33.5",
|
||||
"tailwind-merge": "3.3.0",
|
||||
"tailwindcss": "3.4.15",
|
||||
"typescript": "5.6.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^19.8.1",
|
||||
"@commitlint/config-conventional": "^19.8.1",
|
||||
"@cspell/dict-bash": "^4.2.0",
|
||||
"@cspell/dict-css": "^4.0.17",
|
||||
"@cspell/dict-es-es": "^3.0.3",
|
||||
"@cspell/dict-html": "^4.0.11",
|
||||
"@cspell/dict-node": "^5.0.7",
|
||||
"@cspell/dict-npm": "^5.2.4",
|
||||
"@cspell/dict-typescript": "^3.2.1",
|
||||
"@cspell/eslint-plugin": "^9.0.2",
|
||||
"@commitlint/cli": "19.8.1",
|
||||
"@commitlint/config-conventional": "19.8.1",
|
||||
"@cspell/dict-bash": "4.2.0",
|
||||
"@cspell/dict-css": "4.0.17",
|
||||
"@cspell/dict-es-es": "3.0.3",
|
||||
"@cspell/dict-html": "4.0.11",
|
||||
"@cspell/dict-node": "5.0.7",
|
||||
"@cspell/dict-npm": "5.2.4",
|
||||
"@cspell/dict-typescript": "3.2.1",
|
||||
"@cspell/eslint-plugin": "9.0.2",
|
||||
"@eslint/compat": "1.2.9",
|
||||
"@eslint/eslintrc": "3.3.1",
|
||||
"@eslint/js": "9.27.0",
|
||||
|
@ -79,20 +79,20 @@
|
|||
"@typescript-eslint/parser": "8.33.0",
|
||||
"@typescript-eslint/utils": "8.33.0",
|
||||
"@vitest/coverage-istanbul": "3.1.3",
|
||||
"cspell": "^9.0.2",
|
||||
"cspell": "9.0.2",
|
||||
"eslint": "9.27.0",
|
||||
"eslint-config-prettier": "10.1.5",
|
||||
"eslint-import-resolver-typescript": "4.4.1",
|
||||
"eslint-plugin-astro": "1.3.1",
|
||||
"eslint-plugin-import": "2.31.0",
|
||||
"eslint-plugin-jsonc": "^2.20.1",
|
||||
"eslint-plugin-jsonc": "2.20.1",
|
||||
"eslint-plugin-jsx-a11y": "6.10.2",
|
||||
"eslint-plugin-react": "7.37.5",
|
||||
"eslint-plugin-react-hooks": "5.2.0",
|
||||
"jsdom": "26.1.0",
|
||||
"prettier": "3.5.3",
|
||||
"prettier-plugin-astro": "0.14.1",
|
||||
"prettier-plugin-tailwindcss": "^0.6.11",
|
||||
"prettier-plugin-tailwindcss": "0.6.11",
|
||||
"typescript-eslint": "8.33.0",
|
||||
"vite-tsconfig-paths": "5.1.4",
|
||||
"vitest": "3.1.3",
|
||||
|
|
52
pnpm-lock.yaml
generated
52
pnpm-lock.yaml
generated
|
@ -15,7 +15,7 @@ importers:
|
|||
specifier: 12.5.2
|
||||
version: 12.5.2(@types/node@22.15.18)(astro@5.7.10(@types/node@22.15.18)(jiti@2.4.2)(rollup@4.41.1)(typescript@5.6.3)(yaml@2.8.0))(jiti@2.4.2)(yaml@2.8.0)
|
||||
'@astrojs/react':
|
||||
specifier: ^4.3.0
|
||||
specifier: 4.3.0
|
||||
version: 4.3.0(@types/node@22.15.18)(@types/react-dom@19.1.5(@types/react@19.1.6))(@types/react@19.1.6)(jiti@2.4.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(yaml@2.8.0)
|
||||
'@astrojs/rss':
|
||||
specifier: 4.0.11
|
||||
|
@ -39,10 +39,10 @@ importers:
|
|||
specifier: 6.7.1
|
||||
version: 6.7.1
|
||||
'@types/react':
|
||||
specifier: ^19.1.6
|
||||
specifier: 19.1.6
|
||||
version: 19.1.6
|
||||
'@types/react-dom':
|
||||
specifier: ^19.1.5
|
||||
specifier: 19.1.5
|
||||
version: 19.1.5(@types/react@19.1.6)
|
||||
astro:
|
||||
specifier: 5.7.10
|
||||
|
@ -63,22 +63,22 @@ importers:
|
|||
specifier: 1.2.0
|
||||
version: 1.2.0(@types/node@22.15.18)(jiti@2.4.2)(prettier-plugin-astro@0.14.1)(prettier@3.5.3)(rollup@4.41.1)(yaml@2.8.0)
|
||||
jiti:
|
||||
specifier: ^2.4.2
|
||||
specifier: 2.4.2
|
||||
version: 2.4.2
|
||||
lefthook:
|
||||
specifier: ^1.11.13
|
||||
specifier: 1.11.13
|
||||
version: 1.11.13
|
||||
motion:
|
||||
specifier: ^12.15.0
|
||||
specifier: 12.15.0
|
||||
version: 12.15.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
||||
postcss:
|
||||
specifier: 8.5.1
|
||||
version: 8.5.1
|
||||
react:
|
||||
specifier: ^19.1.0
|
||||
specifier: 19.1.0
|
||||
version: 19.1.0
|
||||
react-dom:
|
||||
specifier: ^19.1.0
|
||||
specifier: 19.1.0
|
||||
version: 19.1.0(react@19.1.0)
|
||||
sharp:
|
||||
specifier: 0.33.5
|
||||
|
@ -90,41 +90,41 @@ importers:
|
|||
specifier: 3.4.15
|
||||
version: 3.4.15
|
||||
turbo:
|
||||
specifier: ^2.5.4
|
||||
specifier: 2.5.4
|
||||
version: 2.5.4
|
||||
typescript:
|
||||
specifier: 5.6.3
|
||||
version: 5.6.3
|
||||
devDependencies:
|
||||
'@commitlint/cli':
|
||||
specifier: ^19.8.1
|
||||
specifier: 19.8.1
|
||||
version: 19.8.1(@types/node@22.15.18)(typescript@5.6.3)
|
||||
'@commitlint/config-conventional':
|
||||
specifier: ^19.8.1
|
||||
specifier: 19.8.1
|
||||
version: 19.8.1
|
||||
'@cspell/dict-bash':
|
||||
specifier: ^4.2.0
|
||||
specifier: 4.2.0
|
||||
version: 4.2.0
|
||||
'@cspell/dict-css':
|
||||
specifier: ^4.0.17
|
||||
specifier: 4.0.17
|
||||
version: 4.0.17
|
||||
'@cspell/dict-es-es':
|
||||
specifier: ^3.0.3
|
||||
specifier: 3.0.3
|
||||
version: 3.0.3
|
||||
'@cspell/dict-html':
|
||||
specifier: ^4.0.11
|
||||
specifier: 4.0.11
|
||||
version: 4.0.11
|
||||
'@cspell/dict-node':
|
||||
specifier: ^5.0.7
|
||||
specifier: 5.0.7
|
||||
version: 5.0.7
|
||||
'@cspell/dict-npm':
|
||||
specifier: ^5.2.4
|
||||
specifier: 5.2.4
|
||||
version: 5.2.4
|
||||
'@cspell/dict-typescript':
|
||||
specifier: ^3.2.1
|
||||
specifier: 3.2.1
|
||||
version: 3.2.1
|
||||
'@cspell/eslint-plugin':
|
||||
specifier: ^9.0.2
|
||||
specifier: 9.0.2
|
||||
version: 9.0.2(eslint@9.27.0(jiti@2.4.2))
|
||||
'@eslint/compat':
|
||||
specifier: 1.2.9
|
||||
|
@ -166,7 +166,7 @@ importers:
|
|||
specifier: 3.1.3
|
||||
version: 3.1.3(vitest@3.1.3(@types/debug@4.1.12)(@types/node@22.15.18)(jiti@2.4.2)(jsdom@26.1.0)(yaml@2.8.0))
|
||||
cspell:
|
||||
specifier: ^9.0.2
|
||||
specifier: 9.0.2
|
||||
version: 9.0.2
|
||||
eslint:
|
||||
specifier: 9.27.0
|
||||
|
@ -184,7 +184,7 @@ importers:
|
|||
specifier: 2.31.0
|
||||
version: 2.31.0(@typescript-eslint/parser@8.33.0(eslint@9.27.0(jiti@2.4.2))(typescript@5.6.3))(eslint-import-resolver-typescript@4.4.1)(eslint@9.27.0(jiti@2.4.2))
|
||||
eslint-plugin-jsonc:
|
||||
specifier: ^2.20.1
|
||||
specifier: 2.20.1
|
||||
version: 2.20.1(eslint@9.27.0(jiti@2.4.2))
|
||||
eslint-plugin-jsx-a11y:
|
||||
specifier: 6.10.2
|
||||
|
@ -205,8 +205,8 @@ importers:
|
|||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
prettier-plugin-tailwindcss:
|
||||
specifier: ^0.6.11
|
||||
version: 0.6.12(prettier-plugin-astro@0.14.1)(prettier@3.5.3)
|
||||
specifier: 0.6.11
|
||||
version: 0.6.11(prettier-plugin-astro@0.14.1)(prettier@3.5.3)
|
||||
typescript-eslint:
|
||||
specifier: 8.33.0
|
||||
version: 8.33.0(eslint@9.27.0(jiti@2.4.2))(typescript@5.6.3)
|
||||
|
@ -3894,8 +3894,8 @@ packages:
|
|||
resolution: {integrity: sha512-RiBETaaP9veVstE4vUwSIcdATj6dKmXljouXc/DDNwBSPTp8FRkLGDSGFClKsAFeeg+13SB0Z1JZvbD76bigJw==}
|
||||
engines: {node: ^14.15.0 || >=16.0.0}
|
||||
|
||||
prettier-plugin-tailwindcss@0.6.12:
|
||||
resolution: {integrity: sha512-OuTQKoqNwV7RnxTPwXWzOFXy6Jc4z8oeRZYGuMpRyG3WbuR3jjXdQFK8qFBMBx8UHWdHrddARz2fgUenild6aw==}
|
||||
prettier-plugin-tailwindcss@0.6.11:
|
||||
resolution: {integrity: sha512-YxaYSIvZPAqhrrEpRtonnrXdghZg1irNg4qrjboCXrpybLWVs55cW2N3juhspVJiO0JBvYJT8SYsJpc8OQSnsA==}
|
||||
engines: {node: '>=14.21.3'}
|
||||
peerDependencies:
|
||||
'@ianvs/prettier-plugin-sort-imports': '*'
|
||||
|
@ -9334,7 +9334,7 @@ snapshots:
|
|||
prettier: 3.5.3
|
||||
sass-formatter: 0.7.9
|
||||
|
||||
prettier-plugin-tailwindcss@0.6.12(prettier-plugin-astro@0.14.1)(prettier@3.5.3):
|
||||
prettier-plugin-tailwindcss@0.6.11(prettier-plugin-astro@0.14.1)(prettier@3.5.3):
|
||||
dependencies:
|
||||
prettier: 3.5.3
|
||||
optionalDependencies:
|
||||
|
|
|
@ -1,2 +1,6 @@
|
|||
onlyBuiltDependencies:
|
||||
- esbuild
|
||||
- lefthook
|
||||
- sharp
|
||||
- unrs-resolver
|
||||
- workerd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue