Skip to content

Commit 55658e5

Browse files
committed
Update examples app deps
1 parent 73aa3f8 commit 55658e5

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

examples/browser/vuejs/connect-two-ae/aepp/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,25 +35,25 @@
3535
"babel-loader": "^8.0.0-beta.3",
3636
"browserslist": "^4.0.1",
3737
"clean-webpack-plugin": "^3.0.0",
38-
"css-loader": "^3.0.0",
38+
"css-loader": "^2.1.1",
3939
"cssnano": "^4.0.5",
4040
"extract-text-webpack-plugin": "^4.0.0-beta.0",
4141
"glob-all": "^3.1.0",
4242
"html-webpack-harddisk-plugin": "^1.0.1",
4343
"html-webpack-plugin": "^3.2.0",
44-
"postcss-import": "^12.0.1",
45-
"postcss-loader": "^3.0.0",
46-
"precss": "^4.0.0",
44+
"postcss-import": "^11.1.0",
45+
"postcss-loader": "^2.1.5",
46+
"precss": "^3.1.2",
4747
"standard": "^12.0.1",
4848
"standard-loader": "^7.0.0",
49-
"style-loader": "^0.23.1",
50-
"tailwindcss": "^1.0.4",
51-
"vue-loader": "15.7.0",
49+
"style-loader": "^0.21.0",
50+
"tailwindcss": "^0.5.3",
51+
"vue-loader": "15.2.4",
5252
"vue-style-loader": "^4.1.0",
5353
"webpack": "^4.2.0",
5454
"webpack-bundle-analyzer": "^3.3.2",
55-
"webpack-cli": "3.3.6",
55+
"webpack-cli": "3.0.8",
5656
"webpack-dev-server": "^3.1.4",
57-
"webpack-serve": "^3.1.0"
57+
"webpack-serve": "^0.2.0"
5858
}
5959
}

examples/browser/vuejs/connect-two-ae/identity/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,25 +35,25 @@
3535
"babel-loader": "^8.0.0-beta.3",
3636
"browserslist": "^4.0.1",
3737
"clean-webpack-plugin": "^3.0.0",
38-
"css-loader": "^3.0.0",
38+
"css-loader": "^2.1.1",
3939
"cssnano": "^4.0.5",
4040
"extract-text-webpack-plugin": "^4.0.0-beta.0",
4141
"glob-all": "^3.1.0",
4242
"html-webpack-harddisk-plugin": "^1.0.1",
4343
"html-webpack-plugin": "^3.2.0",
44-
"postcss-import": "^12.0.1",
45-
"postcss-loader": "^3.0.0",
46-
"precss": "^4.0.0",
44+
"postcss-import": "^11.1.0",
45+
"postcss-loader": "^2.1.5",
46+
"precss": "^3.1.2",
4747
"standard": "^12.0.1",
4848
"standard-loader": "^7.0.0",
49-
"style-loader": "^0.23.1",
50-
"tailwindcss": "^1.0.4",
51-
"vue-loader": "15.7.0",
49+
"style-loader": "^0.21.0",
50+
"tailwindcss": "^0.5.3",
51+
"vue-loader": "15.2.4",
5252
"vue-style-loader": "^4.1.0",
5353
"webpack": "^4.2.0",
5454
"webpack-bundle-analyzer": "^3.3.2",
55-
"webpack-cli": "3.3.6",
55+
"webpack-cli": "3.0.8",
5656
"webpack-dev-server": "^3.1.4",
57-
"webpack-serve": "^3.1.0"
57+
"webpack-serve": "^0.2.0"
5858
}
5959
}

0 commit comments

Comments
 (0)