-
-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
def8f25
commit 7561cfb
Showing
62 changed files
with
197 additions
and
197 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"private": true, | ||
"name": "example-preact", | ||
"version": "12.0.0", | ||
"version": "12.0.1", | ||
"description": "Fela example with Preact", | ||
"scripts": { | ||
"client": "NODE_ENV=development webpack-dev-server", | ||
|
@@ -10,21 +10,21 @@ | |
"author": "Robin Weser <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"fela": "^12.0.0", | ||
"fela-beautifier": "^12.0.0", | ||
"fela-dom": "^12.0.0", | ||
"fela-layout-debugger": "^12.0.0", | ||
"fela-perf": "^12.0.0", | ||
"fela-plugin-embedded": "^12.0.0", | ||
"fela-plugin-fallback-value": "^12.0.0", | ||
"fela-plugin-logger": "^12.0.0", | ||
"fela": "^12.0.1", | ||
"fela-beautifier": "^12.0.1", | ||
"fela-dom": "^12.0.1", | ||
"fela-layout-debugger": "^12.0.1", | ||
"fela-perf": "^12.0.1", | ||
"fela-plugin-embedded": "^12.0.1", | ||
"fela-plugin-fallback-value": "^12.0.1", | ||
"fela-plugin-logger": "^12.0.1", | ||
"fela-plugin-lvha": "^5.0.16", | ||
"fela-plugin-prefixer": "^12.0.0", | ||
"fela-plugin-unit": "^12.0.0", | ||
"fela-plugin-validator": "^12.0.0", | ||
"fela-sort-media-query-mobile-first": "^12.0.0", | ||
"fela-plugin-prefixer": "^12.0.1", | ||
"fela-plugin-unit": "^12.0.1", | ||
"fela-plugin-validator": "^12.0.1", | ||
"fela-sort-media-query-mobile-first": "^12.0.1", | ||
"preact": "^10.2.1", | ||
"preact-fela": "^12.0.0", | ||
"preact-fela": "^12.0.1", | ||
"preact-render-to-string": "^3.6.0" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
{ | ||
"private": true, | ||
"name": "example-react-native", | ||
"version": "12.0.0", | ||
"version": "12.0.1", | ||
"scripts": { | ||
"start": "node node_modules/react-native/local-cli/cli.js start" | ||
}, | ||
"devDependencies": { | ||
"babel-preset-react-native": "^1.0.1", | ||
"create-react-native-app": "^0.0.6", | ||
"fela": "^12.0.0", | ||
"fela-dom": "^12.0.0", | ||
"fela-native": "^12.0.0", | ||
"fela-plugin-extend": "^12.0.0", | ||
"fela-plugin-native-media-query": "^12.0.0", | ||
"fela-tools": "^12.0.0", | ||
"fela-utils": "^12.0.0", | ||
"fela": "^12.0.1", | ||
"fela-dom": "^12.0.1", | ||
"fela-native": "^12.0.1", | ||
"fela-plugin-extend": "^12.0.1", | ||
"fela-plugin-native-media-query": "^12.0.1", | ||
"fela-tools": "^12.0.1", | ||
"fela-utils": "^12.0.1", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"react-fela": "^12.0.0", | ||
"react-fela": "^12.0.1", | ||
"react-native": "0.44.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"private": true, | ||
"name": "example-react", | ||
"version": "12.0.0", | ||
"version": "12.0.1", | ||
"description": "Fela example with React", | ||
"scripts": { | ||
"client": "NODE_ENV=development webpack-dev-server", | ||
|
@@ -10,22 +10,22 @@ | |
"author": "Robin Weser <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"fela": "^12.0.0", | ||
"fela-beautifier": "^12.0.0", | ||
"fela-dom": "^12.0.0", | ||
"fela-layout-debugger": "^12.0.0", | ||
"fela-perf": "^12.0.0", | ||
"fela-plugin-embedded": "^12.0.0", | ||
"fela-plugin-fallback-value": "^12.0.0", | ||
"fela-plugin-logger": "^12.0.0", | ||
"fela": "^12.0.1", | ||
"fela-beautifier": "^12.0.1", | ||
"fela-dom": "^12.0.1", | ||
"fela-layout-debugger": "^12.0.1", | ||
"fela-perf": "^12.0.1", | ||
"fela-plugin-embedded": "^12.0.1", | ||
"fela-plugin-fallback-value": "^12.0.1", | ||
"fela-plugin-logger": "^12.0.1", | ||
"fela-plugin-lvha": "^5.0.16", | ||
"fela-plugin-prefixer": "^12.0.0", | ||
"fela-plugin-unit": "^12.0.0", | ||
"fela-plugin-validator": "^12.0.0", | ||
"fela-sort-media-query-mobile-first": "^12.0.0", | ||
"fela-plugin-prefixer": "^12.0.1", | ||
"fela-plugin-unit": "^12.0.1", | ||
"fela-plugin-validator": "^12.0.1", | ||
"fela-sort-media-query-mobile-first": "^12.0.1", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"react-fela": "^12.0.0" | ||
"react-fela": "^12.0.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "12.0.0", | ||
"version": "12.0.1", | ||
"npmClient": "yarn", | ||
"useWorkspaces": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
7561cfb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: