Commit graph

349 commits

Author SHA1 Message Date
Tomasz Szymanski
e5fdef53df Merge branch 'master' of github.com:mirumee/saleor-dashboard into feature/unconfirmed-order-line-manipulation 2021-03-31 12:38:10 +02:00
Jakub Majorek
5416c9f865
Ignore EditorJS errors (#1036)
* Ignore EditorJS error

* Update messages
2021-03-30 16:31:38 +02:00
Krzysztof Wolski
9b486d6682
Add release-it script (#1034) 2021-03-30 14:37:12 +02:00
Tomasz Szymanski
b4a7c9f471 Merge branch 'master' of github.com:mirumee/saleor-dashboard into feature/unconfirmed-order-line-manipulation 2021-03-23 08:52:27 +01:00
Jakub Majorek
7bc4bc6696
Define node requirements, ts cleanup (#1008)
* Define node requirements, ts cleanup

* Update snapshot

* fix tests
2021-03-19 13:06:17 +01:00
Tomasz Szymanski
17e01508a6 Merge branch 'master' of github.com:mirumee/saleor-dashboard into feature/unconfirmed-order-line-manipulation 2021-03-16 11:11:47 +01:00
Jakub Majorek
a7736e2bf9
Attach permission variables to all queries (#1000)
* [SALEOR-2190] Attach permission variables to all queries

* Fix TS linter issues

* Update package-lock
2021-03-09 09:44:09 +01:00
mmarkusik
2cd4ea9529
Saleor 1856/implement discount modal 2 (#978)
* Add currency to orderline unitprice and update hella lots of types

* wip

* Add diiscount modal component

* Refactor action dialog - move buttons to separate component so they can be reused

* Add discount provider to keep logic of discounts separated and wrap proper components

* Add discount ccalculator util class, and make draft details summary use it, along with discounts data, modal etc

* UUpdate lots of types, fragments, schema etc

* Update quries and mutations

* ARename OrderLineDiscountModal -> OrderDiscountCommonModal, add types etc

* Add order line discount provider + consumer, same for order discount

* Fix ts wip

* Update schema and types

* Update order discount provider

* Add nnetto price to order details fragment and update lots of types

* Adjust fixtures to order details containing net total

* Move both order and order line provider to same dir to make types and utils more accessible

* Update schema to match master

* Update schema and types

* Update order history, add some related components, add events etc.

* Fix types

* Fix schema to match master

* Update messages

* Update changelog

* Retrigger build

* Add stories and update common modal to display floats properly

* Add and update stories and tests

* Add optional displaying of reason in case it's empty

* Make user name label for history events return email if last name and first name are absent

* Update schema, types, and mutations to properly refresh

* Remove unnecessary imports

* Add discounts decorator to draft details page storybook

* Fixs after review

* Update messages

* Small fixes to timeline events

* Update types for order shipping price to use net as well, fix labels in draft summary and add colors to theme palette

* Updaste tests, messages

* Fixs after review

* Add theme highlighted active and inactive color text, add valuue conversion to discount modal when changing calculation mode

* Add change to changelog

* Add extra options to select employee display name for order event when some data is missing. Also add filtering null elements in event header when data missing alltogether and element is null

* Refactor selecting employee name in utils

* Add conditional to extended timeline event when orderline is null
2021-03-05 15:52:02 +01:00
Karolina Rakoczy
30e3fd9320 tests for variants 2021-03-01 13:37:31 +01:00
Karolina Rakoczy
5f413d16fc merge with tests for products 2021-02-18 21:08:06 +01:00
Karolina Rakoczy
ecca49608a merge all changes 2021-02-11 15:31:36 +01:00
Karolina Rakoczy
221756a70e merge changes 2021-02-11 15:17:00 +01:00
Karolina
7bb3efa65d
Saleor 1736 configuration channels (#966)
* Cypress tests for channels

Co-authored-by: Marcin Gębala <maarcin.gebala@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
2021-02-11 14:58:05 +01:00
Karolina
68eb5309ef
Merge branch 'master' into SALEOR-1738-Tests-for-home-page 2021-02-11 13:53:29 +01:00
Karolina Rakoczy
d738c515c0 install faker 2021-02-11 13:48:24 +01:00
Karolina Rakoczy
e1bd4b28e9 add test for several variants 2021-02-11 10:20:39 +01:00
Karolina Rakoczy
322c5cc13c update packages 2021-02-10 15:21:58 +01:00
Jakub Majorek
383055a2de
SALEOR-2064 Add generic error tracker with Sentry adapter (#956)
* Add generic error tracker with Sentry extension

* Add Sentry webpack plugin

* Update variable names and README

* Update deploy-staging template

* Update changelog
2021-01-22 15:05:26 +01:00
Jakub Majorek
77ed12664d
Fix rare editorjs race condition (#953) 2021-01-21 09:54:53 +01:00
Dawid Tarasiuk
eb351b396a
Refunds (#870)
* 1721 - add refunds miscellaneous view (#860)

* Create new page for Miscellaneous Refunds

* Replace refund order dialog with dedicated page

* Add data test ids

* Update order details view for refunds (#874)

* 1719 - add refund entry to order history (#875)

* Add refund order history entry

* Update refund event with the right query

* 1722 - add refunds product view (#873)

* Create new page for Miscellaneous Refunds

* Replace refund order dialog with dedicated page

* Add data test ids

* Create refund products table

* Implement refund products view

* Update refund mutation with product lines input

* Fix products quantities on refund page

* Fix order refund submission

* Fix products refund submission input variables

* Filter out fulfillments on refund page

* Update refund page in storybook

* Fix test snapshots after wrong refunds rebase

* Set max refund as captured amount

* Refund queries adjustments

* Display refund values with nullish coalescing operator

* Update test snapshots with refunds

* Refactor order refund values calculation

* Create and use refund order line fragment

* Use old simple refund mutation for miscellaneous refund

* Submit for refund only lines with non-zero quantity set

* Fix showing refund error

* Fix refund details on order details page (#879)

* Update order details view for refunds (#874)

* 1719 - add refund entry to order history (#875)

* Add refund order history entry

* Update refund event with the right query

* 1722 - add refunds product view (#873)

* Create new page for Miscellaneous Refunds

* Replace refund order dialog with dedicated page

* Add data test ids

* Create refund products table

* Implement refund products view

* Update refund mutation with product lines input

* Fix products quantities on refund page

* Fix order refund submission

* Fix products refund submission input variables

* Filter out fulfillments on refund page

* Update refund page in storybook

* Fix test snapshots after wrong refunds rebase

* Set max refund as captured amount

* Refund queries adjustments

* Display refund values with nullish coalescing operator

* Update test snapshots with refunds

* Refactor order refund values calculation

* Create and use refund order line fragment

* Use old simple refund mutation for miscellaneous refund

* Submit for refund only lines with non-zero quantity set

* Fix showing refund error

* Add missing refund amount to order history

* Merge repeated order lines in fulfillment lines

* Update order history events types and test snapshots

* Update changelog with refunds changes
2020-12-01 14:13:05 +01:00
Krzysztof Wolski
6762e7bf3f
[chore] Update dependencies, fix warnings during tests (#845)
* Fix attr name typo

* Use proper string serialization

* Use proper image URL

* Remove unused draft component

* Fix classname for invoice card

* Update deps

* Remove unused testcafe

* Resolve issue with missing intl in one of the stories, bump intl package version

* Update packages

* Update commit hooks

* Bump ts to last pre4.0 version

* Center metadata image

* Unused property

* Bump enzyme

* Revert

* Fix logo on login screen

* Fix console errors on entering translations pages

* Fix styles for invoice card
2020-11-27 17:32:12 +01:00
Dawid Tarasiuk
fc02fce701
Page types (#807)
* Create attribute class selector

* Use ProductAttributeType to check if product is simple or with variants

* Allow attribute class selection only during its creation

* Update attribute type selection translations

* Show only product attributes in columns picker on product list view

* Cleanups in Attribute Organization component

* Create Page Types list page

* Create content management section in settings

* Implement page types list view

* Remove unused imports from page type list

* Updatte page type list style

* Remove legacy code from page type list component

* Update PageTypeListPage component

* Create Page Types details page

* Fix page type attribute reordering

* Implement PageType create view

* Implement PageType update view

* gUpdate page type details components

* Fix page type update component

* Update page type components stories

* Update page type errors handling

* Update page type details view

* Create Page Types details page

* Implement PageType create view

* Update product attribute assignment mutations

* Add page types attribute assignment mutations

* Add page types attribute assignment handling

* Temporarily fix page create mutation

* Update page type error messages

* Remove legacy storybook page type stories

* Update attribute assignment dialogs stories

* Update page type details error handling

* Update props for page type components

* Create attribute class selector

* Implement page types list view

* Add page type selector on page create and details views

* Add attributes list to page details views

* Update page types list

* Use attribute errors for attributes muatations

* Save attribute values on page create and update

* Update messages for page view

* Update page attributes fragment

* Use AttributeError in AttributeBulkDelete

* Update page type and its attribute selection

* Handle page types deleting

* Update page types deleting messages

* Handle page types attribute reorder

* Fix PageOrganizeContent component types

* Update graphqql types

* Fix page fixture

* Update messages

* Update test snapshots

* Pass pageTypes to PageForm

* Update changelog with page type addition note

* Update package-lock

* Update test snapshots

* Fix malformed generated type

* Update messages after rebase
2020-11-19 15:42:14 +01:00
Dominik Żegleń
6f9060144a
Multichannel (#833)
* add multichannel to configuration view

* create multichannels list view

* create multichannels list view

* add ChannelsCreate view

* update channels in configuration

* add stories

* update default messages

* fix ChannelForm props

* update channels list styles

* update snapshots

* update channel form currency input

* update Channels fragments

* extract messages

* remove tabs from channelsList

* channel details, channel delete modal (#598)

* create Channel details view

* create ChannelDeleteDialog

* add channels delete dialog to channels list

* update messages and types

* fixes after review

* channels availability (#609)

* create Channel details view

* update messages and types

* create ChannelsAvailability component

* create more product channels components

* create channels stories, update fixtures, types

* update product views with channels data

* update schema and snapshots

* update defaultMessages

* update ProductUpdate view

* create ChannelsAvailabilityDropdown component

* add product channels to local storage

* update globalTypes

* Update to new schema and resolve issues

* Update messages

* create deleteChannel mutation

* add channels availability component to product create view

* refactor ProductCreate and ProductUpdate views

* CollectionProducts view cleanup

* add disabled prop to ActionDialog

* use updateChannels mutation in ProductCreate view

* ProductCreate - update submit function

* fixes after review

* update snapshots and messages

Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>

* channels shipping components (#655)

* create PricingCard, OrderValue and OrderWeight components

* create ShippingZoneRatesPage and DeleteShippingRateDialog

* update ChannelsAvailability component

* updates after review

* channels shipping views (#662)

* update ChannelsAvailability component

* updates after review

* create PriceRate views, update types

* create weight rates views

* update shipping views, stories, messages

* update snapshots

* update snapshots

* update useChannels hook

* orders channels components (#698)

* create OrderChannelSectionCard component

* update OrderDetailsPage

* update DraftOrderChannelCard

* update snapshots

* update fixtures

* small change after review, update snapshots

* product pricing (#702)

* update product types

* update Pricing in simple product view

* use productVariantCreate mutation in simple product view

* update snapshots and messages

* handle create variant (#715)

* update product types

* update Pricing in simple product view

* handle product create and update errors

* update snapshots and messages

* fix update and create product handlers

* update pricing types

* channels modal - new styles, search input (#717)

* update product types

* update Pricing in simple product view

* handle product create and update errors

* update pricing types

* add search input in ChannelsAvailabilityDialog

* update ChannelsAvailabilityDialog in all views

* update snapshots

* fix search input label styles

* update toggleAllChannels function

* update variant creator (#724)

* update product types

* update Pricing in simple product view

* handle product create and update errors

* update pricing types

* add search input in ChannelsAvailabilityDialog

* update ChannelsAvailabilityDialog in all views

* update snapshots

* add channelLisitngs to variant creator

* update variant creator price styles

* update product variant creator reducer tests

* update createVariants tests

* update error handling in product variant creator

* add Skip pricing for now option

* use PriceField instead of TextField in ProductVariantCreatorSummary

* create price validation function

* fix errors handling in ProductVariantPrice component

* fixes after review

* Product List - remove publish/unpublish buttons (#727)

* ProductList - remove publish and unpublish buttons

* update messages

* update snapshots, messages

* revert changes in ChannelsAvailabilityDropdown

* products/shipping/discount list settings (#739)

* create ChannelSettingsDialog component

* update snapshots

* ProductList - open settings modal when there is no selected channel

* add settings modal to vouchers list

* add settings dialog to sales list

* add setting modal to shipping list

* update shipping

* update snapshots, messages

* useChannelsSettings - remove selectedChannelSlug

* fix channels update handler in product and shipping view

* messages update in ChannelSettingsDialog

* handle product/discount list when there is no channels

* update onSettingsOpen prop

* collection availability dropdown (#743)

* add availability dropdown to collection products list

* update channelListingProduct fragment name

* update voucher view/components with channels (#746)

* update voucher view/components with channels

* update VoucherSummary, remove defaultCurrency from voucher components

* update snapshots

* move getChannelsVariables func to discounts handlers

* update voucher messages

* sale view/components with channels (#750)

* update sale views with channels

* small fixes in discounts

* order views with channels (#752)

* update draft orders with channels

* add channel activate/deactivate mutations

* remove sort by total in orders list

* add error notification on channel activate/deactivate

* product variants channel select (#755)

* add channels selector to ProductVariants component

* remove selectedChannel from ProductUpdate, update messages and snapshots

* update product fragments

* update translations (#762)

* update translations

* fix translation types

* update messages

* update Availability component (#766)

* update ChannelsAvailability component

* update product fixtures

* update collection and channel fixtures

* ChannelsAvailability - handle errors

* update product handlers

* update ChannelsAvailability styles

* update ProductVariant

* update snapshots

* fix missing things in multichannel  (#785)

* add availability dropdown to discount products list

* fix error handling in shipping components

* update product views and components

* update messages

* update category view/components

* update CategoryProducts styles

* remove defaultCurrency from shipping components

* create ChannelsSelect component

* update channels error handling after review

* another fixes after review

* Add channels to collection views/components (#791)

** update collection components and views

* update create collection view

* update error handling in collection

* remove filter bar from collection list

* update products fragments

* small fix in collection create view

* use collectionFragment in useCatalogSearch

* update defaultMessages and snapshots

* update homepage view/drop defaultCurrency (#801)

* update homepage view

* drop defaultCurrency prop

* fix onChannelChange function in home view

* remove visibility from product list filters

* update export products with channels (#803)

* update ProductExportDialog with channels

* add new channel error code

* remover VISIBLE from product export dialog Financial information

* fix input size in ProductVariantCreatorSummary (#804)

* channels currency code select (#806)

* create select with currency codes

* fix ChannelDeleteDialog

* update defaultMessages, remove unneeded ChannelDetails handlers

* fixes after rebase

* replace channelListing with channelListings

* [multichannel] Update schema]

* Fix product create test

Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 17:10:42 +01:00
dominik-zeglen
4d15fa52b8 Add undo ability 2020-11-05 17:32:55 +01:00
dominik-zeglen
dab8064e26 Use editorjs instead of draftail 2020-11-04 13:58:30 +01:00
Marcin Gębala
38d3386045 Update after release 2020-11-04 12:32:10 +01:00
dependabot-preview[bot]
833d02c875
[Security] Bump lodash from 4.17.15 to 4.17.20
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.20. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.20)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-02 05:35:55 +00:00
dependabot-preview[bot]
87061b65ea
[Security] Bump node-fetch from 2.6.0 to 2.6.1 (#704)
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1. **This update includes a security fix.**
- [Release notes](https://github.com/bitinn/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-15 11:09:29 +02:00
Dominik Żegleń
ba1564837c
Merge pull request #629 from mirumee/dependabot/npm_and_yarn/elliptic-6.5.3
[Security] Bump elliptic from 6.5.1 to 6.5.3
2020-07-30 12:49:06 +02:00
dependabot-preview[bot]
f9bb51f3e5
[Security] Bump elliptic from 6.5.1 to 6.5.3
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.1 to 6.5.3. **This update includes a security fix.**
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.1...v6.5.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-29 21:45:40 +00:00
dominik-zeglen
41e60b6418 Add tests to auth 2020-07-27 12:23:42 +02:00
dominik-zeglen
b5029deca0 wip 2020-07-27 12:21:25 +02:00
Marcin Gębala
49c0a75179 Bump to 2.10.1 2020-07-22 16:08:47 +02:00
Dawid Tarasiuk
5ce1add2ec
Merge pull request #621 from mirumee/dependabot/npm_and_yarn/codecov-3.7.1
[Security] Bump codecov from 3.6.5 to 3.7.1
2020-07-22 15:21:15 +02:00
AlicjaSzu
211b0b892d
Apps (#599)
* create Apps view

* create more app components, generate types and messages

* apps refactor, update snapshots

* show error message in tooltip  when app installation fail

* update apps components and view, add apps list to storybook

* update defaultMessages

* create app details view

* update AppListPage with Skeleton component

* create app activate/deactivate dialogs, create app details stories

* add AppHeader to AppDetailsPage

* update defaultMessages

* update AppDetails view and components after review

* create custom app details view

* refactor webhooks

* update webhooks fixtures

* update WebhookDetailsPage story

* update strings

* create CustomAppCreate view and components

* update AppListPage story

* create AppInstall view and page

* handle errors in AppInstall view

* update defaultMessages

* add AppInstallPage to storybook

* add status prop to MessageManager

* update defaultMessages

* remove service account section

* remove service account routes

* remove as operator from notify status

* add notifications for app installations

* update styles for deactivated app

* update app installations with local storage

* update defaultMessages

* AppInstall update

* dd delete button to ongoin installations table

* fix active installations condition

* fix error messages in AppsList

* update defaultMessages

* add iframe to AppDetailsPage

* create AppDetailsSettingsPage

* install macaw-ui

* apps styles clean up

* update schema, fixtures

* few apps updates

* WebhookCreate - fix onBack button name

* WebhookCreatePage story update

* rename apps table from external to thirdparty

* update defaultMessages

* fix test, update snapshots

* AppDetailsSettings - add token to headers

* fix first number in local apps query

* app details settings - use shop domain host

* add onSettingsRowClick to InstalledApps

* resolve conflicts

* update changelog and messages

* add noopener noreferrer do app privacy link

* update snapshots

* update snapshots

* updates after review

* update defaultMessages

* CustomAppDetails - add missing notify status
2020-07-22 12:54:15 +02:00
dependabot-preview[bot]
65a4001590
[Security] Bump codecov from 3.6.5 to 3.7.1
Bumps [codecov](https://github.com/codecov/codecov-node) from 3.6.5 to 3.7.1. **This update includes a security fix.**
- [Release notes](https://github.com/codecov/codecov-node/releases)
- [Commits](https://github.com/codecov/codecov-node/compare/v3.6.5...v3.7.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-20 23:16:05 +00:00
Krzysztof Wolski
c778c200ed
Move from test cafe to Cypress (#584)
* Typo

* Add cypress config

* Login and logout tests

* Typo

* Add basic test for warehouse

* Wrong password test

* Fixes and docs

* Remove testcafe

* Add gh action

* Update changelog

* Fix typo

* Update msgs

* Work on GH action

* Record artifacts

* Fix warehouse test
2020-07-20 11:42:44 +02:00
Dominik Żegleń
38e790a4dd
Merge pull request #607 from mirumee/ref/add-2.10.1
Apply fixes from 2.10.1
2020-07-17 12:16:21 +02:00
Krzysztof Wolski
d19e37b140 Browserslist update 2020-07-16 14:22:02 +02:00
dominik-zeglen
c09fc4ce00 Apply fixes from 2.10.1 2020-07-16 13:48:00 +02:00
Dawid Tarasiuk
fea369be80 Update test snapshots 2020-07-08 10:44:37 +02:00
dominik-zeglen
d89d31d295 Update dependencies 2020-07-06 16:35:33 +02:00
dependabot-preview[bot]
f5ac7b28ba
[Security] Bump websocket-extensions from 0.1.3 to 0.1.4 (#551)
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. **This update includes a security fix.**
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-01 12:47:41 +02:00
Krzysztof Wolski
53b6c5ca5c Add GTM 2020-05-26 01:47:12 +02:00
Krzysztof Wolski
a82de30309
Add circleci config and enhance our linters (#519)
* Add circleci config

* Season linting config

* Apply code style
2020-05-14 11:30:32 +02:00
Marcin Gębala
5a6612f0f4 Bump version to 2.10.0 2020-05-14 09:23:33 +02:00
Marcin Gębala
807f9c193b Bump version 2020-05-07 13:53:52 +02:00
Marcin Gębala
4f45a6e14a Bump version 2020-05-04 15:20:53 +02:00
dominik-zeglen
64371d04a6 wip 2020-04-28 16:37:16 +02:00
dominik-zeglen
880d312170 Update dependencies 2020-03-25 11:22:55 +01:00
Dominik Żegleń
86ee990f5f
Merge pull request #407 from mirumee/dependabot/npm_and_yarn/codecov-3.6.5
[Security] Bump codecov from 3.6.1 to 3.6.5
2020-03-02 11:31:53 +01:00
dominik-zeglen
fa8231992f Explicitely return not found page 2020-02-20 15:18:22 +01:00
dependabot-preview[bot]
1cb0ecba18
[Security] Bump codecov from 3.6.1 to 3.6.5
Bumps [codecov](https://github.com/codecov/codecov-node) from 3.6.1 to 3.6.5. **This update includes a security fix.**
- [Release notes](https://github.com/codecov/codecov-node/releases)
- [Commits](https://github.com/codecov/codecov-node/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-19 17:34:11 +00:00
dependabot-preview[bot]
54d4cb8264
[Security] Bump yarn from 1.21.1 to 1.22.0
Bumps [yarn](https://github.com/yarnpkg/yarn) from 1.21.1 to 1.22.0. **This update includes a security fix.**
- [Release notes](https://github.com/yarnpkg/yarn/releases)
- [Changelog](https://github.com/yarnpkg/yarn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yarnpkg/yarn/compare/v1.21.1...v1.22.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-14 23:20:01 +00:00
dominik-zeglen
e20ff94910 Use json files in translations 2020-02-13 12:54:23 +01:00
dominik-zeglen
dc396f9830 Use structured jsons instead of POT file 2020-02-13 12:54:22 +01:00
Dominik Żegleń
7d8a141f63
Merge pull request #343 from mirumee/dependabot/npm_and_yarn/react-jss-10.0.0
Bump react-jss from 8.6.1 to 10.0.0
2019-12-30 14:12:35 +01:00
Dominik Żegleń
ae797b8969
Merge pull request #341 from mirumee/dependabot/npm_and_yarn/webpack-dev-server-3.10.1
Bump webpack-dev-server from 3.9.0 to 3.10.1
2019-12-30 12:39:58 +01:00
Dominik Żegleń
b1719c7180
Merge pull request #340 from mirumee/dependabot/npm_and_yarn/types/jest-24.0.24
Bump @types/jest from 23.3.14 to 24.0.24
2019-12-30 10:22:55 +01:00
Dominik Żegleń
465bab6952
Merge pull request #339 from mirumee/dependabot/npm_and_yarn/storybook/addon-storyshots-5.2.8
Bump @storybook/addon-storyshots from 5.2.5 to 5.2.8
2019-12-30 09:59:46 +01:00
dependabot-preview[bot]
3cdac225f6
Bump react-jss from 8.6.1 to 10.0.0
Bumps [react-jss](https://github.com/cssinjs/jss) from 8.6.1 to 10.0.0.
- [Release notes](https://github.com/cssinjs/jss/releases)
- [Changelog](https://github.com/cssinjs/jss/blob/master/changelog.md)
- [Commits](https://github.com/cssinjs/jss/commits/v10.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-20 05:21:56 +00:00
dependabot-preview[bot]
0a62640ff9
Bump apollo from 2.21.1 to 2.21.2
Bumps [apollo](https://github.com/apollographql/apollo-tooling) from 2.21.1 to 2.21.2.
- [Release notes](https://github.com/apollographql/apollo-tooling/releases)
- [Changelog](https://github.com/apollographql/apollo-tooling/blob/master/CHANGELOG.md)
- [Commits](https://github.com/apollographql/apollo-tooling/compare/apollo@2.21.1...apollo@2.21.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-20 05:20:53 +00:00
dependabot-preview[bot]
20562a114a
Bump webpack-dev-server from 3.9.0 to 3.10.1
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 3.9.0 to 3.10.1.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/v3.10.1/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v3.9.0...v3.10.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-20 05:19:44 +00:00
dependabot-preview[bot]
5f7ab51d3d
Bump @types/jest from 23.3.14 to 24.0.24
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 23.3.14 to 24.0.24.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-20 05:18:35 +00:00
dependabot-preview[bot]
bee4f9b34c
Bump @storybook/addon-storyshots from 5.2.5 to 5.2.8
Bumps [@storybook/addon-storyshots](https://github.com/storybookjs/storybook/tree/HEAD/addons/storyshots/storyshots-core) from 5.2.5 to 5.2.8.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v5.2.8/addons/storyshots/storyshots-core)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-20 05:17:36 +00:00
Dominik Żegleń
69251c6235
Merge pull request #333 from mirumee/dependabot/npm_and_yarn/apollo-client-2.6.8
Bump apollo-client from 2.6.4 to 2.6.8
2019-12-19 14:48:15 +01:00
dependabot-preview[bot]
f7d8eae1db
Bump @babel/core from 7.7.2 to 7.7.7
Bumps [@babel/core](https://github.com/babel/babel) from 7.7.2 to 7.7.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.2...v7.7.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-19 08:08:29 +00:00
Marcin Gębala
964c566564
Merge pull request #328 from mirumee/dependabot/npm_and_yarn/types/react-16.9.16
Bump @types/react from 16.9.11 to 16.9.16
2019-12-19 09:06:00 +01:00
Marcin Gębala
b122bc0998
Merge pull request #327 from mirumee/dependabot/npm_and_yarn/babel-plugin-react-intl-5.1.11
Bump babel-plugin-react-intl from 4.3.0 to 5.1.11
2019-12-19 09:05:31 +01:00
Marcin Gębala
4923fca62d
Merge pull request #331 from mirumee/dependabot/npm_and_yarn/types/enzyme-3.10.4
Bump @types/enzyme from 3.10.3 to 3.10.4
2019-12-19 09:05:09 +01:00
dependabot-preview[bot]
cafbe24d76
Bump apollo-client from 2.6.4 to 2.6.8
Bumps [apollo-client](https://github.com/apollographql/apollo-client) from 2.6.4 to 2.6.8.
- [Release notes](https://github.com/apollographql/apollo-client/releases)
- [Changelog](https://github.com/apollographql/apollo-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/apollographql/apollo-client/compare/apollo-client@2.6.4...v2.6.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-19 08:03:02 +00:00
Marcin Gębala
d0a111ba64
Merge pull request #334 from mirumee/dependabot/npm_and_yarn/babel/preset-typescript-7.7.4
Bump @babel/preset-typescript from 7.7.2 to 7.7.4
2019-12-19 09:00:48 +01:00
Marcin Gębala
69e583f4eb
Merge pull request #335 from mirumee/dependabot/npm_and_yarn/apollo-cache-inmemory-1.6.5
Bump apollo-cache-inmemory from 1.6.3 to 1.6.5
2019-12-19 09:00:24 +01:00
dependabot-preview[bot]
423bcb8f43
Bump @typescript-eslint/eslint-plugin from 2.11.0 to 2.12.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 2.11.0 to 2.12.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v2.12.0/packages/eslint-plugin)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-18 05:26:40 +00:00
dependabot-preview[bot]
f20e434975
Bump apollo-cache-inmemory from 1.6.3 to 1.6.5
Bumps [apollo-cache-inmemory](https://github.com/apollographql/apollo-client) from 1.6.3 to 1.6.5.
- [Release notes](https://github.com/apollographql/apollo-client/releases)
- [Changelog](https://github.com/apollographql/apollo-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/apollographql/apollo-client/compare/apollo-cache-inmemory@1.6.3...apollo-cache-inmemory@1.6.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-18 05:25:39 +00:00
dependabot-preview[bot]
f2c170bd7d
Bump @babel/preset-typescript from 7.7.2 to 7.7.4
Bumps [@babel/preset-typescript](https://github.com/babel/babel) from 7.7.2 to 7.7.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.2...v7.7.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-18 05:24:47 +00:00
dependabot-preview[bot]
b04433c28c
Bump @types/enzyme from 3.10.3 to 3.10.4
Bumps [@types/enzyme](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/enzyme) from 3.10.3 to 3.10.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/enzyme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-17 05:24:08 +00:00
dependabot-preview[bot]
8250690098
Bump @types/react from 16.9.11 to 16.9.16
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 16.9.11 to 16.9.16.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-17 05:20:56 +00:00
dependabot-preview[bot]
63a7876677
Bump babel-plugin-react-intl from 4.3.0 to 5.1.11
Bumps [babel-plugin-react-intl](https://github.com/formatjs/formatjs) from 4.3.0 to 5.1.11.
- [Release notes](https://github.com/formatjs/formatjs/releases)
- [Commits](https://github.com/formatjs/formatjs/compare/babel-plugin-react-intl@4.3.0...babel-plugin-react-intl@5.1.11)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-17 05:19:53 +00:00
Marcin Gębala
b3fae6810a
Merge pull request #313 from mirumee/dependabot/npm_and_yarn/eslint-plugin-import-2.19.1
Bump eslint-plugin-import from 2.18.2 to 2.19.1
2019-12-16 14:27:11 +01:00
Marcin Gębala
9b93723400
Merge pull request #312 from mirumee/dependabot/npm_and_yarn/react-16.12.0
Bump react from 16.11.0 to 16.12.0
2019-12-16 14:26:56 +01:00
dependabot-preview[bot]
608ffee1f7
Bump react from 16.11.0 to 16.12.0
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.11.0 to 16.12.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v16.12.0/packages/react)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-16 10:10:29 +00:00
Marcin Gębala
052714a5db
Merge pull request #311 from mirumee/dependabot/npm_and_yarn/draftjs-to-html-0.9.1
Bump draftjs-to-html from 0.8.4 to 0.9.1
2019-12-16 11:08:28 +01:00
Marcin Gębala
2e66a4fbf4
Merge pull request #314 from mirumee/dependabot/npm_and_yarn/types/react-sortable-hoc-0.7.1
Bump @types/react-sortable-hoc from 0.6.6 to 0.7.1
2019-12-16 11:07:45 +01:00
dependabot-preview[bot]
4161192265
Bump eslint-plugin-import from 2.18.2 to 2.19.1
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.18.2 to 2.19.1.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases)
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md)
- [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.18.2...v2.19.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-16 10:07:23 +00:00
Marcin Gębala
21c0fbf9c3
Merge pull request #315 from mirumee/dependabot/npm_and_yarn/react-test-renderer-16.12.0
Bump react-test-renderer from 16.11.0 to 16.12.0
2019-12-16 11:06:26 +01:00
Marcin Gębala
bac541c93e
Merge pull request #316 from mirumee/dependabot/npm_and_yarn/core-js-3.5.0
Bump core-js from 3.4.0 to 3.5.0
2019-12-16 11:05:53 +01:00
Marcin Gębala
bb0d0602a0
Merge pull request #317 from mirumee/dependabot/npm_and_yarn/babel-plugin-react-intl-auto-3.1.0
Bump babel-plugin-react-intl-auto from 2.3.0 to 3.1.0
2019-12-16 11:05:35 +01:00
Marcin Gębala
4a6be2594e
Merge pull request #319 from mirumee/dependabot/npm_and_yarn/react-sortable-hoc-1.10.1
Bump react-sortable-hoc from 0.6.8 to 1.10.1
2019-12-16 11:04:54 +01:00
dependabot-preview[bot]
5876986589
Bump file-loader from 1.1.11 to 5.0.2
Bumps [file-loader](https://github.com/webpack-contrib/file-loader) from 1.1.11 to 5.0.2.
- [Release notes](https://github.com/webpack-contrib/file-loader/releases)
- [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/file-loader/compare/v1.1.11...v5.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-12 05:27:34 +00:00
dependabot-preview[bot]
7471cf88b1
Bump react-sortable-hoc from 0.6.8 to 1.10.1
Bumps [react-sortable-hoc](https://github.com/clauderic/react-sortable-hoc) from 0.6.8 to 1.10.1.
- [Release notes](https://github.com/clauderic/react-sortable-hoc/releases)
- [Changelog](https://github.com/clauderic/react-sortable-hoc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clauderic/react-sortable-hoc/compare/v0.6.8...v1.10.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-12 05:26:30 +00:00
dependabot-preview[bot]
4003eb3799
Bump babel-plugin-react-intl-auto from 2.3.0 to 3.1.0
Bumps [babel-plugin-react-intl-auto](https://github.com/akameco/babel-plugin-react-intl-auto) from 2.3.0 to 3.1.0.
- [Release notes](https://github.com/akameco/babel-plugin-react-intl-auto/releases)
- [Commits](https://github.com/akameco/babel-plugin-react-intl-auto/compare/v2.3.0...v3.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-12 05:24:22 +00:00
dependabot-preview[bot]
a2950fa9a2
Bump core-js from 3.4.0 to 3.5.0
Bumps [core-js](https://github.com/zloirock/core-js) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/compare/v3.4.0...v3.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-12 05:23:18 +00:00
dependabot-preview[bot]
be0afcd1e4
Bump react-test-renderer from 16.11.0 to 16.12.0
Bumps [react-test-renderer](https://github.com/facebook/react/tree/HEAD/packages/react-test-renderer) from 16.11.0 to 16.12.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v16.12.0/packages/react-test-renderer)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-11 05:37:01 +00:00
dependabot-preview[bot]
e08758f761
Bump @types/react-sortable-hoc from 0.6.6 to 0.7.1
Bumps [@types/react-sortable-hoc](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-sortable-hoc) from 0.6.6 to 0.7.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-sortable-hoc)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-11 05:35:54 +00:00
dependabot-preview[bot]
fa16394218
Bump draftjs-to-html from 0.8.4 to 0.9.1
Bumps [draftjs-to-html](https://github.com/jpuri/draftjs-to-html) from 0.8.4 to 0.9.1.
- [Release notes](https://github.com/jpuri/draftjs-to-html/releases)
- [Commits](https://github.com/jpuri/draftjs-to-html/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-11 05:32:38 +00:00
dominik-zeglen
518422705c Remove react-svg 2019-12-10 12:13:20 +01:00
Dominik Żegleń
752074a14f
Merge pull request #304 from mirumee/dependabot/npm_and_yarn/ts-jest-24.2.0
Bump ts-jest from 23.10.5 to 24.2.0
2019-12-10 12:11:35 +01:00
Dominik Żegleń
416c651786
Merge pull request #302 from mirumee/dependabot/npm_and_yarn/babel/preset-react-7.7.4
Bump @babel/preset-react from 7.7.0 to 7.7.4
2019-12-10 12:11:16 +01:00
Dominik Żegleń
f5c58eb0d5
Merge pull request #309 from mirumee/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-2.11.0
Bump @typescript-eslint/eslint-plugin from 2.9.0 to 2.11.0
2019-12-10 12:10:43 +01:00
Dominik Żegleń
ae6e478b50
Merge pull request #306 from mirumee/dependabot/npm_and_yarn/prettier-1.19.1
Bump prettier from 1.18.2 to 1.19.1
2019-12-10 12:05:52 +01:00
dependabot-preview[bot]
8bbc18e27f
Bump @typescript-eslint/eslint-plugin from 2.9.0 to 2.11.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 2.9.0 to 2.11.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v2.11.0/packages/eslint-plugin)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-10 11:05:04 +00:00
Dominik Żegleń
2ed7cc7b11
Merge pull request #305 from mirumee/dependabot/npm_and_yarn/types/url-join-4.0.0
Bump @types/url-join from 0.8.3 to 4.0.0
2019-12-10 12:01:41 +01:00
dependabot-preview[bot]
41239fd119
Bump @babel/preset-react from 7.7.0 to 7.7.4
Bumps [@babel/preset-react](https://github.com/babel/babel) from 7.7.0 to 7.7.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.0...v7.7.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-10 11:01:11 +00:00
Dominik Żegleń
b290335d52
Merge pull request #301 from mirumee/dependabot/npm_and_yarn/babel/runtime-7.7.6
Bump @babel/runtime from 7.7.2 to 7.7.6
2019-12-10 11:57:52 +01:00
dependabot-preview[bot]
cc3e837880
Bump ts-jest from 23.10.5 to 24.2.0
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 23.10.5 to 24.2.0.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v23.10.5...v24.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-10 10:54:25 +00:00
Dominik Żegleń
4a08984c9e
Merge pull request #300 from mirumee/dependabot/npm_and_yarn/rimraf-3.0.0
Bump rimraf from 2.7.1 to 3.0.0
2019-12-10 11:51:01 +01:00
Dominik Żegleń
07c4bacb06
Merge pull request #307 from mirumee/dependabot/npm_and_yarn/react-moment-0.9.7
Bump react-moment from 0.7.9 to 0.9.7
2019-12-10 11:50:32 +01:00
dependabot-preview[bot]
0d4de40e56
Bump apollo from 2.21.0 to 2.21.1
Bumps [apollo](https://github.com/apollographql/apollo-tooling) from 2.21.0 to 2.21.1.
- [Release notes](https://github.com/apollographql/apollo-tooling/releases)
- [Changelog](https://github.com/apollographql/apollo-tooling/blob/master/CHANGELOG.md)
- [Commits](https://github.com/apollographql/apollo-tooling/compare/apollo@2.21.0...apollo@2.21.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-10 05:27:01 +00:00
dependabot-preview[bot]
537423beb4
Bump react-moment from 0.7.9 to 0.9.7
Bumps [react-moment](https://github.com/headzoo/react-moment) from 0.7.9 to 0.9.7.
- [Release notes](https://github.com/headzoo/react-moment/releases)
- [Commits](https://github.com/headzoo/react-moment/compare/v0.7.9...v0.9.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-10 05:25:16 +00:00
dependabot-preview[bot]
e4c6dbd070
Bump prettier from 1.18.2 to 1.19.1
Bumps [prettier](https://github.com/prettier/prettier) from 1.18.2 to 1.19.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/1.18.2...1.19.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-10 05:24:07 +00:00
dependabot-preview[bot]
c7e15a6713
Bump @types/url-join from 0.8.3 to 4.0.0
Bumps [@types/url-join](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/url-join) from 0.8.3 to 4.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/url-join)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-10 05:23:03 +00:00
dependabot-preview[bot]
18d4f89d2c
Bump @babel/runtime from 7.7.2 to 7.7.6
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.7.2 to 7.7.6.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.7.6/packages/babel-runtime)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-09 14:33:11 +00:00
dependabot-preview[bot]
49c603b245
Bump rimraf from 2.7.1 to 3.0.0
Bumps [rimraf](https://github.com/isaacs/rimraf) from 2.7.1 to 3.0.0.
- [Release notes](https://github.com/isaacs/rimraf/releases)
- [Changelog](https://github.com/isaacs/rimraf/blob/master/CHANGELOG.md)
- [Commits](https://github.com/isaacs/rimraf/compare/v2.7.1...v3.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-09 14:31:52 +00:00
dominik-zeglen
d048cc629b Add local eslint rule to enforce naming styles 2019-12-03 16:09:57 +01:00
dominik-zeglen
081a4a8b9a Remove tslint 2019-12-02 16:34:00 +01:00
dominik-zeglen
baf49a7ca5 Use eslint in build pipeline 2019-12-02 16:33:59 +01:00
dominik-zeglen
421da92cb3 Use eslint instead of tslint 2019-12-02 16:33:58 +01:00
dominik-zeglen
54feb60950 Add notification about navigator 2019-11-25 17:23:52 +01:00
dominik-zeglen
8b36ca5308 Add basic navigator 2019-11-21 17:52:11 +01:00
dominik-zeglen
4fbaf65113 Optimize build 2019-11-07 14:41:02 +01:00
dominik-zeglen
349c7dbcc0 Update stories 2019-11-07 14:39:15 +01:00
dominik-zeglen
af9e7a19eb Update required node version 2019-11-07 14:29:38 +01:00
dominik-zeglen
74d6794679 Update @material-ui to v4 2019-11-07 14:29:07 +01:00
dominik-zeglen
d84ba84e91 Update @material-ui 2019-11-07 14:22:40 +01:00
dominik-zeglen
f4cc05436e Add prettier to precommit pipeline 2019-11-07 12:35:17 +01:00
Marcin Gębala
64d448b9aa
Merge pull request #219 from mirumee/add/error-boundary
Add error boundary
2019-10-21 14:43:22 +02:00
dominik-zeglen
4da2d84926 Add error boundary 2019-10-21 13:44:13 +02:00
dominik-zeglen
54dad7cae5 Allow users to change language 2019-10-21 13:11:51 +02:00
dominik-zeglen
05d9aff656 Lint only staged files 2019-10-11 12:31:01 +02:00
dominik-zeglen
3a4cb531dd Add git hooks 2019-10-11 12:15:19 +02:00
dominik-zeglen
6d6312248d Add a thin layer of abstraction 2019-09-16 15:42:28 +02:00
Patryk Zawadzki
ae4d3e81ba Implement the Credential Management API
Fixes #156
2019-09-16 15:42:28 +02:00
dominik-zeglen
7290087680 Add dynamic stories 2019-09-06 15:50:46 +02:00
Krzysztof Bialoglowicz
8afe11c032 Add plugin page, plugin list view 2019-08-30 14:16:09 +02:00
dominik-zeglen
faaaea773a Clean any trace of i18next 2019-08-29 14:43:00 +02:00
dominik-zeglen
cb16d68060 Fix snapshot testing 2019-08-29 14:42:59 +02:00
dominik-zeglen
f5142cd34a Use babel-loader instead of ts-loader 2019-08-29 14:12:35 +02:00
dominik-zeglen
a19bdfee53 Update babel-plugin-react-intl-auto 2019-08-29 14:12:34 +02:00
dominik-zeglen
337f14b327 Add intl auto-id tool 2019-08-29 14:12:34 +02:00
Dominik Żegleń
a573f5e139 Refactor attribute section translations 2019-08-29 14:12:34 +02:00
dominik-zeglen
c5248a2ffb Configure react-intl 2019-08-29 14:12:34 +02:00
dominik-zeglen
11ae9fc3c3 Add pot file generator 2019-08-29 14:12:34 +02:00
dominik-zeglen
0eaec5e178 Add react-intl 2019-08-29 14:12:34 +02:00
dominik-zeglen
ca085471c5 Update packages 2019-08-12 13:46:43 +02:00
Dan Kolbman
a594e9dada Make fsevents an optional dependency 2019-08-11 10:42:54 -04:00
dominik-zeglen
d3a0d118dd Update configs 2019-08-09 16:00:34 +02:00
dominik-zeglen
5ad398454e Update dependencies 2019-08-09 13:39:19 +02:00
dominik-zeglen
5d959e6d6e Initial commit 2019-06-19 16:40:52 +02:00