Skip to content

Commit 167e750

Browse files
committed
- Fixing up the package json and lock files
1 parent 967e0d4 commit 167e750

File tree

4 files changed

+718
-1271
lines changed

4 files changed

+718
-1271
lines changed

package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,7 @@
2020
"test:e2e:headed": "playwright test --headed"
2121
},
2222
"dependencies": {
23-
"@atlaskit/button": "^17.1.0",
24-
"@atlaskit/css-reset": "^6.6.2",
25-
"@atlaskit/heading": "^1.4.4",
26-
"@atlaskit/icon": "^22.0.0",
27-
"@atlaskit/tooltip": "^18.1.0",
2823
"@commonify/lowdb": "^3.0.0",
29-
"@emotion/styled": "^11.11.0",
3024
"@types/marked": "^4.0.8",
3125
"atlassian-jwt": "^2.0.2",
3226
"express": "^4.18.2",

spa/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,18 @@
44
"private": true,
55
"homepage": "/spa",
66
"dependencies": {
7+
"@atlaskit/button": "^17.1.0",
8+
"@atlaskit/css-reset": "^6.6.2",
9+
"@atlaskit/heading": "^1.4.4",
10+
"@atlaskit/tooltip": "^18.1.0",
711
"@atlaskit/avatar": "^21.4.3",
812
"@atlaskit/badge": "^15.2.1",
913
"@atlaskit/dropdown-menu": "^12.1.10",
1014
"@atlaskit/icon": "^22.0.0",
1115
"@atlaskit/lozenge": "^11.5.0",
1216
"@atlaskit/tokens": "^1.33.0",
13-
"@sentry/react": "^7.93.0",
17+
"@emotion/styled": "^11.11.0",
18+
"@sentry/react": "^7.93.0",
1419
"@testing-library/jest-dom": "^5.17.0",
1520
"@testing-library/react": "^13.4.0",
1621
"@testing-library/user-event": "^13.5.0",

0 commit comments

Comments
 (0)