Skip to content

Commit

Permalink
fix: justify popout menu to the right (#94)
Browse files Browse the repository at this point in the history
* fix: justify menu to the right

* fix: update deps for dependabot
  • Loading branch information
matttdawson authored Nov 9, 2022
1 parent 0f9ca0e commit 17136e6
Show file tree
Hide file tree
Showing 7 changed files with 295 additions and 294 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@linzjs/step-ag-grid",
"repository": "github:linz/step-ag-grid.git",
"license": "MIT",
"version": "2.4.2",
"version": "2.4.5",
"keywords": [
"aggrid",
"ag-grid",
Expand Down Expand Up @@ -108,7 +108,7 @@
"babel-preset-react-app": "^10.0.1",
"chromatic": "^6.11.4",
"conventional-changelog-conventionalcommits": "^5.0.0",
"eslint": "^8.26.0",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-deprecation": "^1.3.2",
Expand All @@ -135,7 +135,7 @@
"sass-loader": "10.3.1",
"semantic-release": "^19.0.5",
"storybook-addon-mock": "^2.4.1",
"style-loader": "^2.0.0",
"style-loader": "2.0.0",
"stylelint": "^14.14.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^29.0.0",
Expand Down
1 change: 1 addition & 0 deletions packageNotes.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
sass-loader is fixed at 10.3.1, anything higher breaks the build with getOptions() not found errors
storybook-addon-mock is fixed at 2.4.1, otherwise you get blank pages. Probably a webpack 4->5 issue
style-loader is fixed at 2.0.0 getOptions() issues again
Loading

0 comments on commit 17136e6

Please sign in to comment.