summaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json30
1 files changed, 20 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json
index e18a9e1..509cc61 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -46,6 +46,7 @@
"rehype-react": "^6.2.1",
"slate": "^0.66.5",
"slate-react": "^0.66.7",
+ "styled-jsx": "^4.0.1",
"three-spritetext": "^1.6.2",
"through": "^2.3.8",
"to-vfile": "^6.1.0",
@@ -8909,12 +8910,12 @@
"integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg=="
},
"node_modules/styled-jsx": {
- "version": "3.3.2",
- "resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-3.3.2.tgz",
- "integrity": "sha512-daAkGd5mqhbBhLd6jYAjYBa9LpxYCzsgo/f6qzPdFxVB8yoGbhxvzQgkC0pfmCVvW3JuAEBn0UzFLBfkHVZG1g==",
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-4.0.1.tgz",
+ "integrity": "sha512-Gcb49/dRB1k8B4hdK8vhW27Rlb2zujCk1fISrizCcToIs+55B4vmUM0N9Gi4nnVfFZWe55jRdWpAqH1ldAKWvQ==",
"dependencies": {
- "@babel/types": "7.8.3",
- "babel-plugin-syntax-jsx": "6.18.0",
+ "@babel/plugin-syntax-jsx": "7.14.5",
+ "@babel/types": "7.15.0",
"convert-source-map": "1.7.0",
"loader-utils": "1.2.3",
"source-map": "0.7.3",
@@ -8922,8 +8923,16 @@
"stylis": "3.5.4",
"stylis-rule-sheet": "0.0.10"
},
+ "engines": {
+ "node": ">= 12.0.0"
+ },
"peerDependencies": {
- "react": "15.x.x || 16.x.x || 17.x.x"
+ "react": ">= 16.8.0 || 17.x.x || 18.x.x"
+ },
+ "peerDependenciesMeta": {
+ "@babel/core": {
+ "optional": true
+ }
}
},
"node_modules/styled-jsx/node_modules/source-map": {
@@ -16843,11 +16852,12 @@
}
},
"styled-jsx": {
- "version": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-3.3.2.tgz",
- "integrity": "sha512-daAkGd5mqhbBhLd6jYAjYBa9LpxYCzsgo/f6qzPdFxVB8yoGbhxvzQgkC0pfmCVvW3JuAEBn0UzFLBfkHVZG1g==",
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-4.0.1.tgz",
+ "integrity": "sha512-Gcb49/dRB1k8B4hdK8vhW27Rlb2zujCk1fISrizCcToIs+55B4vmUM0N9Gi4nnVfFZWe55jRdWpAqH1ldAKWvQ==",
"requires": {
- "@babel/types": "7.8.3",
- "babel-plugin-syntax-jsx": "6.18.0",
+ "@babel/plugin-syntax-jsx": "7.14.5",
+ "@babel/types": "7.15.0",
"convert-source-map": "1.7.0",
"loader-utils": "1.2.3",
"source-map": "0.7.3",