Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwiemer authored Dec 3, 2021
1 parent d0a6440 commit 0486ba3
Show file tree
Hide file tree
Showing 7 changed files with 490 additions and 997 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"serve": "yarn workspace site serve"
},
"devDependencies": {
"eslint": "8.2.0",
"eslint": "8.3.0",
"eslint-config-gatsby-standard": "^3.0.2",
"prettier": "^2.4.1",
"stylelint": "14.0.1",
"prettier": "^2.5.0",
"stylelint": "14.1.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^23.0.0",
"stylelint-config-standard": "^24.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.9.0"
}
Expand Down
10 changes: 10 additions & 0 deletions site/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"extends": "gatsby-standard",
"rules": {
"no-unsafe-finally": "off",
"react/jsx-pascal-case": [
1,
{ "allowAllCaps": true, "allowNamespace": true }
]
}
}
1 change: 1 addition & 0 deletions site/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v16
8 changes: 4 additions & 4 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"clean": "gatsby clean"
},
"dependencies": {
"gatsby": "^4.1.4",
"gatsby-plugin-catch-links": "^4.1.0",
"gatsby-plugin-google-analytics": "^4.1.0",
"gatsby-plugin-manifest": "^4.1.3",
"gatsby": "^4.3.0",
"gatsby-plugin-catch-links": "^4.3.0",
"gatsby-plugin-google-analytics": "^4.3.0",
"gatsby-plugin-manifest": "^4.3.0",
"gatsby-theme-amsterdam": "*",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
1 change: 1 addition & 0 deletions theme/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v16
42 changes: 21 additions & 21 deletions theme/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-theme-amsterdam",
"description": "A Gatsby theme for artists, photographers and other creative people",
"version": "2.0.0",
"version": "2.0.1",
"author": "Ryan Wiemer <[email protected]>",
"keywords": [
"gatsby",
Expand All @@ -16,34 +16,34 @@
"license": "MIT",
"main": "index.js",
"dependencies": {
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@emotion/react": "^11.7.0",
"@emotion/styled": "^11.6.0",
"@mdx-js/mdx": "^1.5.5",
"@mdx-js/react": "^1.5.5",
"babel-plugin-styled-components": "^1.10.7",
"framer-motion": "^5.3.0",
"gatsby": "^4.1.4",
"babel-plugin-styled-components": "^2.0.2",
"framer-motion": "^5.3.3",
"gatsby": "^4.3.0",
"gatsby-awesome-pagination": "^0.3.5",
"gatsby-plugin-emotion": "^7.1.0",
"gatsby-plugin-image": "^2.1.2",
"gatsby-plugin-manifest": "^4.1.3",
"gatsby-plugin-mdx": "^3.1.3",
"gatsby-plugin-offline": "^5.1.3",
"gatsby-plugin-page-creator": "^4.1.3",
"gatsby-plugin-react-helmet": "^5.1.0",
"gatsby-plugin-sharp": "^4.1.3",
"gatsby-plugin-theme-ui": "^0.12.0",
"gatsby-remark-images": "^6.1.3",
"gatsby-remark-prismjs": "^6.1.0",
"gatsby-source-filesystem": "^4.1.2",
"gatsby-transformer-sharp": "^4.1.0",
"gatsby-plugin-emotion": "^7.3.0",
"gatsby-plugin-image": "^2.3.0",
"gatsby-plugin-manifest": "^4.3.0",
"gatsby-plugin-mdx": "^3.3.0",
"gatsby-plugin-offline": "^5.3.0",
"gatsby-plugin-page-creator": "^4.3.0",
"gatsby-plugin-react-helmet": "^5.3.0",
"gatsby-plugin-sharp": "^4.3.0",
"gatsby-plugin-theme-ui": "^0.12.1",
"gatsby-remark-images": "^6.3.0",
"gatsby-remark-prismjs": "^6.3.0",
"gatsby-source-filesystem": "^4.3.0",
"gatsby-transformer-sharp": "^4.3.0",
"lodash": "^4.17.14",
"prismjs": "^1.19.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"slugify": "^1.3.6",
"theme-ui": "^0.12.0"
"slugify": "^1.6.3",
"theme-ui": "^0.12.1"
},
"peerDependencies": {
"gatsby": "^4.1.4",
Expand Down
Loading

0 comments on commit 0486ba3

Please sign in to comment.