mirror of
https://github.com/zhigang1992/nativewind.git
synced 2026-06-12 17:08:19 +08:00
Merge branch 'main' of github.com:marklawlor/nativewind into main
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"nativewind": patch
|
||||
---
|
||||
|
||||
fix: unable to find styles console warning
|
||||
@@ -18,23 +18,23 @@
|
||||
"@ui-kitten/components": "5.1.2",
|
||||
"chart.js": "3.9.1",
|
||||
"chartjs-chart-error-bars": "3.9.2",
|
||||
"dripsy": "3.6.0",
|
||||
"dripsy": "3.7.4",
|
||||
"expo": "46.0.10",
|
||||
"jest": "29.0.3",
|
||||
"native-base": "3.4.15",
|
||||
"nativewind": "2.0.9",
|
||||
"nativewind": "2.0.10",
|
||||
"react": "*",
|
||||
"react-dom": "*",
|
||||
"react-native": "0.70.0",
|
||||
"react-native-paper": "rc",
|
||||
"react-native-safe-area-context": "4.3.3",
|
||||
"reassure": "0.4.1",
|
||||
"tamagui": "1.0.1-beta.164",
|
||||
"ts-jest": "29.0.0",
|
||||
"tamagui": "1.0.1-beta.165",
|
||||
"ts-jest": "29.0.1",
|
||||
"twrnc": "3.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.19.0",
|
||||
"@babel/core": "7.19.1",
|
||||
"patch-package": "6.4.7"
|
||||
},
|
||||
"private": true
|
||||
|
||||
@@ -13,12 +13,12 @@
|
||||
"dependencies": {
|
||||
"@babel/plugin-syntax-jsx": "7.18.6",
|
||||
"@babel/preset-react": "7.18.6",
|
||||
"@babel/standalone": "7.19.0",
|
||||
"@babel/standalone": "7.19.1",
|
||||
"@swc/plugin-transform-imports": "1.2.12",
|
||||
"nativewind": "2.0.9",
|
||||
"nativewind": "2.0.10",
|
||||
"tailwindcss": "3.1.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vercel": "28.2.4"
|
||||
"vercel": "28.2.5"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,21 +14,21 @@
|
||||
"write-heading-ids": "docusaurus write-heading-ids"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/standalone": "7.19.0",
|
||||
"@babel/standalone": "7.19.1",
|
||||
"@codemirror/lang-javascript": "6.0.2",
|
||||
"@docusaurus/core": "2.1.0",
|
||||
"@docusaurus/preset-classic": "2.1.0",
|
||||
"@mdx-js/react": "1.6.22",
|
||||
"@uiw/codemirror-theme-dracula": "4.12.1",
|
||||
"@uiw/codemirror-theme-eclipse": "4.12.1",
|
||||
"@uiw/react-codemirror": "4.12.1",
|
||||
"@uiw/codemirror-theme-dracula": "4.12.2",
|
||||
"@uiw/codemirror-theme-eclipse": "4.12.2",
|
||||
"@uiw/react-codemirror": "4.12.2",
|
||||
"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",
|
||||
"nativewind": "2.0.9",
|
||||
"nativewind": "2.0.10",
|
||||
"prism-react-renderer": "1.3.3",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
|
||||
1208
package-lock.json
generated
1208
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -14,7 +14,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@changesets/cli": "2.24.4",
|
||||
"eslint": "8.23.0",
|
||||
"eslint": "8.23.1",
|
||||
"eslint-config-prettier": "8.5.0",
|
||||
"eslint-plugin-unicorn": "43.0.2",
|
||||
"prettier": "2.7.1",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# nativewind
|
||||
|
||||
## 2.0.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 1986508: fix: unable to find styles console warning
|
||||
|
||||
## 2.0.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "2.0.9",
|
||||
"version": "2.0.10",
|
||||
"name": "nativewind",
|
||||
"description": "Use Tailwindcss in your cross-platform React Native applications",
|
||||
"main": "dist/index.js",
|
||||
@@ -61,26 +61,26 @@
|
||||
"use-sync-external-store": "^1.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.19.0",
|
||||
"@babel/core": "7.19.1",
|
||||
"@babel/plugin-syntax-jsx": "7.18.6",
|
||||
"@cspell/eslint-plugin": "6.8.1",
|
||||
"@cspell/eslint-plugin": "6.8.2",
|
||||
"@testing-library/react-hooks": "8.0.1",
|
||||
"@testing-library/react-native": "11.0.0",
|
||||
"@types/css": "0.0.33",
|
||||
"@types/css-mediaquery": "0.1.1",
|
||||
"@types/css-to-react-native": "3.0.0",
|
||||
"@types/jest": "29.0.0",
|
||||
"@types/jest": "29.0.2",
|
||||
"@types/micromatch": "4.0.2",
|
||||
"@types/react": "18.0.19",
|
||||
"@types/react": "18.0.20",
|
||||
"@types/react-is": "17.0.3",
|
||||
"@types/react-native": "0.69.8",
|
||||
"@types/react-native": "0.70.0",
|
||||
"@types/use-sync-external-store": "0.0.3",
|
||||
"@typescript-eslint/eslint-plugin": "5.36.2",
|
||||
"@typescript-eslint/parser": "5.36.2",
|
||||
"@typescript-eslint/eslint-plugin": "5.37.0",
|
||||
"@typescript-eslint/parser": "5.37.0",
|
||||
"babel-plugin-tester": "10.1.0",
|
||||
"jest": "29.0.3",
|
||||
"jest-environment-jsdom": "29.0.3",
|
||||
"metro-react-native-babel-preset": "0.72.2",
|
||||
"metro-react-native-babel-preset": "0.72.3",
|
||||
"moti": "0.18.0",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
@@ -89,7 +89,7 @@
|
||||
"react-native-web": "0.18.9",
|
||||
"react-test-renderer": "18.2.0",
|
||||
"tailwindcss": "3.1.8",
|
||||
"ts-jest": "29.0.0",
|
||||
"ts-jest": "29.0.1",
|
||||
"typescript": "4.8.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user