This repository was archived by the owner on Aug 5, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 10 files changed +24
-24
lines changed
gluestick-plugin-aphrodite Expand file tree Collapse file tree 10 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 33 "packages" : [
44 " packages/*"
55 ],
6- "version" : " 4.6.1 "
6+ "version" : " 4.6.2 "
77}
Original file line number Diff line number Diff line change 11{
22 "name" : " gluestick-cli" ,
3- "version" : " 4.6.1 " ,
3+ "version" : " 4.6.2 " ,
44 "description" : " GlueStick is a command line interface for quickly developing universal web applications using React" ,
55 "bin" : {
66 "gluestick" : " ./bin/index.js"
3434 "cross-spawn" : " 5.0.1" ,
3535 "fs-extra" : " ^2.0.0" ,
3636 "glob" : " 7.1.1" ,
37- "gluestick-generators" : " 4.6.1 " ,
37+ "gluestick-generators" : " 4.6.2 " ,
3838 "mkdirp" : " 0.5.1" ,
3939 "node-fetch" : " ^1.6.3" ,
4040 "rimraf" : " 2.6.1" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " gluestick-env-expose-ast" ,
3- "version" : " 4.6.1 " ,
3+ "version" : " 4.6.2 " ,
44 "description" : " Expose strategy for environment variables from AST for Gluestick" ,
55 "main" : " build/config.js" ,
66 "homepage" : " https://github.com/TrueCar/gluestick" ,
1414 "peerDependencies" : {
1515 "babel-core" : " 6.x" ,
1616 "babel-traverse" : " 6.x" ,
17- "gluestick" : " 4.6.1 " ,
17+ "gluestick" : " 4.6.2 " ,
1818 "webpack" : " 3.x"
1919 },
2020 "dependencies" : {
2323 "devDependencies" : {
2424 "babel-core" : " ^6.22.1" ,
2525 "babel-traverse" : " ^6.22.1" ,
26- "gluestick" : " 4.6.1 " ,
26+ "gluestick" : " 4.6.2 " ,
2727 "webpack" : " ^3.0.0"
2828 }
2929}
Original file line number Diff line number Diff line change 11{
22 "name" : " gluestick-generators" ,
3- "version" : " 4.6.1 " ,
3+ "version" : " 4.6.2 " ,
44 "description" : " Package with generator API used by GlueStick" ,
55 "main" : " build/index.js" ,
66 "homepage" : " https://github.com/TrueCar/gluestick" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " gluestick-plugin-aphrodite" ,
3- "version" : " 4.6.1 " ,
3+ "version" : " 4.6.2 " ,
44 "description" : " Plugin for supporting Aphrodite in GlueStick project" ,
55 "main" : " src/index.js" ,
66 "homepage" : " https://github.com/TrueCar/gluestick" ,
1212 "url" : " git@github.com:TrueCar/gluestick.git"
1313 },
1414 "peerDependencies" : {
15- "gluestick" : " 4.6.1 " ,
15+ "gluestick" : " 4.6.2 " ,
1616 "react" : " 16.x" ,
1717 "react-dom" : " 16.x"
1818 },
1919 "dependencies" : {
2020 "aphrodite" : " ^1.1.0"
2121 },
2222 "devDependencies" : {
23- "gluestick" : " 4.6.1 " ,
23+ "gluestick" : " 4.6.2 " ,
2424 "react" : " 16.4.1" ,
2525 "react-dom" : " 16.4.1"
2626 }
Original file line number Diff line number Diff line change 11{
22 "name" : " gluestick-plugin-bunyan" ,
3- "version" : " 4.6.1 " ,
3+ "version" : " 4.6.2 " ,
44 "description" : " Plugin for supporting Bunyan in GlueStick project" ,
55 "main" : " build/server.js" ,
66 "homepage" : " https://github.com/TrueCar/gluestick" ,
1212 "url" : " git@github.com:TrueCar/gluestick.git"
1313 },
1414 "peerDependencies" : {
15- "gluestick" : " 4.6.1 "
15+ "gluestick" : " 4.6.2 "
1616 },
1717 "dependencies" : {
1818 "bunyan" : " ^1.8.8"
1919 },
2020 "devDependencies" : {
21- "gluestick" : " 4.6.1 " ,
21+ "gluestick" : " 4.6.2 " ,
2222 "invariant" : " 2.2.4"
2323 }
2424}
Original file line number Diff line number Diff line change 11{
22 "name" : " gluestick-plugin-eslint" ,
3- "version" : " 4.6.1 " ,
3+ "version" : " 4.6.2 " ,
44 "description" : " " ,
55 "main" : " build/config.js" ,
66 "homepage" : " https://github.com/TrueCar/gluestick" ,
1313 },
1414 "peerDependencies" : {
1515 "eslint-loader" : " 1.x" ,
16- "gluestick" : " 4.6.1 "
16+ "gluestick" : " 4.6.2 "
1717 },
1818 "devDependencies" : {
1919 "eslint-loader" : " 1.7.1" ,
2020 "extract-text-webpack-plugin" : " 2.1.2" ,
21- "gluestick" : " 4.6.1 "
21+ "gluestick" : " 4.6.2 "
2222 }
2323}
Original file line number Diff line number Diff line change 11{
22 "name" : " gluestick-plugin-no-fouc" ,
3- "version" : " 4.6.1 " ,
3+ "version" : " 4.6.2 " ,
44 "description" : " Remove FOUC by extracting css into file and linking them to renderer page in development" ,
55 "main" : " build/config.js" ,
66 "homepage" : " https://github.com/TrueCar/gluestick" ,
1313 },
1414 "peerDependencies" : {
1515 "extract-text-webpack-plugin" : " 2.x" ,
16- "gluestick" : " 4.6.1 "
16+ "gluestick" : " 4.6.2 "
1717 },
1818 "devDependencies" : {
1919 "extract-text-webpack-plugin" : " 2.1.2" ,
20- "gluestick" : " 4.6.1 "
20+ "gluestick" : " 4.6.2 "
2121 }
2222}
Original file line number Diff line number Diff line change 11{
22 "name" : " gluestick-plugin-radium" ,
3- "version" : " 4.6.1 " ,
3+ "version" : " 4.6.2 " ,
44 "description" : " Plugin for supporting Radium in GlueStick project" ,
55 "main" : " build/runtime.js" ,
66 "homepage" : " https://github.com/TrueCar/gluestick" ,
1212 "url" : " git@github.com:TrueCar/gluestick.git"
1313 },
1414 "peerDependencies" : {
15- "gluestick" : " 4.6.1 " ,
15+ "gluestick" : " 4.6.2 " ,
1616 "react" : " 16.x"
1717 },
1818 "dependencies" : {
1919 "radium" : " 0.19.5"
2020 },
2121 "devDependencies" : {
22- "gluestick" : " 4.6.1 " ,
22+ "gluestick" : " 4.6.2 " ,
2323 "react" : " 16.4.1"
2424 }
2525}
Original file line number Diff line number Diff line change 11{
22 "name" : " gluestick" ,
3- "version" : " 4.6.1 " ,
3+ "version" : " 4.6.2 " ,
44 "description" : " GlueStick is a command line interface for quickly developing universal web applications using React" ,
55 "main" : " shared/index.js" ,
66 "bin" : " bin/gluestick.js" ,
8484 "eventsource-polyfill" : " 0.9.6" ,
8585 "express" : " 4.15.3" ,
8686 "fs-extra" : " 4.0.0" ,
87- "gluestick-generators" : " 4.6.1 " ,
87+ "gluestick-generators" : " 4.6.2 " ,
8888 "handlebars" : " 4.0.10" ,
8989 "http-proxy-middleware" : " 0.17.4" ,
9090 "ignore-loader" : " 0.1.2" ,
You can’t perform that action at this time.
0 commit comments