Skip to content

Commit

Permalink
Merge branch 'master' of github.com:swashata/wp-webpack-script
Browse files Browse the repository at this point in the history
  • Loading branch information
swashata committed Feb 21, 2019
2 parents d3e8abd + 9bfe3f7 commit 48dc10a
Show file tree
Hide file tree
Showing 8 changed files with 1,167 additions and 737 deletions.
10 changes: 5 additions & 5 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"license": "MIT",
"private": true,
"devDependencies": {
"@types/jest": "24.0.1",
"@types/jest": "24.0.6",
"@wpackio/scripts": "file:../packages/scripts",
"autoprefixer": "9.4.7",
"cssnano": "4.1.8",
"cssnano": "4.1.10",
"cypress": "3.1.5",
"fork-ts-checker-webpack-plugin": "0.5.2",
"jest": "24.1.0",
Expand All @@ -37,10 +37,10 @@
"@types/webpack-env": "1.13.7",
"@wpackio/entrypoint": "file:../packages/entrypoint",
"execa": "1.0.0",
"react": "16.8.1",
"react": "16.8.2",
"react-bootstrap": "1.0.0-beta.5",
"react-dom": "16.8.1",
"react-hot-loader": "4.6.5",
"react-dom": "16.8.2",
"react-hot-loader": "4.7.1",
"uuid": "3.3.2"
}
}
301 changes: 260 additions & 41 deletions e2e/yarn.lock

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@
},
"devDependencies": {
"@babel/cli": "7.2.3",
"@babel/core": "7.2.2",
"@babel/plugin-proposal-class-properties": "7.3.0",
"@babel/core": "7.3.3",
"@babel/plugin-proposal-class-properties": "7.3.3",
"@babel/plugin-proposal-object-rest-spread": "7.3.2",
"@babel/preset-env": "7.3.1",
"@babel/preset-typescript": "7.1.0",
"@types/jest": "24.0.1",
"@types/node": "11.9.0",
"@babel/preset-typescript": "7.3.3",
"@types/jest": "24.0.6",
"@types/node": "11.9.4",
"@wpquark/eslint-config": "3.2.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "24.1.0",
"cross-env": "5.2.0",
"eslint": "5.13.0",
"eslint": "5.14.1",
"jest": "24.1.0",
"lerna": "3.11.1",
"plop": "2.2.0",
"lerna": "3.13.0",
"plop": "2.2.1",
"prettier": "1.16.4",
"rimraf": "2.6.3",
"tslint": "5.12.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"access": "public"
},
"devDependencies": {
"@babel/core": "7.2.2",
"@babel/core": "7.3.3",
"dts-gen": "0.5.7"
}
}
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"@types/find-up": "2.1.1",
"@types/node": "11.9.0",
"@types/shelljs": "0.8.2"
"@types/node": "11.9.4",
"@types/shelljs": "0.8.3"
}
}
28 changes: 14 additions & 14 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,28 @@
"bulma": "0.7.4",
"classnames": "2.2.6",
"docsearch.js": "2.6.2",
"gatsby": "2.0.119",
"gatsby": "2.1.13",
"gatsby-image": "2.0.29",
"gatsby-plugin-catch-links": "2.0.10",
"gatsby-plugin-manifest": "2.0.17",
"gatsby-plugin-netlify": "2.0.10",
"gatsby-plugin-catch-links": "2.0.11",
"gatsby-plugin-manifest": "2.0.18",
"gatsby-plugin-netlify": "2.0.11",
"gatsby-plugin-netlify-cache": "1.0.0",
"gatsby-plugin-offline": "2.0.23",
"gatsby-plugin-offline": "2.0.24",
"gatsby-plugin-react-helmet": "3.0.6",
"gatsby-plugin-sass": "2.0.10",
"gatsby-plugin-svgr": "2.0.1",
"gatsby-remark-autolink-headers": "2.0.14",
"gatsby-remark-copy-linked-files": "2.0.9",
"gatsby-remark-images": "3.0.3",
"gatsby-remark-images": "3.0.4",
"gatsby-remark-prismjs": "3.2.4",
"gatsby-remark-smartypants": "2.0.8",
"gatsby-source-filesystem": "2.0.20",
"gatsby-transformer-remark": "2.2.4",
"gatsby-source-filesystem": "2.0.21",
"gatsby-transformer-remark": "2.2.5",
"node-sass": "4.11.0",
"prismjs": "1.15.0",
"prop-types": "15.7.1",
"react": "16.8.1",
"react-dom": "16.8.1",
"prop-types": "15.7.2",
"react": "16.8.2",
"react-dom": "16.8.2",
"react-helmet": "5.2.0",
"react-typing-animation": "1.6.2"
},
Expand All @@ -45,9 +45,9 @@
},
"devDependencies": {
"@wpquark/eslint-config": "3.2.0",
"eslint": "5.13.0",
"gatsby-plugin-sharp": "2.0.20",
"gatsby-transformer-sharp": "2.1.13",
"eslint": "5.14.1",
"gatsby-plugin-sharp": "2.0.21",
"gatsby-transformer-sharp": "2.1.14",
"prettier": "1.16.4"
},
"repository": {
Expand Down
Loading

0 comments on commit 48dc10a

Please sign in to comment.