Skip to content

Commit

Permalink
Merge pull request #56 from bikk-uk/v2.2.0
Browse files Browse the repository at this point in the history
v2.2.0
  • Loading branch information
aboyce authored Jun 11, 2023
2 parents 8396e1f + 2a3fb4c commit 01ca1bd
Show file tree
Hide file tree
Showing 4 changed files with 1,441 additions and 1,193 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 17.x]
node-version: [14.x, 16.x, 18.x, 19.x, 20.x]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18
check-latest: true
- run: yarn
- run: yarn test
Expand All @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18
check-latest: true
registry-url: https://registry.npmjs.org
- run: yarn
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-css/flex",
"version": "2.1.0",
"version": "2.2.0",
"description": "A thin wrapper to help make CSS Flexbox simpler and more expressive",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -40,25 +40,25 @@
},
"homepage": "https://github.com/bikk-uk/react-css-flex#readme",
"devDependencies": {
"@snyk/protect": "^1.984.0",
"@testing-library/react": "^13.3.0",
"@types/jest": "^28.1.6",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"csstype": "^3.1.0",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"@snyk/protect": "^1.1177.0",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.2",
"@types/react": "^18.2.11",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"csstype": "^3.1.2",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"prettier": "^2.7.1",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"prettier": "^2.8.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-jest": "^28.0.7",
"ts-jest": "^29.1.0",
"typescript": "^4.7.4"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 01ca1bd

Please sign in to comment.