Skip to content

Commit e4bcdb9

Browse files
committed
WIP pin/remove packages where applicable, rewire CI
1 parent 8f14c54 commit e4bcdb9

3 files changed

Lines changed: 28 additions & 28 deletions

File tree

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"@babel/preset-typescript": "7.28.5",
4040
"@changesets/changelog-github": "0.7.0",
4141
"@changesets/cli": "2.31.0",
42-
"@eslint/eslintrc": "^3.3.5",
43-
"@eslint/js": "^10.0.1",
42+
"@eslint/eslintrc": "3.3.5",
43+
"@eslint/js": "10.0.1",
4444
"@graphql-codegen/add": "workspace:*",
4545
"@graphql-codegen/cli": "workspace:*",
4646
"@graphql-codegen/client-preset": "workspace:*",
@@ -80,7 +80,6 @@
8080
"svelte": "5.55.7",
8181
"ts-node": "10.9.2",
8282
"tslib": "2.8.1",
83-
"tsx": "4.22.0",
8483
"typescript": "6.0.3",
8584
"vitest": "4.1.6",
8685
"wrangler": "4.92.0"

pnpm-lock.yaml

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

website/package.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@graphql-codegen/flow": "3.0.1",
2121
"@graphql-codegen/flow-operations": "3.0.2",
2222
"@graphql-codegen/flow-resolvers": "3.0.2",
23-
"@graphql-codegen/flutter-freezed": "^5.0.0",
23+
"@graphql-codegen/flutter-freezed": "5.0.1",
2424
"@graphql-codegen/fragment-matcher": "7.0.0",
2525
"@graphql-codegen/hasura-allow-list": "4.0.1",
2626
"@graphql-codegen/import-types-preset": "4.0.1",
@@ -56,10 +56,10 @@
5656
"@graphql-codegen/typescript-vue-apollo-smart-ops": "4.0.1",
5757
"@graphql-codegen/typescript-vue-urql": "4.0.1",
5858
"@graphql-codegen/urql-introspection": "4.0.1",
59-
"@mizdra/graphql-codegen-typescript-fabbrica": "^0.6.0",
59+
"@mizdra/graphql-codegen-typescript-fabbrica": "0.6.1",
6060
"@monaco-editor/react": "4.7.0",
61-
"@radix-ui/react-accordion": "^1.2.1",
62-
"@radix-ui/react-icons": "^1.3.0",
61+
"@radix-ui/react-accordion": "1.2.12",
62+
"@radix-ui/react-icons": "1.3.2",
6363
"@theguild/components": "7.6.5",
6464
"classnames": "2.5.1",
6565
"date-fns": "4.1.0",
@@ -69,9 +69,9 @@
6969
"next": "15.5.18",
7070
"next-mdx-remote": "6.0.0",
7171
"next-sitemap": "4.2.3",
72-
"postcss-nesting": "^14.0.0",
73-
"react": "^19.0.0",
74-
"react-dom": "^19.0.0",
72+
"postcss-nesting": "14.0.0",
73+
"react": "19.2.6",
74+
"react-dom": "19.2.6",
7575
"react-markdown": "10.1.0",
7676
"react-select": "5.10.2",
7777
"typescript-json-schema": "0.67.2"
@@ -85,11 +85,12 @@
8585
"@types/semver": "7.7.1",
8686
"fast-xml-parser": "5.8.0",
8787
"jsonpath": "1.3.0",
88-
"postcss-import": "^16.1.0",
89-
"postcss-lightningcss": "^1.0.1",
88+
"postcss-import": "16.1.1",
89+
"postcss-lightningcss": "1.1.0",
9090
"prettier-plugin-tailwindcss": "0.8.0",
9191
"semver": "7.8.0",
92-
"tailwindcss": "^3.4.14"
92+
"tailwindcss": "3.4.19",
93+
"tsx": "4.22.0"
9394
},
9495
"browserslist": {
9596
"production": [

0 commit comments

Comments
 (0)