chore: merge hoppscotch/staging into self-hosted/main

This commit is contained in:
Andrew Bastin
2023-04-09 21:58:58 +05:30
5 changed files with 13 additions and 13 deletions

View File

@@ -5,12 +5,12 @@
# Packages
/packages/codemirror-lang-graphql/ @AndrewBastin
/packages/hoppscotch-cli/ @aitchnyu
/packages/hoppscotch-cli/ @AndrewBastin
/packages/hoppscotch-common/ @amk-dev @AndrewBastin
/packages/hoppscotch-data/ @AndrewBastin
/packages/hoppscotch-js-sandbox/ @aitchnyu
/packages/hoppscotch-js-sandbox/ @AndrewBastin
/packages/hoppscotch-ui/ @anwarulislam
/packages/hoppscotch-web/ @amk-dev @AndrewBastin
/packages/hoppscotch-web/ @amk-dev
# Sections within Hoppscotch Common
/packages/hoppscotch-common/src/components @anwarulislam

View File

@@ -36,8 +36,8 @@
"license": "MIT",
"private": false,
"devDependencies": {
"@hoppscotch/data": "workspace:^0.4.4",
"@hoppscotch/js-sandbox": "workspace:^2.0.0",
"@hoppscotch/data": "workspace:^",
"@hoppscotch/js-sandbox": "workspace:^",
"@relmify/jest-fp-ts": "^2.0.2",
"@swc/core": "^1.2.181",
"@types/axios": "^0.14.0",

View File

@@ -1,7 +1,7 @@
{
"name": "@hoppscotch/common",
"private": true,
"version": "3.0.1",
"version": "2023.4.0",
"scripts": {
"dev": "pnpm exec npm-run-all -p -l dev:*",
"dev:vite": "vite",
@@ -30,10 +30,10 @@
"@codemirror/search": "^6.0.0",
"@codemirror/state": "^6.1.0",
"@codemirror/view": "^6.0.2",
"@hoppscotch/codemirror-lang-graphql": "workspace:^0.2.0",
"@hoppscotch/data": "workspace:^0.4.4",
"@hoppscotch/js-sandbox": "workspace:^2.1.0",
"@hoppscotch/ui": "workspace:^0.0.1",
"@hoppscotch/codemirror-lang-graphql": "workspace:^",
"@hoppscotch/data": "workspace:^",
"@hoppscotch/js-sandbox": "workspace:^",
"@hoppscotch/ui": "workspace:^",
"@hoppscotch/vue-toasted": "^0.1.0",
"@lezer/highlight": "^1.0.0",
"@sentry/tracing": "^7.13.0",

View File

@@ -40,7 +40,7 @@
"author": "Hoppscotch (support@hoppscotch.io)",
"license": "MIT",
"dependencies": {
"@hoppscotch/data": "workspace:^0.4.4",
"@hoppscotch/data": "workspace:^",
"fp-ts": "^2.11.10",
"lodash": "^4.17.21",
"quickjs-emscripten": "^0.15.0",

View File

@@ -1,7 +1,7 @@
{
"name": "@hoppscotch/web",
"private": true,
"version": "0.0.0",
"version": "2023.4.0",
"type": "module",
"scripts": {
"dev": "vite",
@@ -29,7 +29,7 @@
"util": "^0.12.4",
"vue": "^3.2.41",
"workbox-window": "^6.5.4",
"@hoppscotch/data": "workspace:^0.4.4"
"@hoppscotch/data": "workspace:^"
},
"devDependencies": {
"@intlify/vite-plugin-vue-i18n": "^6.0.1",