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