chore: set web and common versions to 2023.4.0 and remove workspace package version specifiers

This commit is contained in:
Andrew Bastin
2023-04-09 21:42:25 +05:30
parent f1a812dae2
commit 80a5d21576
4 changed files with 10 additions and 10 deletions

View File

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

View File

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

View File

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

View File

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