Skip to content

Commit 8b04bba

Browse files
committed
Release
- @tpr/layout@2.2.1
1 parent 5724813 commit 8b04bba

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/layout/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tpr/layout",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "TPR Layout components",
55
"author": "David Alekna <david.alekna@tpr.gov.uk>",
66
"license": "MIT",
@@ -33,12 +33,12 @@
3333
"report-coverage": "codecov"
3434
},
3535
"peerDependencies": {
36-
"react": "^16.12.0",
37-
"react-dom": "^16.12.0",
3836
"@tpr/core": "~2.1.7",
3937
"@tpr/forms": "~2.2.0",
4038
"@tpr/icons": "~2.1.7",
41-
"@tpr/theming": "~2.1.5"
39+
"@tpr/theming": "~2.1.5",
40+
"react": "^16.12.0",
41+
"react-dom": "^16.12.0"
4242
},
4343
"dependencies": {
4444
"@types/lodash": "^4.14.157",
@@ -52,11 +52,11 @@
5252
"xstate": "^4.10.0"
5353
},
5454
"devDependencies": {
55-
"cross-env": "^7.0.2",
5655
"@tpr/core": "file:../core",
5756
"@tpr/forms": "file:../forms",
5857
"@tpr/icons": "file:../icons",
59-
"@tpr/theming": "file:../theming"
58+
"@tpr/theming": "file:../theming",
59+
"cross-env": "^7.0.2"
6060
},
6161
"publishConfig": {
6262
"access": "public"

0 commit comments

Comments
 (0)