@sanity/code-input 5.1.2 → 5.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/LICENSE +1 -1
  2. package/package.json +2 -2
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 Sanity.io
3
+ Copyright (c) 2025 Sanity.io
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/code-input",
3
- "version": "5.1.2",
3
+ "version": "5.1.3",
4
4
  "description": "Sanity input component for code, powered by CodeMirror",
5
5
  "keywords": [
6
6
  "sanity",
@@ -121,7 +121,7 @@
121
121
  "peerDependencies": {
122
122
  "react": "^18 || >=19.0.0-0",
123
123
  "react-dom": "^18 || >=19.0.0-0",
124
- "sanity": "^3",
124
+ "sanity": "^3 || ^4.0.0-0",
125
125
  "styled-components": "^5.2 || ^6"
126
126
  },
127
127
  "engines": {