Skip to content

Commit 1c3f62e

Browse files
chore(deps): update non-major (#186)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d1cc005 commit 1c3f62e

File tree

2 files changed

+914
-745
lines changed

2 files changed

+914
-745
lines changed

package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,15 @@
9898
},
9999
"devDependencies": {
100100
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
101-
"@commitlint/cli": "^19.6.0",
102-
"@commitlint/config-conventional": "^19.6.0",
103-
"@sanity/pkg-utils": "^6.11.14",
104-
"@sanity/ui": "^2.9.1",
105-
"@types/leaflet": "^1.9.15",
106-
"@types/react": "^19.0.1",
107-
"@types/react-dom": "^19.0.1",
101+
"@commitlint/cli": "^19.7.1",
102+
"@commitlint/config-conventional": "^19.7.1",
103+
"@sanity/pkg-utils": "^6.13.4",
104+
"@sanity/ui": "^2.13.0",
105+
"@types/leaflet": "^1.9.16",
106+
"@types/react": "^19.0.8",
107+
"@types/react-dom": "^19.0.3",
108108
"@types/refractor": "^3.4.1",
109-
"@types/ws": "^8.5.13",
109+
"@types/ws": "^8.5.14",
110110
"@typescript-eslint/eslint-plugin": "^7.18.0",
111111
"@typescript-eslint/parser": "^7.18.0",
112112
"@vitejs/plugin-react": "^4.3.4",
@@ -117,27 +117,27 @@
117117
"esbuild-register": "^3.6.0",
118118
"eslint": "^8.57.1",
119119
"eslint-config-prettier": "^9.1.0",
120-
"eslint-config-sanity": "^7.1.3",
121-
"eslint-plugin-react": "^7.37.2",
120+
"eslint-config-sanity": "^7.1.4",
121+
"eslint-plugin-react": "^7.37.4",
122122
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
123123
"eslint-plugin-react-hooks": "^5.1.0",
124124
"husky": "^8.0.3",
125125
"leaflet": "^1.9.4",
126126
"npm-run-all2": "^5.0.2",
127-
"prettier": "^3.4.2",
128-
"prettier-plugin-packagejson": "^2.5.6",
127+
"prettier": "^3.5.1",
128+
"prettier-plugin-packagejson": "^2.5.8",
129129
"react": "^19.0.0",
130130
"react-dom": "^19.0.0",
131131
"react-is": "^19.0.0",
132132
"react-leaflet": "^4.2.1",
133133
"react-refractor": "^2.2.0",
134134
"refractor": "^4.8.1",
135135
"rimraf": "^5.0.1",
136-
"rollup-plugin-visualizer": "^5.12.0",
137-
"styled-components": "^6.1.13",
138-
"typescript": "^5.7.2",
139-
"vite": "^5.4.11",
140-
"vitest": "^1.6.0"
136+
"rollup-plugin-visualizer": "^5.14.0",
137+
"styled-components": "^6.1.15",
138+
"typescript": "^5.7.3",
139+
"vite": "^5.4.14",
140+
"vitest": "^1.6.1"
141141
},
142142
"peerDependencies": {
143143
"react": "^17 || ^18 || >=19.0.0-0"

0 commit comments

Comments
 (0)