fix(deps): pin dependencies

This commit is contained in:
renovate[bot]
2022-08-15 10:14:59 +00:00
committed by GitHub
parent 16342ad21a
commit 3aa4d0fd61
6 changed files with 428 additions and 252 deletions

View File

@@ -16,7 +16,7 @@
"@tamagui/babel-plugin": "1.0.1-beta.141",
"chart.js": "3.9.1",
"chartjs-chart-error-bars": "3.9.0",
"dripsy": "^3.6.0",
"dripsy": "3.6.0",
"expo": "0.0.0",
"jest": "28.1.3",
"native-base": "3.4.12",
@@ -25,15 +25,15 @@
"react-dom": "*",
"react-native": "0.69.4",
"react-native-paper": "rc",
"react-native-safe-area-context": "^4.3.1",
"react-native-safe-area-context": "4.3.1",
"reassure": "0.4.1",
"tamagui": "^1.0.1-beta.93",
"tamagui": "1.0.1-beta.141",
"ts-jest": "28.0.7",
"twrnc": "3.4.0"
},
"devDependencies": {
"@babel/core": "7.18.10",
"patch-package": "^6.4.7"
"patch-package": "6.4.7"
},
"private": true
}

View File

@@ -11,8 +11,8 @@
"author": "",
"license": "MIT",
"dependencies": {
"@babel/plugin-syntax-jsx": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@babel/plugin-syntax-jsx": "7.18.6",
"@babel/preset-react": "7.18.6",
"@babel/standalone": "7.18.12",
"@swc/plugin-transform-imports": "1.2.4",
"nativewind": "2.0.0-next.60",

View File

@@ -19,25 +19,25 @@
"@docusaurus/core": "2.0.1",
"@docusaurus/preset-classic": "2.0.1",
"@mdx-js/react": "1.6.22",
"@uiw/codemirror-theme-dracula": "^4.9.4",
"@uiw/codemirror-theme-eclipse": "^4.9.4",
"@uiw/react-codemirror": "^4.9.4",
"@uiw/codemirror-theme-dracula": "4.11.4",
"@uiw/codemirror-theme-eclipse": "4.11.4",
"@uiw/react-codemirror": "4.11.4",
"benchmarks": "0.0.0",
"chart.js": "3.9.1",
"clsx": "1.2.1",
"dedent": "^0.7.0",
"docusaurus-plugin-sass": "^0.2.2",
"lodash.debounce": "^4.0.8",
"dedent": "0.7.0",
"docusaurus-plugin-sass": "0.2.2",
"lodash.debounce": "4.0.8",
"nativewind": "2.0.0-next.60",
"prism-react-renderer": "1.3.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-chartjs-2": "4.3.1",
"react-twitter-embed": "^4.0.4",
"react-twitter-embed": "4.0.4",
"sass": "1.54.4",
"tailwindcss": "3.1.8",
"unist-builder": "^2.0.3",
"unist-util-visit-parents": "^3.1.1"
"unist-builder": "2.0.3",
"unist-util-visit-parents": "3.1.1"
},
"browserslist": {
"production": [
@@ -52,7 +52,7 @@
]
},
"devDependencies": {
"@types/babel__standalone": "^7.1.4",
"@types/lodash.debounce": "^4.0.7"
"@types/babel__standalone": "7.1.4",
"@types/lodash.debounce": "4.0.7"
}
}

634
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -17,7 +17,7 @@
"@commitlint/cli": "17.0.3",
"@commitlint/config-conventional": "17.0.3",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"eslint": "8.22.0",
"eslint-config-prettier": "8.5.0",
@@ -27,9 +27,9 @@
"typescript": "4.7.4"
},
"dependencies": {
"@babel/helper-module-imports": "^7.18.6",
"@eva-design/eva": "^2.1.1",
"@ui-kitten/components": "^5.1.2",
"@babel/helper-module-imports": "7.18.6",
"@eva-design/eva": "2.1.1",
"@ui-kitten/components": "5.1.2",
"react-native-svg": "12.4.4"
}
}

View File

@@ -71,9 +71,9 @@
"@types/jest": "28.1.6",
"@types/micromatch": "4.0.2",
"@types/react": "18.0.17",
"@types/react-is": "^17.0.3",
"@types/react-is": "17.0.3",
"@types/react-native": "0.69.5",
"@types/use-sync-external-store": "^0.0.3",
"@types/use-sync-external-store": "0.0.3",
"@typescript-eslint/eslint-plugin": "5.33.0",
"@typescript-eslint/parser": "5.33.0",
"babel-plugin-tester": "10.1.0",