Skip to content

Commit 8746a91

Browse files
author
Illia Simenko
committed
2.0.0
1 parent 45e7744 commit 8746a91

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Precise UI Changelog
22

3+
## 2.0.0
4+
5+
- Update Typescript from to v4
6+
- Update Puppeteer to v10
7+
- Update Styled Components to v5
8+
- Update React Datepicker to v4
9+
- Replace awesome-typescript-loader with ts-loader
10+
- Many minor dependency updates
311
## 1.6.3
412

513
- fix(563167): add validation error

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "precise-ui",
3-
"version": "1.6.3",
3+
"version": "2.0.0",
44
"description": "Precise UI React component library powered by Styled Components.",
55
"keywords": [
66
"react",
@@ -32,7 +32,7 @@
3232
"start": "styleguidist server",
3333
"test": "npm run lint && npm run test:unit",
3434
"test:unit": "cross-env NODE_ENV=test jest",
35-
"test:visual": "jest -c integration/jest.config.js --runInBand",
35+
"test:visual": "jest -c integration/jest.config.js --noStackTrace --runInBand",
3636
"test:visual:update": "npm run test:visual -- -u",
3737
"test:watch": "npm run test:unit -- --watch",
3838
"webpack:analyzer": "npm run build:bundle -- --config ./tools/bundle-analyzer.js"

0 commit comments

Comments
 (0)