@codecademy/gamut
72.2.172.2.2-alpha.d64fc5.0
package.json~
package.jsonModified+19−12
Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,52 +1,58 @@
{
"name": "@codecademy/gamut",
"description": "Styleguide & Component library for Codecademy",
- "version": "72.2.1",
+ "version": "72.2.2-alpha.d64fc5.0",
"author": "Codecademy Engineering <[email protected]>",
"bin": "./bin/gamut.mjs",
"dependencies": {
- "@codecademy/gamut-icons": "9.57.9",
- "@codecademy/gamut-illustrations": "0.58.15",
- "@codecademy/gamut-patterns": "0.10.34",
- "@codecademy/gamut-styles": "20.0.2",
- "@codecademy/variance": "0.26.1",
+ "@codecademy/gamut-icons": "9.57.10-alpha.d64fc5.0",
+ "@codecademy/gamut-illustrations": "0.58.16-alpha.d64fc5.0",
+ "@codecademy/gamut-patterns": "0.10.35-alpha.d64fc5.0",
+ "@codecademy/gamut-styles": "20.0.3-alpha.d64fc5.0",
+ "@codecademy/variance": "0.26.2-alpha.d64fc5.0",
"@formatjs/intl-locale": "5.3.1",
"@react-aria/interactions": "3.25.0",
"@types/marked": "^4.0.8",
"@vidstack/react": "^1.12.12",
"classnames": "^2.2.5",
- "framer-motion": "^11.18.0",
+ "framer-motion": "^12.0.0",
"html-to-react": "^1.6.0",
"invariant": "^2.2.4",
"lodash": "^4.17.23",
"marked": "^4.3.0",
"polished": "^4.1.2",
"react-aria-components": "1.7.1",
"react-focus-on": "3.10.0",
- "react-hook-form": "^7.65.0",
+ "react-hook-form": "^7.71.2",
"react-player": "^2.16.0",
"react-select": "^5.2.2",
"react-truncate-markup": "^5.1.2",
"react-use": "^15.3.8",
"sanitize-markdown": "^2.6.7"
},
+ "exports": {
+ ".": {
+ "import": "./dist/index.js",
+ "types": "./dist/index.d.ts",
+ "default": "./dist/index.js"
+ }
+ },
"files": [
"dist",
"bin",
"agent-tools"
],
"license": "MIT",
"main": "./dist/index.js",
- "module": "./dist/index.js",
"overrides": {
"@react-aria/interactions": "3.25.0"
},
"peerDependencies": {
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
- "react": "^17.0.2 || ^18.3.0",
- "react-dom": "^17.0.2 || ^18.3.0"
+ "react": "^17.0.2 || ^18.3.0 || ^19.0.0",
+ "react-dom": "^17.0.2 || ^18.3.0 || ^19.0.0"
},
"publishConfig": {
"access": "public"
},
@@ -62,6 +68,7 @@
"**/*.css",
"**/*.scss",
"dist/**/[A-Z]**/[A-Z]*.js",
"dist/**/[A-Z]**/index.js"
- ]
+ ],
+ "type": "module"
}