-
-
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
4670258
commit 6b49e60
Showing
62 changed files
with
198 additions
and
198 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.1.1", | ||
"version": "12.1.2", | ||
"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.1.1", | ||
"fela-beautifier": "^12.1.1", | ||
"fela-dom": "^12.1.1", | ||
"fela-layout-debugger": "^12.1.1", | ||
"fela-perf": "^12.1.1", | ||
"fela-plugin-embedded": "^12.1.1", | ||
"fela-plugin-fallback-value": "^12.1.1", | ||
"fela-plugin-logger": "^12.1.1", | ||
"fela": "^12.1.2", | ||
"fela-beautifier": "^12.1.2", | ||
"fela-dom": "^12.1.2", | ||
"fela-layout-debugger": "^12.1.2", | ||
"fela-perf": "^12.1.2", | ||
"fela-plugin-embedded": "^12.1.2", | ||
"fela-plugin-fallback-value": "^12.1.2", | ||
"fela-plugin-logger": "^12.1.2", | ||
"fela-plugin-lvha": "^5.0.16", | ||
"fela-plugin-prefixer": "^12.1.1", | ||
"fela-plugin-unit": "^12.1.1", | ||
"fela-plugin-validator": "^12.1.1", | ||
"fela-sort-media-query-mobile-first": "^12.1.1", | ||
"fela-plugin-prefixer": "^12.1.2", | ||
"fela-plugin-unit": "^12.1.2", | ||
"fela-plugin-validator": "^12.1.2", | ||
"fela-sort-media-query-mobile-first": "^12.1.2", | ||
"preact": "^10.2.1", | ||
"preact-fela": "^12.1.1", | ||
"preact-fela": "^12.1.2", | ||
"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.1.1", | ||
"version": "12.1.2", | ||
"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.1.1", | ||
"fela-dom": "^12.1.1", | ||
"fela-native": "^12.1.1", | ||
"fela-plugin-extend": "^12.1.1", | ||
"fela-plugin-native-media-query": "^12.1.1", | ||
"fela-tools": "^12.1.1", | ||
"fela-utils": "^12.1.1", | ||
"fela": "^12.1.2", | ||
"fela-dom": "^12.1.2", | ||
"fela-native": "^12.1.2", | ||
"fela-plugin-extend": "^12.1.2", | ||
"fela-plugin-native-media-query": "^12.1.2", | ||
"fela-tools": "^12.1.2", | ||
"fela-utils": "^12.1.2", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"react-fela": "^12.1.1", | ||
"react-fela": "^12.1.2", | ||
"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.1.1", | ||
"version": "12.1.2", | ||
"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.1.1", | ||
"fela-beautifier": "^12.1.1", | ||
"fela-dom": "^12.1.1", | ||
"fela-layout-debugger": "^12.1.1", | ||
"fela-perf": "^12.1.1", | ||
"fela-plugin-embedded": "^12.1.1", | ||
"fela-plugin-fallback-value": "^12.1.1", | ||
"fela-plugin-logger": "^12.1.1", | ||
"fela": "^12.1.2", | ||
"fela-beautifier": "^12.1.2", | ||
"fela-dom": "^12.1.2", | ||
"fela-layout-debugger": "^12.1.2", | ||
"fela-perf": "^12.1.2", | ||
"fela-plugin-embedded": "^12.1.2", | ||
"fela-plugin-fallback-value": "^12.1.2", | ||
"fela-plugin-logger": "^12.1.2", | ||
"fela-plugin-lvha": "^5.0.16", | ||
"fela-plugin-prefixer": "^12.1.1", | ||
"fela-plugin-unit": "^12.1.1", | ||
"fela-plugin-validator": "^12.1.1", | ||
"fela-sort-media-query-mobile-first": "^12.1.1", | ||
"fela-plugin-prefixer": "^12.1.2", | ||
"fela-plugin-unit": "^12.1.2", | ||
"fela-plugin-validator": "^12.1.2", | ||
"fela-sort-media-query-mobile-first": "^12.1.2", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"react-fela": "^12.1.1" | ||
"react-fela": "^12.1.2" | ||
}, | ||
"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.1.1", | ||
"version": "12.1.2", | ||
"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.
6b49e60
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:
fela – ./
fela-git-master-robinweser.vercel.app
fela-two.vercel.app
fela-robinweser.vercel.app
felajs.vercel.app
fela.js.org