mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-29 19:41:16 -05:00
+10
-6
@@ -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', () => {
|
||||
|
||||
@@ -42,7 +42,7 @@ export default defineConfig({
|
||||
}),
|
||||
}),
|
||||
WindiCSS({
|
||||
configFiles: [require.resolve('./.windicss/windi.config')],
|
||||
configFiles: [path.resolve(__dirname, './.windicss/windi.config')],
|
||||
}),
|
||||
VueSvgLoader(),
|
||||
],
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user