Skip to content

Commit

Permalink
fix: downgrade @mantine/hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptammergard committed Mar 8, 2024
1 parent 95042db commit ff7aca7
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 14 deletions.
1 change: 0 additions & 1 deletion .env.example

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
onlyChanged: true
env:
NODE_OPTIONS: "--max_old_space_size=4096"
VITE_MAPBOX_TOKEN: ${{ secrets.VITE_MAPBOX_TOKEN }}

- name: Publish Storybook Preview in Chromatic check summary
if: ${{ github.event_name == 'pull_request' }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- name: Install dependencies
run: yarn install --immutable

- name: Review
run: yarn review

- name: Release
run: yarn semantic-release
env:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,3 @@ jobs:

- name: Review
run: yarn review
env:
VITE_MAPBOX_TOKEN: ${{ secrets.VITE_MAPBOX_TOKEN }}
1 change: 0 additions & 1 deletion .github/workflows/storybook-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
run: yarn build-storybook
env:
NODE_OPTIONS: "--max_old_space_size=4096"
VITE_MAPBOX_TOKEN: ${{ secrets.VITE_MAPBOX_TOKEN }}

- name: Serve Storybook and run tests
run: |
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@einride/ui",
"version": "7.69.0",
"version": "0.0.0-development",
"description": "Core components that adhere to Einride's design system",
"scripts": {
"build": "rollup --config",
Expand All @@ -13,15 +13,14 @@
"format": "prettier --write .",
"format-check": "prettier --check .",
"lint": "eslint --ext ts,tsx .",
"release": "yarn build && yarn changeset publish",
"test": "vitest run",
"test-watch": "vitest",
"typecheck": "tsc"
},
"dependencies": {
"@einride/hooks": "1.7.9",
"@emotion/is-prop-valid": "1.2.2",
"@mantine/hooks": "7.6.1",
"@mantine/hooks": "7.1.1",
"@radix-ui/react-alert-dialog": "1.0.5",
"@radix-ui/react-dialog": "1.0.5",
"@radix-ui/react-dropdown-menu": "2.0.6",
Expand Down
1 change: 0 additions & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"compilerOptions": {
"declaration": true,
"noEmit": false,
"rootDir": "./src",
"outDir": "./dist"
},
"include": ["./src"],
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1760,7 +1760,7 @@ __metadata:
"@emotion/react": 11.11.4
"@emotion/styled": 11.11.0
"@faker-js/faker": 8.4.1
"@mantine/hooks": 7.6.1
"@mantine/hooks": 7.1.1
"@radix-ui/react-alert-dialog": 1.0.5
"@radix-ui/react-dialog": 1.0.5
"@radix-ui/react-dropdown-menu": 2.0.6
Expand Down Expand Up @@ -2825,12 +2825,12 @@ __metadata:
languageName: node
linkType: hard

"@mantine/hooks@npm:7.6.1":
version: 7.6.1
resolution: "@mantine/hooks@npm:7.6.1"
"@mantine/hooks@npm:7.1.1":
version: 7.1.1
resolution: "@mantine/hooks@npm:7.1.1"
peerDependencies:
react: ^18.2.0
checksum: e34496844e7c3e14f55019eb3e662eef852805f3eef640f72257a70431eb5cfb21cb9a25255825fda504ff56ecbc41e95e3ad48a8ec03f7b1efc7f1d1f1fdec7
checksum: ea4cc4b858f97a74840d6d545da801d7e30a837f0ee85a32762b3e3a7983569a4c9b34cc37b34ed876955f525d0915e55d959e9c53e48908ed823bf651ee6721
languageName: node
linkType: hard

Expand Down

0 comments on commit ff7aca7

Please sign in to comment.