Skip to content

Commit

Permalink
fix: use newer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
notrab committed Jan 10, 2022
1 parent d3eaf3c commit 2275973
Show file tree
Hide file tree
Showing 6 changed files with 2,037 additions and 1,604 deletions.
16 changes: 8 additions & 8 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
"dependencies": {
"@mdx-js/mdx": "1.6.22",
"@mdx-js/react": "1.6.22",
"gatsby": "4.0.0-next.0",
"gatsby-plugin-image": "2.0.0-next.0",
"gatsby-plugin-mdx": "3.0.0-next.0",
"gatsby-plugin-postcss": "5.0.0-next.0",
"gatsby-plugin-sharp": "4.0.0-next.0",
"gatsby": "4.4.0",
"gatsby-plugin-image": "2.4.0",
"gatsby-plugin-mdx": "3.4.0",
"gatsby-plugin-postcss": "5.4.0",
"gatsby-plugin-sharp": "4.4.0",
"gatsby-source-graphcms": "2.0.0",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"babel-preset-gatsby": "^1.13.0",
"postcss-preset-env": "6.7.0",
"tailwindcss": "1.9.6"
"babel-preset-gatsby": "^2.4.0",
"postcss-preset-env": "7.2.0",
"tailwindcss": "3.0.12"
}
}
5 changes: 4 additions & 1 deletion demo/postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
module.exports = {
plugins: [require('postcss-preset-env'), require('tailwindcss')],
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}
2 changes: 1 addition & 1 deletion demo/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
purge: [
content: [
'./src/components/**/*.js',
'./src/pages/**/*.js',
'./src/templates/**/*.js',
Expand Down
18 changes: 9 additions & 9 deletions gatsby-source-graphcms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@
],
"license": "MIT",
"dependencies": {
"@babel/runtime": "7.12.5",
"gatsby-core-utils": "3.0.0-next.0",
"@babel/runtime": "7.16.7",
"gatsby-core-utils": "3.4.0",
"gatsby-graphql-source-toolkit": "^2.0.1",
"gatsby-source-filesystem": "4.0.0-next.0",
"gatsby-source-filesystem": "4.4.0",
"he": "1.2.0",
"node-fetch": "2.6.1"
},
"devDependencies": {
"@babel/cli": "7.12.10",
"@babel/core": "7.12.10",
"@babel/plugin-transform-runtime": "7.12.10",
"@babel/preset-env": "7.12.11"
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/plugin-transform-runtime": "7.16.7",
"@babel/preset-env": "7.16.7"
},
"peerDependencies": {
"gatsby": "^4.0.0-next",
"gatsby-plugin-image": "^2.0.0-next"
"gatsby": "^4.0.0",
"gatsby-plugin-image": "^2.0.0"
},
"engines": {
"node": ">=14.15.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
]
},
"devDependencies": {
"prettier": "2.2.1"
"prettier": "2.5.1"
}
}
Loading

0 comments on commit 2275973

Please sign in to comment.