Skip to content

Commit 4875cdb

Browse files
committed
chore(deps): pin caret ranges to exact resolved versions
Convert ^X.Y.Z entries in client/package.json and cms/package.json to the exact versions currently resolved in yarn.lock. No runtime version change; lockfile diff is header consolidation only. Builds verified in both workspaces. client: 45 entries pinned. cms: 9 entries pinned.
1 parent 55d3193 commit 4875cdb

4 files changed

Lines changed: 194 additions & 194 deletions

File tree

client/package.json

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -14,102 +14,102 @@
1414
"prepare": "cd .. && husky install client/.husky"
1515
},
1616
"dependencies": {
17-
"@deck.gl/geo-layers": "^8.9.31",
18-
"@deck.gl/json": "^8.9.31",
19-
"@deck.gl/layers": "^8.9.31",
20-
"@deck.gl/mapbox": "^8.9.31",
21-
"@dnd-kit/core": "^6.0.8",
22-
"@dnd-kit/modifiers": "^6.0.1",
23-
"@dnd-kit/sortable": "^7.0.2",
24-
"@dnd-kit/utilities": "^3.2.1",
25-
"@hookform/resolvers": "^3.3.2",
26-
"@next/third-parties": "^14.1.0",
27-
"@radix-ui/react-accordion": "^1.1.2",
28-
"@radix-ui/react-alert-dialog": "^1.1.1",
17+
"@deck.gl/geo-layers": "8.9.32",
18+
"@deck.gl/json": "8.9.32",
19+
"@deck.gl/layers": "8.9.32",
20+
"@deck.gl/mapbox": "8.9.32",
21+
"@dnd-kit/core": "6.0.8",
22+
"@dnd-kit/modifiers": "6.0.1",
23+
"@dnd-kit/sortable": "7.0.2",
24+
"@dnd-kit/utilities": "3.2.1",
25+
"@hookform/resolvers": "3.3.2",
26+
"@next/third-parties": "14.1.0",
27+
"@radix-ui/react-accordion": "1.1.2",
28+
"@radix-ui/react-alert-dialog": "1.1.1",
2929
"@radix-ui/react-checkbox": "1.0.4",
30-
"@radix-ui/react-dialog": "^1.0.5",
31-
"@radix-ui/react-label": "^2.0.2",
30+
"@radix-ui/react-dialog": "1.0.5",
31+
"@radix-ui/react-label": "2.0.2",
3232
"@radix-ui/react-popover": "1.0.7",
3333
"@radix-ui/react-radio-group": "1.1.3",
34-
"@radix-ui/react-scroll-area": "^1.0.5",
35-
"@radix-ui/react-select": "^2.0.0",
36-
"@radix-ui/react-slider": "^1.1.2",
37-
"@radix-ui/react-slot": "^1.0.2",
38-
"@radix-ui/react-switch": "^1.0.3",
34+
"@radix-ui/react-scroll-area": "1.0.5",
35+
"@radix-ui/react-select": "2.0.0",
36+
"@radix-ui/react-slider": "1.1.2",
37+
"@radix-ui/react-slot": "1.0.2",
38+
"@radix-ui/react-switch": "1.0.3",
3939
"@radix-ui/react-tooltip": "1.0.7",
40-
"@svgr/webpack": "^8.1.0",
40+
"@svgr/webpack": "8.1.0",
4141
"@t3-oss/env-nextjs": "0.6.1",
42-
"@tailwindcss/typography": "^0.5.10",
42+
"@tailwindcss/typography": "0.5.10",
4343
"@tanstack/react-query": "4.35.3",
4444
"@turf/centroid": "7.0.0-alpha.2",
45-
"@types/chroma-js": "^2.4.4",
46-
"@types/react-world-flags": "^1.4.5",
45+
"@types/chroma-js": "2.4.4",
46+
"@types/react-world-flags": "1.4.5",
4747
"@typescript-eslint/eslint-plugin": "6.7.3",
4848
"@typescript-eslint/parser": "6.7.3",
49-
"@uiw/react-md-editor": "^4.0.4",
50-
"@vinhpd/react-simple-captcha": "^9.0.1",
49+
"@uiw/react-md-editor": "4.0.4",
50+
"@vinhpd/react-simple-captcha": "9.0.1",
5151
"autoprefixer": "10.4.16",
5252
"axios": "1.16.0",
5353
"class-variance-authority": "0.7.0",
5454
"clsx": "2.0.0",
55-
"cmdk": "^0.2.0",
56-
"deck.gl": "^8.9.31",
55+
"cmdk": "0.2.0",
56+
"deck.gl": "8.9.32",
5757
"eslint-plugin-import": "2.29.1",
5858
"export-to-csv": "1.2.1",
5959
"express": "4.20.0",
60-
"glslify": "^7.1.1",
61-
"jotai": "^2.5.0",
60+
"glslify": "7.1.1",
61+
"jotai": "2.5.0",
6262
"jwt-decode": "4.0.0",
6363
"lodash-es": "4.18.1",
6464
"mapbox-gl": "2.15.0",
6565
"next": "16.2.6",
6666
"next-auth": "4.24.12",
67-
"next-usequerystate": "^1.9.1",
67+
"next-usequerystate": "1.9.1",
6868
"pino": "8.15.1",
6969
"pino-http": "8.5.0",
7070
"pino-pretty": "10.2.0",
7171
"postcss": "8.5.10",
7272
"react": "18.2.0",
73-
"react-cookie": "^7.1.4",
73+
"react-cookie": "7.1.4",
7474
"react-dom": "18.2.0",
75-
"react-dropzone": "^14.2.3",
76-
"react-hook-form": "^7.48.2",
75+
"react-dropzone": "14.2.3",
76+
"react-hook-form": "7.48.2",
7777
"react-icons": "5.5.0",
7878
"react-map-gl": "7.1.6",
79-
"react-markdown": "^9.0.0",
80-
"react-player": "^2.16.0",
81-
"react-toastify": "^10.0.5",
82-
"react-world-flags": "^1.6.0",
83-
"rehype-sanitize": "^6.0.0",
79+
"react-markdown": "9.0.0",
80+
"react-player": "2.16.0",
81+
"react-toastify": "10.0.5",
82+
"react-world-flags": "1.6.0",
83+
"rehype-sanitize": "6.0.0",
8484
"rooks": "7.14.1",
85-
"screenfull": "^6.0.2",
85+
"screenfull": "6.0.2",
8686
"tailwind-merge": "1.14.0",
8787
"tailwindcss": "3.3.3",
8888
"tailwindcss-animate": "1.0.7",
8989
"typescript": "5.2.2",
90-
"zod": "^3.22.4"
90+
"zod": "3.22.4"
9191
},
9292
"devDependencies": {
9393
"@playwright/test": "1.38.1",
9494
"@radix-ui/react-separator": "1.0.3",
9595
"@radix-ui/react-tabs": "1.0.4",
9696
"@tanstack/eslint-plugin-query": "4.34.1",
9797
"@types/express": "4.17.18",
98-
"@types/geojson": "^7946.0.12",
99-
"@types/lodash-es": "^4.17.10",
98+
"@types/geojson": "7946.0.12",
99+
"@types/lodash-es": "4.17.10",
100100
"@types/mapbox": "1.6.43",
101101
"@types/node": "22",
102102
"@types/react": "18.2.23",
103103
"@types/react-dom": "18.2.8",
104104
"chroma-js": "2.6.0",
105105
"date-fns": "3.6.0",
106-
"eslint": "^9.8.0",
106+
"eslint": "9.8.0",
107107
"eslint-config-next": "13.5.3",
108108
"eslint-config-prettier": "9.0.0",
109109
"eslint-plugin-prettier": "5.0.0",
110-
"eslint-plugin-simple-import-sort": "^12.1.1",
110+
"eslint-plugin-simple-import-sort": "12.1.1",
111111
"husky": "8.0.3",
112-
"orval": "^6.19.0",
112+
"orval": "6.19.1",
113113
"prettier": "3.0.3",
114114
"prettier-plugin-tailwindcss": "0.5.4"
115115
},

0 commit comments

Comments
 (0)