fix: updated dependancies

This commit is contained in:
Mark Lawlor
2022-05-05 13:05:43 +10:00
parent 3638a9c822
commit 06ee26b092
2 changed files with 213 additions and 291 deletions

486
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -44,25 +44,17 @@
], ],
"dependencies": { "dependencies": {
"@react-native-community/hooks": "^2.8.1", "@react-native-community/hooks": "^2.8.1",
"css-mediaquery": "^0.1.2", "css-mediaquery": "^0.1.2"
"css-to-react-native": "^3.0.0",
"micromatch": "^4.0.5",
"postcss": "^8.4.12",
"postcss-calc": "^8.2.4",
"postcss-color-functional-notation": "^4.2.2",
"postcss-css-variables": "^0.18.0",
"tempy": "^1.0.1",
"yargs": "^17.4.1"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "7.17.10", "@babel/core": "7.17.10",
"@babel/plugin-syntax-jsx": "7.16.7", "@babel/plugin-syntax-jsx": "7.16.7",
"@babel/types": "7.17.10", "@babel/types": "7.17.10",
"@testing-library/react-hooks": "8.0.0",
"@commitlint/cli": "16.2.4", "@commitlint/cli": "16.2.4",
"@commitlint/config-conventional": "16.2.4", "@commitlint/config-conventional": "16.2.4",
"@semantic-release/changelog": "6.0.1", "@semantic-release/changelog": "6.0.1",
"@semantic-release/git": "10.0.1", "@semantic-release/git": "10.0.1",
"@testing-library/react-hooks": "8.0.0",
"@types/css": "0.0.33", "@types/css": "0.0.33",
"@types/css-mediaquery": "0.1.1", "@types/css-mediaquery": "0.1.1",
"@types/css-to-react-native": "3.0.0", "@types/css-to-react-native": "3.0.0",
@@ -74,13 +66,19 @@
"@typescript-eslint/eslint-plugin": "5.22.0", "@typescript-eslint/eslint-plugin": "5.22.0",
"@typescript-eslint/parser": "5.22.0", "@typescript-eslint/parser": "5.22.0",
"babel-plugin-tester": "10.1.0", "babel-plugin-tester": "10.1.0",
"css-to-react-native": "^3.0.0",
"eslint": "8.14.0", "eslint": "8.14.0",
"eslint-config-prettier": "8.5.0", "eslint-config-prettier": "8.5.0",
"eslint-plugin-unicorn": "42.0.0", "eslint-plugin-unicorn": "42.0.0",
"husky": "7.0.4", "husky": "7.0.4",
"jest": "28.0.3", "jest": "28.0.3",
"metro-react-native-babel-preset": "0.70.2", "metro-react-native-babel-preset": "0.70.2",
"micromatch": "^4.0.5",
"moti": "0.17.1", "moti": "0.17.1",
"postcss": "^8.4.12",
"postcss-calc": "^8.2.4",
"postcss-color-functional-notation": "^4.2.2",
"postcss-css-variables": "^0.18.0",
"prettier": "2.6.2", "prettier": "2.6.2",
"react": "18.1.0", "react": "18.1.0",
"react-native": "0.68.1", "react-native": "0.68.1",