Skip to content

Commit

Permalink
🚑 Bump Working
Browse files Browse the repository at this point in the history
  • Loading branch information
damianpumar committed Dec 5, 2024
1 parent c2b62e5 commit 6a399a6
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 70 deletions.
81 changes: 40 additions & 41 deletions argilla-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

57 changes: 28 additions & 29 deletions argilla-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
"test:watch": "jest --colors --watchAll"
},
"dependencies": {
"@codescouts/events": "^1.0.2",
"@codescouts/events": "1.0.10",
"@nuxtjs/auth-next": "5.0.0-1613647907.37b1156",
"@nuxtjs/axios": "^5.12.5",
"@nuxtjs/composition-api": "^0.33.1",
"@nuxtjs/i18n": "^7.3.1",
"@nuxtjs/style-resources": "^1.0.0",
"@pinia/nuxt": "^0.2.1",
"@vuex-orm/core": "^0.36.4",
"@vuex-orm/core": "0.36.4",
"axios": "^1.4.0",
"core-js": "^3.6.5",
"dompurify": "^3.0.3",
Expand All @@ -42,41 +42,40 @@
"sass": "^1.49.9",
"ts-injecty": "^0.0.22",
"v-click-outside": "^3.1.2",
"vue": "^2.7.14",
"vue-demi": "^0.14.5",
"vue-svgicon": "^3.2.9",
"vue": "^2.7.16",
"vue-demi": "^0.14.10",
"vue-svgicon": "^3.3.2",
"vue-template-compiler": "^2.6.14",
"vuedraggable": "^2.24.3",
"vuex": "^3.1.3"
"vuedraggable": "^2.24.3"
},
"devDependencies": {
"@babel/core": "7.25.2",
"@babel/eslint-parser": "7.24.5",
"@babel/eslint-parser": "7.24.8",
"@babel/preset-env": "7.24.5",
"@babel/preset-typescript": "7.24.1",
"@codescouts/test": "^1.0.8",
"@intlify/eslint-plugin-vue-i18n": "^2.0.0",
"@nuxt/types": "^2.18.1",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@playwright/test": "^1.49.0",
"@types/jest": "^27.5.2",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@codescouts/test": "1.0.8",
"@intlify/eslint-plugin-vue-i18n": "2.0.0",
"@nuxt/types": "2.18.1",
"@nuxt/typescript-build": "2.1.0",
"@nuxtjs/eslint-config-typescript": "12.1.0",
"@playwright/test": "1.49.0",
"@types/jest": "27.5.2",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@vue/test-utils": "~1.3.6",
"babel-core": "^7.0.0-bridge.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.1",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-nuxt": "^3.2.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-vue": "^8.7.1",
"jest": "^27.5.1",
"jest-serializer-vue": "^2.0.2",
"jest-transform-stub": "^2.0.0",
"prettier": "^2.8.8",
"babel-core": "7.0.0-bridge.0",
"cross-env": "7.0.3",
"eslint": "8.57.1",
"eslint-config-prettier": "7.2.0",
"eslint-plugin-nuxt": "3.2.0",
"eslint-plugin-prettier": "3.4.1",
"eslint-plugin-vue": "8.7.1",
"jest": "27.5.1",
"jest-serializer-vue": "2.0.2",
"jest-transform-stub": "2.0.0",
"prettier": "2.8.8",
"sass-loader": "10.5.2",
"typescript": "^5.1.6",
"typescript": "5.7.2",
"vue-jest": "3.0.7"
}
}

0 comments on commit 6a399a6

Please sign in to comment.