Skip to content

Commit 70424aa

Browse files
committed
Merge branch 'master' of github.com:swashata/wp-webpack-script
2 parents dfb28dc + 1655fce commit 70424aa

File tree

7 files changed

+200
-1022
lines changed

7 files changed

+200
-1022
lines changed

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -13,29 +13,29 @@
1313
"node": ">=8.9.0"
1414
},
1515
"devDependencies": {
16-
"@babel/cli": "^7.1.0",
17-
"@babel/core": "^7.1.0",
18-
"@babel/plugin-proposal-class-properties": "^7.1.0",
19-
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
20-
"@babel/preset-env": "^7.1.0",
21-
"@babel/preset-typescript": "^7.1.0",
22-
"@types/jest": "^23.3.2",
23-
"@wpquark/eslint-config": "^3.0.0",
24-
"babel-core": "^7.0.0-bridge.0",
25-
"babel-jest": "^23.6.0",
26-
"cross-env": "^5.2.0",
27-
"eslint": "^5.6.0",
28-
"jest": "^23.6.0",
29-
"lerna": "^3.4.0",
30-
"plop": "^2.1.0",
31-
"prettier": "^1.14.3",
32-
"rimraf": "^2.6.2",
33-
"ts-jest": "^23.10.3",
34-
"tslint": "^5.11.0",
35-
"tslint-config-prettier": "^1.15.0",
36-
"tslint-microsoft-contrib": "^5.2.1",
37-
"tslint-plugin-prettier": "^2.0.0",
38-
"typescript": "^3.1.1"
16+
"@babel/cli": "7.1.0",
17+
"@babel/core": "7.1.0",
18+
"@babel/plugin-proposal-class-properties": "7.1.0",
19+
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
20+
"@babel/preset-env": "7.1.0",
21+
"@babel/preset-typescript": "7.1.0",
22+
"@types/jest": "23.3.2",
23+
"@wpquark/eslint-config": "3.0.0",
24+
"babel-core": "7.0.0-bridge.0",
25+
"babel-jest": "23.6.0",
26+
"cross-env": "5.2.0",
27+
"eslint": "5.6.0",
28+
"jest": "23.6.0",
29+
"lerna": "3.4.0",
30+
"plop": "2.1.0",
31+
"prettier": "1.14.3",
32+
"rimraf": "2.6.2",
33+
"ts-jest": "23.10.3",
34+
"tslint": "5.11.0",
35+
"tslint-config-prettier": "1.15.0",
36+
"tslint-microsoft-contrib": "5.2.1",
37+
"tslint-plugin-prettier": "2.0.0",
38+
"typescript": "3.1.1"
3939
},
4040
"scripts": {
4141
"test": "lerna run test",

packages/babel-preset-base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"access": "public"
4949
},
5050
"devDependencies": {
51-
"@babel/core": "^7.1.0",
52-
"dts-gen": "^0.5.7"
51+
"@babel/core": "7.1.0",
52+
"dts-gen": "0.5.7"
5353
}
5454
}

packages/cli/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"license": "MIT",
2020
"private": false,
2121
"dependencies": {
22-
"chalk": "^2.4.1",
23-
"commander": "^2.19.0",
24-
"shelljs": "^0.8.2"
22+
"chalk": "2.4.1",
23+
"commander": "2.19.0",
24+
"shelljs": "0.8.2"
2525
},
2626
"engines": {
2727
"node": ">=8.9.0"
@@ -43,9 +43,9 @@
4343
"access": "public"
4444
},
4545
"devDependencies": {
46-
"@types/chalk": "^2.2.0",
47-
"@types/find-up": "^2.1.1",
48-
"@types/node": "^10.12.0",
49-
"@types/shelljs": "^0.8.0"
46+
"@types/chalk": "2.2.0",
47+
"@types/find-up": "2.1.1",
48+
"@types/node": "10.12.0",
49+
"@types/shelljs": "0.8.0"
5050
}
5151
}

packages/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,6 @@
101101
"access": "public"
102102
},
103103
"devDependencies": {
104-
"dts-gen": "^0.5.7"
104+
"dts-gen": "0.5.7"
105105
}
106106
}

site/package.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,32 @@
44
"version": "1.0.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
7-
"bulma": "^0.7.2",
8-
"classnames": "^2.2.6",
7+
"bulma": "0.7.2",
8+
"classnames": "2.2.6",
99
"docsearch.js": "^2.5.2",
10-
"gatsby": "^2.0.31",
11-
"gatsby-image": "^2.0.17",
12-
"gatsby-plugin-catch-links": "^2.0.5",
13-
"gatsby-plugin-manifest": "^2.0.6",
14-
"gatsby-plugin-netlify": "^2.0.2",
15-
"gatsby-plugin-netlify-cache": "^1.0.0",
16-
"gatsby-plugin-offline": "^2.0.9",
17-
"gatsby-plugin-react-helmet": "^3.0.0",
18-
"gatsby-plugin-sass": "^2.0.1",
19-
"gatsby-plugin-svgr": "^2.0.0-alpha",
20-
"gatsby-remark-autolink-headers": "^2.0.8",
21-
"gatsby-remark-copy-linked-files": "^2.0.5",
22-
"gatsby-remark-images": "^2.0.4",
23-
"gatsby-remark-prismjs": "^3.0.2",
24-
"gatsby-remark-smartypants": "^2.0.5",
25-
"gatsby-source-filesystem": "^2.0.5",
26-
"gatsby-transformer-remark": "^2.1.9",
27-
"node-sass": "^4.9.4",
28-
"prismjs": "^1.15.0",
29-
"prop-types": "^15.6.2",
30-
"react": "^16.6.0",
31-
"react-dom": "^16.6.0",
32-
"react-helmet": "^5.2.0"
10+
"gatsby": "2.0.31",
11+
"gatsby-image": "2.0.17",
12+
"gatsby-plugin-catch-links": "2.0.5",
13+
"gatsby-plugin-manifest": "2.0.6",
14+
"gatsby-plugin-netlify": "2.0.2",
15+
"gatsby-plugin-netlify-cache": "1.0.0",
16+
"gatsby-plugin-offline": "2.0.9",
17+
"gatsby-plugin-react-helmet": "3.0.0",
18+
"gatsby-plugin-sass": "2.0.1",
19+
"gatsby-plugin-svgr": "2.0.0-alpha",
20+
"gatsby-remark-autolink-headers": "2.0.8",
21+
"gatsby-remark-copy-linked-files": "2.0.5",
22+
"gatsby-remark-images": "2.0.4",
23+
"gatsby-remark-prismjs": "3.0.2",
24+
"gatsby-remark-smartypants": "2.0.5",
25+
"gatsby-source-filesystem": "2.0.5",
26+
"gatsby-transformer-remark": "2.1.9",
27+
"node-sass": "4.9.4",
28+
"prismjs": "1.15.0",
29+
"prop-types": "15.6.2",
30+
"react": "16.6.0",
31+
"react-dom": "16.6.0",
32+
"react-helmet": "5.2.0"
3333
},
3434
"keywords": [
3535
"gatsby"
@@ -42,11 +42,11 @@
4242
"test": "echo \"Error: no test specified\" && exit 1"
4343
},
4444
"devDependencies": {
45-
"@wpquark/eslint-config": "^3.0.0",
46-
"eslint": "^5.7.0",
47-
"gatsby-plugin-sharp": "^2.0.8",
48-
"gatsby-transformer-sharp": "^2.1.5",
49-
"prettier": "^1.14.3"
45+
"@wpquark/eslint-config": "3.0.0",
46+
"eslint": "5.7.0",
47+
"gatsby-plugin-sharp": "2.0.8",
48+
"gatsby-transformer-sharp": "2.1.5",
49+
"prettier": "1.14.3"
5050
},
5151
"repository": {
5252
"type": "git",

0 commit comments

Comments
 (0)