Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fergusean committed Oct 18, 2023
1 parent a906d8f commit e8d8c98
Show file tree
Hide file tree
Showing 5 changed files with 385 additions and 580 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@signal24/vue-foundation",
"type": "module",
"version": "4.7.4",
"version": "4.8.0",
"description": "Common components, directives, and helpers for Vue 3 apps",
"module": "./dist/vue-foundation.es.js",
"exports": {
Expand Down Expand Up @@ -36,37 +36,37 @@
"dependencies": {
"date-fns": "^2.30.0",
"lodash": "^4.17.21",
"type-fest": "^4.1.0",
"uuid": "^9.0.0",
"type-fest": "^4.5.0",
"uuid": "^9.0.1",
"vue": "^3.3.4"
},
"devDependencies": {
"@nabla/vite-plugin-eslint": "^1.5.0",
"@rushstack/eslint-patch": "^1.3.2",
"@signal24/openapi-client-codegen": "^1.0.4",
"@tsconfig/node18": "^18.2.0",
"@types/jsdom": "^21.1.1",
"@types/lodash": "^4.14.196",
"@types/node": "^18.17.1",
"@types/uuid": "^9.0.2",
"@vitejs/plugin-vue": "^4.2.3",
"@rushstack/eslint-patch": "^1.5.1",
"@signal24/openapi-client-codegen": "^1.1.0",
"@tsconfig/node18": "^18.2.2",
"@types/jsdom": "^21.1.4",
"@types/lodash": "^4.14.200",
"@types/node": "^20.8.7",
"@types/uuid": "^9.0.6",
"@vitejs/plugin-vue": "^4.4.0",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.4.1",
"@vue/tsconfig": "^0.4.0",
"cypress": "^12.17.2",
"eslint": "^8.46.0",
"eslint-plugin-cypress": "^2.13.3",
"cypress": "^13.3.1",
"eslint": "^8.51.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"eslint-plugin-vue": "^9.16.1",
"eslint-plugin-vue": "^9.17.0",
"jsdom": "^22.1.0",
"prettier": "^3.0.0",
"sass": "^1.64.2",
"start-server-and-test": "^2.0.0",
"typescript": "~5.1.6",
"vite": "^4.4.7",
"vitest": "^0.33.0",
"vue-tsc": "^1.8.8"
"prettier": "^3.0.3",
"sass": "^1.69.4",
"start-server-and-test": "^2.0.1",
"typescript": "~5.2.2",
"vite": "^4.5.0",
"vitest": "^0.34.6",
"vue-tsc": "^1.8.19"
}
}
}
2 changes: 1 addition & 1 deletion src/helpers/openapi.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { installOpenApiClientInterceptors, isOpenApiError } from '@signal24/openapi-client-codegen/helpers';
import { installOpenApiClientInterceptors, isOpenApiError } from '@signal24/openapi-client-codegen/browser';

import { UserError } from '.';

Expand Down
2 changes: 1 addition & 1 deletion src/vite-plugins/vite-openapi-plugin.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { createWatchfulOpenapiClientGenerators } from '@signal24/openapi-client-codegen/generator';
import { createWatchfulOpenapiClientGenerators } from '@signal24/openapi-client-codegen/node';

export function openapiClientGeneratorPlugin(): {
name: string;
Expand Down
1 change: 1 addition & 0 deletions tsconfig.vite-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"types": ["node"],
"noImplicitAny": true,
"outDir": "dist"
Expand Down
Loading

0 comments on commit e8d8c98

Please sign in to comment.