diff --git a/package-lock.json b/package-lock.json index 779f311..d7ffeb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -75,19 +75,19 @@ } }, "node_modules/@atlaskit/button": { - "version": "17.3.2", - "resolved": "https://registry.npmjs.org/@atlaskit/button/-/button-17.3.2.tgz", - "integrity": "sha512-CKNBTJMevc5MDK41tBk2V0UL6pwBpo71wsmpwGilFbSO9zFXU1OwweSRrPbTJVAExVm0Na+/SjZubXL5KkiDrQ==", + "version": "17.6.0", + "resolved": "https://registry.npmjs.org/@atlaskit/button/-/button-17.6.0.tgz", + "integrity": "sha512-9z8l1ktwB5rQ+XjmN+aCTrGzEyjiDSZEDW8g4qMhjOhm/nnikd6q3BYllzSHbZbSQAvVEHOvRcy3rp3Td12Cug==", "dependencies": { "@atlaskit/analytics-next": "^9.2.0", "@atlaskit/ds-lib": "^2.2.0", "@atlaskit/focus-ring": "^1.3.0", - "@atlaskit/icon": "^22.0.0", + "@atlaskit/icon": "^22.1.0", "@atlaskit/interaction-context": "^2.1.0", - "@atlaskit/primitives": "^2.0.0", + "@atlaskit/primitives": "^3.0.0", "@atlaskit/spinner": "^16.0.0", "@atlaskit/theme": "^12.6.0", - "@atlaskit/tokens": "^1.36.0", + "@atlaskit/tokens": "^1.38.0", "@atlaskit/visually-hidden": "^1.2.4", "@babel/runtime": "^7.0.0", "@emotion/react": "^11.7.1" @@ -96,6 +96,26 @@ "react": "^16.8.0" } }, + "node_modules/@atlaskit/button/node_modules/@atlaskit/primitives": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@atlaskit/primitives/-/primitives-3.1.0.tgz", + "integrity": "sha512-De09LVe4kGArFEQD5v3P2aaS39WH8pREE7H7VS+zwjUJBqNV+eHh3s/bCrGwbxW3JIX35gyh0xkZ0SNrwsgKvg==", + "dependencies": { + "@atlaskit/analytics-next": "^9.2.0", + "@atlaskit/app-provider": "^1.0.0", + "@atlaskit/ds-lib": "^2.2.0", + "@atlaskit/interaction-context": "^2.1.0", + "@atlaskit/tokens": "^1.38.0", + "@babel/runtime": "^7.0.0", + "@emotion/react": "^11.7.1", + "@emotion/serialize": "^1.1.0", + "bind-event-listener": "^2.1.1", + "tiny-invariant": "^1.2.0" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0" + } + }, "node_modules/@atlaskit/codemod-utils": { "version": "4.2.3", "resolved": "https://registry.npmjs.org/@atlaskit/codemod-utils/-/codemod-utils-4.2.3.tgz", @@ -12891,6 +12911,7 @@ "os": [ "darwin" ], + "peer": true, "engines": { "node": ">=10" } @@ -12907,6 +12928,7 @@ "os": [ "darwin" ], + "peer": true, "engines": { "node": ">=10" } @@ -12923,6 +12945,7 @@ "os": [ "linux" ], + "peer": true, "engines": { "node": ">=10" } @@ -12939,6 +12962,7 @@ "os": [ "linux" ], + "peer": true, "engines": { "node": ">=10" } @@ -12955,6 +12979,7 @@ "os": [ "linux" ], + "peer": true, "engines": { "node": ">=10" } @@ -12971,6 +12996,7 @@ "os": [ "linux" ], + "peer": true, "engines": { "node": ">=10" } @@ -12987,6 +13013,7 @@ "os": [ "linux" ], + "peer": true, "engines": { "node": ">=10" } @@ -13003,6 +13030,7 @@ "os": [ "win32" ], + "peer": true, "engines": { "node": ">=10" } @@ -13019,6 +13047,7 @@ "os": [ "win32" ], + "peer": true, "engines": { "node": ">=10" } @@ -13035,6 +13064,7 @@ "os": [ "win32" ], + "peer": true, "engines": { "node": ">=10" } @@ -18258,7 +18288,7 @@ "src/frontend": { "version": "1.0.0-alpha", "dependencies": { - "@atlaskit/button": "17.3.2", + "@atlaskit/button": "17.6.0", "@atlaskit/css-reset": "6.6.2", "@atlaskit/form": "9.0.7", "@atlaskit/textfield": "6.0.0", diff --git a/src/frontend/package.json b/src/frontend/package.json index 84e6f33..c4466dd 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -11,7 +11,7 @@ "start": "vite --open" }, "dependencies": { - "@atlaskit/button": "17.3.2", + "@atlaskit/button": "17.6.0", "@atlaskit/css-reset": "6.6.2", "@atlaskit/form": "9.0.7", "@atlaskit/textfield": "6.0.0",