mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-13 11:25:13 +00:00
0.18.3
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"version": "0.18.2",
|
||||
"version": "0.18.3",
|
||||
"name": "monorepo",
|
||||
"scripts": {
|
||||
"clean": "del-cli ./packages/*/dist",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"registry": "https://registry.npmjs.org/"
|
||||
},
|
||||
"name": "babel-plugin-react-native-web",
|
||||
"version": "0.18.2",
|
||||
"version": "0.18.3",
|
||||
"description": "Babel plugin for React Native for Web",
|
||||
"main": "index.js",
|
||||
"devDependencies": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "benchmarks",
|
||||
"version": "0.18.2",
|
||||
"version": "0.18.3",
|
||||
"scripts": {
|
||||
"dev": "mkdir -p dist && cp -f index.html dist/index.html && ./node_modules/.bin/webpack-cli --config ./webpack.config.js",
|
||||
"build": "NODE_ENV=production yarn dev"
|
||||
@@ -9,10 +9,10 @@
|
||||
"dependencies": {
|
||||
"classnames": "^2.3.1",
|
||||
"d3-scale-chromatic": "^2.0.0",
|
||||
"react-native-web": "0.18.2"
|
||||
"react-native-web": "0.18.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-plugin-react-native-web": "0.18.2",
|
||||
"babel-plugin-react-native-web": "0.18.3",
|
||||
"css-loader": "^5.0.2",
|
||||
"style-loader": "^2.0.0",
|
||||
"url-loader": "^4.1.1",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "docs",
|
||||
"version": "0.18.2",
|
||||
"version": "0.18.3",
|
||||
"description": "Documentation website for React Native for Web",
|
||||
"scripts": {
|
||||
"dev": "eleventy --serve",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "dom-event-testing-library",
|
||||
"version": "0.18.2",
|
||||
"version": "0.18.3",
|
||||
"main": "index.js",
|
||||
"description": "Browser event sequences for unit tests",
|
||||
"author": "Nicolas Gallagher",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "examples",
|
||||
"version": "0.18.2",
|
||||
"version": "0.18.3",
|
||||
"scripts": {
|
||||
"dev": "next",
|
||||
"build": "next build",
|
||||
@@ -11,12 +11,12 @@
|
||||
"next": "^12.1.0",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-native-web": "0.18.2"
|
||||
"react-native-web": "0.18.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.12.13",
|
||||
"@babel/preset-flow": "^7.12.13",
|
||||
"babel-plugin-react-native-web": "0.18.2"
|
||||
"babel-plugin-react-native-web": "0.18.3"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"registry": "https://registry.npmjs.org/"
|
||||
},
|
||||
"name": "react-native-web",
|
||||
"version": "0.18.2",
|
||||
"version": "0.18.3",
|
||||
"description": "React Native for Web",
|
||||
"module": "dist/index.js",
|
||||
"main": "dist/cjs/index.js",
|
||||
|
||||
Reference in New Issue
Block a user