chore: bump deps (#18213)

* bump deps

* update path

* update imports
This commit is contained in:
Lachlan Miller
2021-09-23 16:53:02 +10:00
committed by GitHub
parent 7f8e757bc2
commit f61303817d
5 changed files with 369 additions and 420 deletions
+10 -6
View File
@@ -82,12 +82,16 @@
"@cypress/request": "2.88.6",
"@cypress/request-promise": "4.2.6",
"@fellow/eslint-plugin-coffee": "0.4.13",
"@graphql-codegen/add": "^2.0.2",
"@graphql-codegen/cli": "^1.21.6",
"@graphql-codegen/plugin-helpers": "^2.1.1",
"@graphql-codegen/typed-document-node": "^1.18.9",
"@graphql-codegen/typescript": "^1.22.4",
"@graphql-codegen/typescript-operations": "^1.18.3",
"@graphql-codegen/add": "3.1.0",
"@graphql-codegen/cli": "2.2.0",
"@graphql-codegen/plugin-helpers": "2.1.1",
"@graphql-codegen/typed-document-node": "2.1.4",
"@graphql-codegen/typescript": "2.2.2",
"@graphql-codegen/typescript-operations": "2.1.4",
"@graphql-tools/batch-delegate": "8.1.0",
"@graphql-tools/delegate": "8.2.1",
"@graphql-tools/utils": "8.2.3",
"@graphql-tools/wrap": "8.1.1",
"@percy/cli": "1.0.0-beta.48",
"@percy/cypress": "^3.1.0",
"@semantic-release/changelog": "5.0.1",
@@ -1,8 +1,8 @@
import SidebarNavigationRow from './SidebarNavigationRow.vue'
import BookIcon from '~icons/cy/book_x16'
import SettingsIcon from 'virtual:vite-icons/mdi/settings'
import HeartIcon from 'virtual:vite-icons/mdi/heart'
import BookmarkIcon from 'virtual:vite-icons/bi/bookmark-star'
import SettingsIcon from '~icons/mdi/settings'
import HeartIcon from '~icons/mdi/heart'
import BookmarkIcon from '~icons/bi/bookmark-star'
describe('SidebarNavigationRow', () => {
it('renders something', () => {
+1 -1
View File
@@ -42,7 +42,7 @@ export default defineConfig({
}),
}),
WindiCSS({
configFiles: [require.resolve('./.windicss/windi.config')],
configFiles: [path.resolve(__dirname, './.windicss/windi.config')],
}),
VueSvgLoader(),
],
-4
View File
@@ -14,10 +14,6 @@
"test-integration": "mocha -r @packages/ts/register test/integration/**/*.spec.ts --config ./test/.mocharc.js --exit"
},
"dependencies": {
"@graphql-tools/batch-delegate": "^8.0.12",
"@graphql-tools/delegate": "^8.1.1",
"@graphql-tools/utils": "^8.1.2",
"@graphql-tools/wrap": "^8.0.13",
"cors": "2.8.5",
"cross-fetch": "^3.1.4",
"dedent": "^0.7.0",
+355 -406
View File
File diff suppressed because it is too large Load Diff