Skip to content

Commit

Permalink
Merge pull request #735 from sebgroup/develop
Browse files Browse the repository at this point in the history
react 18 release
  • Loading branch information
mario-subo authored May 11, 2022
2 parents 1dd8d68 + c21663a commit c4ab138
Show file tree
Hide file tree
Showing 21 changed files with 46,890 additions and 58,661 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,29 @@ on: pull_request
jobs:
build_check:
runs-on: ubuntu-latest

strategy:
matrix:
node: [ '15' ]
node: [ '16' ]

name: Node ${{ matrix.node }}

steps:
- uses: actions/checkout@v2

- name: Setup node
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}

- name: Installing dependencies
run: npm ci

- name: Testing
run: npm test

- name: Building
env:
NODE_OPTIONS: "--max-old-space-size=8192"
run: npm run build

5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: 15.x
node-version: 16.x

- name: Installing dependencies
run: npm ci

- name: Execute unit tests
run: npm test

- name: Building library
run: npm run build:lib

Expand Down
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ package-lock.json
# Directories
.github/
.vscode/
test/
coverage/
node_modules/
dist/
Expand Down
22,013 changes: 10,167 additions & 11,846 deletions docs/package-lock.json

Large diffs are not rendered by default.

31 changes: 13 additions & 18 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,29 +16,24 @@
"dependencies": {
"@sebgroup/frontend-tools": "^2.1.1",
"browser-typescript-parser": "^2.6.7",
"classnames": "^2.2.6",
"gatsby": "^3.2.1",
"gatsby-plugin-manifest": "^3.2.0",
"gatsby-plugin-offline": "^4.2.0",
"classnames": "^2.3.1",
"gatsby": "^4.11.2",
"gatsby-plugin-manifest": "^4.11.1",
"gatsby-plugin-offline": "^5.11.1",
"gatsby-plugin-polyfill-io": "^1.1.0",
"gatsby-plugin-react-helmet": "^4.2.0",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sass": "^4.2.0",
"gatsby-plugin-sitemap": "^3.2.0",
"lorem-ipsum": "^2.0.3",
"gatsby-plugin-react-helmet": "^5.11.0",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-sass": "^5.11.1",
"gatsby-plugin-sitemap": "^5.11.1",
"lorem-ipsum": "^2.0.4",
"react-helmet": "^6.1.0",
"react-syntax-highlighter": "^15.4.3"
"react-syntax-highlighter": "^15.5.0"
},
"devDependencies": {
"@types/react-helmet": "^6.1.0",
"dotenv": "^8.2.0",
"@types/react-helmet": "^6.1.5",
"dotenv": "^16.0.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"tsconfig-paths-webpack-plugin": "^3.5.1"
},
"resolutions": {
"graphql": "^15.4.0",
"graphql-compose": "^7.25.0",
"webpack": "^5.24.2"
"tsconfig-paths-webpack-plugin": "^3.5.2"
}
}
1 change: 1 addition & 0 deletions lib/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ module.exports = {
__PATH_PREFIX__: "",
},
testURL: "http://localhost",
testEnvironment: "jsdom",
};
Loading

0 comments on commit c4ab138

Please sign in to comment.