From b956457b9d4cc17de3b9520d187930be9232dc1d Mon Sep 17 00:00:00 2001 From: PleahMaCaka Date: Tue, 31 Oct 2023 15:44:19 +0900 Subject: [PATCH] deps: added axios --- package.json | 5 ++--- pnpm-lock.yaml | 19 ++++++++++--------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index fa9b29e..3ea3f42 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "@tiptap/starter-kit": "^2.1.12", "@types/cookie": "^0.5.3", "autoprefixer": "^10.4.16", + "axios": "^1.6.0", "booga.js": "^0.3.0", "marked": "^9.1.2", "postcss": "^8.4.31", @@ -37,9 +38,7 @@ "tailwindcss": "^3.3.3", "tslib": "^2.6.2", "typescript": "^5.2.2", - "vite": "^4.5.0" - }, - "dependencies": { + "vite": "^4.5.0", "html-entities": "^2.4.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 787e5c3..325ce6a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,11 +4,6 @@ settings: autoInstallPeers: true excludeLinksFromLockfile: false -dependencies: - html-entities: - specifier: ^2.4.0 - version: 2.4.0 - devDependencies: '@fontsource/fira-mono': specifier: ^5.0.8 @@ -49,9 +44,15 @@ devDependencies: autoprefixer: specifier: ^10.4.16 version: 10.4.16(postcss@8.4.31) + axios: + specifier: ^1.6.0 + version: 1.6.0 booga.js: specifier: ^0.3.0 version: 0.3.0 + html-entities: + specifier: ^2.4.0 + version: 2.4.0 marked: specifier: ^9.1.2 version: 9.1.2 @@ -893,8 +894,8 @@ packages: postcss-value-parser: 4.2.0 dev: true - /axios@1.5.1: - resolution: {integrity: sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A==} + /axios@1.6.0: + resolution: {integrity: sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==} dependencies: follow-redirects: 1.15.3 form-data: 4.0.0 @@ -921,7 +922,7 @@ packages: /booga.js@0.3.0: resolution: {integrity: sha512-hGj3cQ8jrTnq0jvlrCOgGA8SDBsE41kg8BNW3hSaotg/MdoimUIxOXg8RweOWGUUeQ7GIcAz1OKZ2lREGvRGxQ==} dependencies: - axios: 1.5.1 + axios: 1.6.0 transitivePeerDependencies: - debug dev: true @@ -1303,7 +1304,7 @@ packages: /html-entities@2.4.0: resolution: {integrity: sha512-igBTJcNNNhvZFRtm8uA6xMY6xYleeDwn3PeBCkDz7tHttv4F2hsDI2aPgNERWzvRcNYHNT3ymRaQzllmXj4YsQ==} - dev: false + dev: true /import-fresh@3.3.0: resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==}