prepping for TS support

This commit is contained in:
Crazypersonalph
2023-12-04 12:40:11 +08:00
parent 6718c2b56b
commit 4457670a53
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -32,6 +32,7 @@
"dependencies": { "dependencies": {
"@types/color": "^3.0.4", "@types/color": "^3.0.4",
"@types/react": "^18.2.21", "@types/react": "^18.2.21",
"@types/webextension-polyfill": "^0.10.7",
"autoprefixer": "^10.4.15", "autoprefixer": "^10.4.15",
"color": "^4.2.3", "color": "^4.2.3",
"install": "^0.13.0", "install": "^0.13.0",
+7
View File
@@ -11,6 +11,9 @@ dependencies:
'@types/react': '@types/react':
specifier: ^18.2.21 specifier: ^18.2.21
version: 18.2.40 version: 18.2.40
'@types/webextension-polyfill':
specifier: ^0.10.7
version: 0.10.7
autoprefixer: autoprefixer:
specifier: ^10.4.15 specifier: ^10.4.15
version: 10.4.16(postcss@8.4.32) version: 10.4.16(postcss@8.4.32)
@@ -376,6 +379,10 @@ packages:
resolution: {integrity: sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==} resolution: {integrity: sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==}
dev: false dev: false
/@types/webextension-polyfill@0.10.7:
resolution: {integrity: sha512-10ql7A0qzBmFB+F+qAke/nP1PIonS0TXZAOMVOxEUsm+lGSW6uwVcISFNa0I4Oyj0884TZVWGGMIWeXOVSNFHw==}
dev: false
/@types/yargs-parser@21.0.3: /@types/yargs-parser@21.0.3:
resolution: {integrity: sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==} resolution: {integrity: sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==}
dev: true dev: true