Skip to content

Commit

Permalink
Merge pull request #39 from dan-mba/postcss
Browse files Browse the repository at this point in the history
chore: Update Dependencies to fix DEP0148 warning
  • Loading branch information
hupe1980 committed Apr 5, 2022
2 parents d22bb9e + 735b996 commit 95ec322
Show file tree
Hide file tree
Showing 7 changed files with 3,381 additions and 2,146 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
parser: `babel-eslint`,
parser: `@babel/eslint-parser`,
extends: [`react-app`, `prettier`],
plugins: [`prettier`],
rules: {
Expand Down
6 changes: 3 additions & 3 deletions e2e-tests/development-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"serve": "gatsby serve",
"cy": "cypress",
"cy:open": "cypress open",
"cy:run": "cypress run --browser chrome",
"cy:run": "cypress run --browser chrome --headless",
"start-server-and-test": "start-server-and-test develop http://localhost:8000 cy:run",
"test": "CYPRESS_SUPPORT=y yarn start-server-and-test "
},
"devDependencies": {
"@testing-library/cypress": "^8.0.0",
"cypress": "^9.0.0",
"gatsby-cypress": "^2.1.0",
"cypress": "^9.5.3",
"gatsby-cypress": "^2.11.0",
"start-server-and-test": "^1.10.6"
}
}
6 changes: 3 additions & 3 deletions e2e-tests/path-prefix-prod-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"start": "yarn develop",
"serve": "gatsby serve --prefix-paths",
"cy:open": "cypress open",
"cy:run": "cypress run --browser chrome",
"cy:run": "cypress run --browser chrome --headless",
"start-server-and-test": "start-server-and-test serve http://localhost:9000/prefix/ cy:run",
"test": "CYPRESS_SUPPORT=y yarn build && yarn start-server-and-test "
},
"devDependencies": {
"@testing-library/cypress": "^8.0.0",
"cypress": "^9.0.0",
"gatsby-cypress": "^2.1.0",
"cypress": "^9.5.3",
"gatsby-cypress": "^2.11.0",
"start-server-and-test": "^1.10.6"
}
}
6 changes: 3 additions & 3 deletions e2e-tests/production-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"start": "yarn develop",
"serve": "gatsby serve",
"cy:open": "cypress open",
"cy:run": "cypress run --browser chrome",
"cy:run": "cypress run --browser chrome --headless",
"start-server-and-test": "start-server-and-test serve http://localhost:9000 cy:run",
"test": "CYPRESS_SUPPORT=y yarn build && yarn start-server-and-test "
},
"devDependencies": {
"@testing-library/cypress": "^8.0.0",
"cypress": "^9.0.0",
"gatsby-cypress": "^2.1.0",
"cypress": "^9.5.3",
"gatsby-cypress": "^2.11.0",
"start-server-and-test": "^1.10.6"
}
}
20 changes: 10 additions & 10 deletions gatsby-plugin-webfonts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@
"gatsby": "^3.0.0 || ^4.0.0"
},
"dependencies": {
"axios": "^0.24.0",
"cssnano": "^5.0.11",
"fs-extra": "^10.0.0",
"axios": "^0.26.1",
"cssnano": "^5.1.7",
"fs-extra": "^10.0.1",
"lodash.isempty": "^4.4.0",
"postcss": "^8.3.11",
"postcss-js": "^3.0.3"
"postcss": "^8.4.12",
"postcss-js": "^4.0.0"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"babel-jest": "^27.0.6",
"babel-preset-gatsby-package": "^1.0.0",
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"babel-jest": "^27.5.1",
"babel-preset-gatsby-package": "^2.11.0",
"cross-env": "^7.0.3",
"jest": "^27.0.6"
"jest": "^27.5.1"
}
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
"upgrade:all": "yarn upgrade-interactive --latest"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.31.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.3.1",
"eslint-plugin-import": "^2.22.1",
"@babel/eslint-parser": "^7.17.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"lerna": "^4.0.0",
"prettier": "^2.2.1"
"prettier": "^2.6.2"
}
}

0 comments on commit 95ec322

Please sign in to comment.