From 3486764145fa0760a6dbdca22a5252c0ece78ca6 Mon Sep 17 00:00:00 2001 From: andrerpena Date: Mon, 2 May 2022 13:49:50 +0100 Subject: [PATCH] Bump to 12.0.3 --- .github/workflows/npm-publish.yml | 1 + package.json | 6 +----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index a4da28c..da94e0d 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -15,6 +15,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 16 + registry-url: 'https://registry.npmjs.org' - run: yarn install - run: yarn build - run: npm publish --tag next diff --git a/package.json b/package.json index a065d10..7986058 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-mde", - "version": "12.0.2", + "version": "12.0.3", "description": "React Markdown Editor", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", @@ -45,13 +45,9 @@ "@types/react": "17.0.4", "@types/react-dom": "17.0.3", "@types/showdown": "^1.7.2", - "@types/webpack-dev-middleware": "^2.0.0", - "@types/webpack-hot-middleware": "^2.16.2", "@vitejs/plugin-react": "^1.3.0", "add": "^2.0.6", "cross-env": "^6.0.3", - "css-loader": "^0.28.10", - "file-loader": "^5.0.2", "framer-motion": "^6", "jest": "^24.9.0", "merge2": "^1.2.1",