Skip to content

Commit 9db42c0

Browse files
authored
chore(deps): pin all dependencies (#688)
1 parent 3d3d5e2 commit 9db42c0

File tree

4 files changed

+54
-48
lines changed

4 files changed

+54
-48
lines changed

cspell.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,13 @@
5959
"tsconfigs",
6060
"unfloatable",
6161
"unfocusing",
62+
"unrs",
6263
"updatedAsc",
6364
"updatedDefault",
6465
"updatedDesc",
6566
"VAAPI",
6667
"wmfcdm",
68+
"workerd",
6769
"XPCOM",
6870
"xmark",
6971
"yumemi",

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -27,45 +27,45 @@
2727
"dependencies": {
2828
"@astrojs/check": "0.9.4",
2929
"@astrojs/cloudflare": "12.5.2",
30-
"@astrojs/react": "^4.3.0",
30+
"@astrojs/react": "4.3.0",
3131
"@astrojs/rss": "4.0.11",
3232
"@astrojs/sitemap": "3.3.1",
3333
"@astrojs/tailwind": "6.0.2",
3434
"@fontsource/bricolage-grotesque": "5.1.0",
3535
"@fortawesome/fontawesome-svg-core": "6.7.1",
3636
"@fortawesome/free-brands-svg-icons": "6.7.1",
3737
"@fortawesome/free-solid-svg-icons": "6.7.1",
38-
"@types/react": "^19.1.6",
39-
"@types/react-dom": "^19.1.5",
38+
"@types/react": "19.1.6",
39+
"@types/react-dom": "19.1.5",
4040
"astro": "5.7.10",
4141
"astro-navbar": "2.3.7",
42-
"turbo": "^2.5.4",
42+
"turbo": "2.5.4",
4343
"autoprefixer": "10.4.14",
4444
"clsx": "2.1.1",
4545
"date-fns": "4.1.0",
4646
"free-astro-components": "1.2.0",
47-
"jiti": "^2.4.2",
48-
"lefthook": "^1.11.13",
49-
"motion": "^12.15.0",
47+
"jiti": "2.4.2",
48+
"lefthook": "1.11.13",
49+
"motion": "12.15.0",
5050
"postcss": "8.5.1",
51-
"react": "^19.1.0",
52-
"react-dom": "^19.1.0",
51+
"react": "19.1.0",
52+
"react-dom": "19.1.0",
5353
"sharp": "0.33.5",
5454
"tailwind-merge": "3.3.0",
5555
"tailwindcss": "3.4.15",
5656
"typescript": "5.6.3"
5757
},
5858
"devDependencies": {
59-
"@commitlint/cli": "^19.8.1",
60-
"@commitlint/config-conventional": "^19.8.1",
61-
"@cspell/dict-bash": "^4.2.0",
62-
"@cspell/dict-css": "^4.0.17",
63-
"@cspell/dict-es-es": "^3.0.3",
64-
"@cspell/dict-html": "^4.0.11",
65-
"@cspell/dict-node": "^5.0.7",
66-
"@cspell/dict-npm": "^5.2.4",
67-
"@cspell/dict-typescript": "^3.2.1",
68-
"@cspell/eslint-plugin": "^9.0.2",
59+
"@commitlint/cli": "19.8.1",
60+
"@commitlint/config-conventional": "19.8.1",
61+
"@cspell/dict-bash": "4.2.0",
62+
"@cspell/dict-css": "4.0.17",
63+
"@cspell/dict-es-es": "3.0.3",
64+
"@cspell/dict-html": "4.0.11",
65+
"@cspell/dict-node": "5.0.7",
66+
"@cspell/dict-npm": "5.2.4",
67+
"@cspell/dict-typescript": "3.2.1",
68+
"@cspell/eslint-plugin": "9.0.2",
6969
"@eslint/compat": "1.2.9",
7070
"@eslint/eslintrc": "3.3.1",
7171
"@eslint/js": "9.27.0",
@@ -79,20 +79,20 @@
7979
"@typescript-eslint/parser": "8.33.0",
8080
"@typescript-eslint/utils": "8.33.0",
8181
"@vitest/coverage-istanbul": "3.1.3",
82-
"cspell": "^9.0.2",
82+
"cspell": "9.0.2",
8383
"eslint": "9.27.0",
8484
"eslint-config-prettier": "10.1.5",
8585
"eslint-import-resolver-typescript": "4.4.1",
8686
"eslint-plugin-astro": "1.3.1",
8787
"eslint-plugin-import": "2.31.0",
88-
"eslint-plugin-jsonc": "^2.20.1",
88+
"eslint-plugin-jsonc": "2.20.1",
8989
"eslint-plugin-jsx-a11y": "6.10.2",
9090
"eslint-plugin-react": "7.37.5",
9191
"eslint-plugin-react-hooks": "5.2.0",
9292
"jsdom": "26.1.0",
9393
"prettier": "3.5.3",
9494
"prettier-plugin-astro": "0.14.1",
95-
"prettier-plugin-tailwindcss": "^0.6.11",
95+
"prettier-plugin-tailwindcss": "0.6.11",
9696
"typescript-eslint": "8.33.0",
9797
"vite-tsconfig-paths": "5.1.4",
9898
"vitest": "3.1.3",

pnpm-lock.yaml

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
onlyBuiltDependencies:
2+
- esbuild
23
- lefthook
4+
- sharp
5+
- unrs-resolver
6+
- workerd

0 commit comments

Comments
 (0)