feat: update tool-chain to latest (#7975)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
39
package.json
39
package.json
@@ -38,7 +38,7 @@
|
||||
"@rails/actioncable": "6.1.3",
|
||||
"@rails/ujs": "^7.0.3-1",
|
||||
"@rails/webpacker": "5.4.4",
|
||||
"@scmmishra/pico-search": "^0.5.1",
|
||||
"@scmmishra/pico-search": "0.5.1",
|
||||
"@sentry/tracing": "^6.19.7",
|
||||
"@sentry/vue": "^6.19.7",
|
||||
"@sindresorhus/slugify": "1.1.0",
|
||||
@@ -65,7 +65,7 @@
|
||||
"markdown-it": "^13.0.1",
|
||||
"markdown-it-link-attributes": "^4.0.1",
|
||||
"md5": "^2.3.0",
|
||||
"ninja-keys": "^1.1.9",
|
||||
"ninja-keys": "^1.2.2",
|
||||
"opus-recorder": "^8.0.5",
|
||||
"postcss": "^8.4.24",
|
||||
"postcss-loader": "^4.2.0",
|
||||
@@ -100,7 +100,9 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.13.16",
|
||||
"@babel/eslint-parser": "^7.22.15",
|
||||
"@babel/plugin-proposal-class-properties": "7.13.0",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
||||
"@babel/preset-env": "7.13.15",
|
||||
"@size-limit/file": "^8.2.4",
|
||||
"@storybook/addon-actions": "6.5.9",
|
||||
@@ -111,37 +113,36 @@
|
||||
"@storybook/addons": "6.5.9",
|
||||
"@storybook/vue": "6.5.9",
|
||||
"@types/jest": "^29.5.2",
|
||||
"@vue/test-utils": "1.1.4",
|
||||
"@vue/test-utils": "^1.3.6",
|
||||
"@vue/vue2-jest": "29",
|
||||
"babel-core": "^7.0.0-bridge.0",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"babel-helper-vue-jsx-merge-props": "^2.0.3",
|
||||
"babel-jest": "25.5.1",
|
||||
"babel-jest": "29",
|
||||
"babel-loader": "8.2.2",
|
||||
"babel-preset-vue": "^2.0.2",
|
||||
"cypress": "4.12.1",
|
||||
"eslint": "^6.8.0",
|
||||
"eslint-config-airbnb-base": "14.2.1",
|
||||
"eslint-config-prettier": "^4.0.0",
|
||||
"eslint-import-resolver-webpack": "^0.11.1",
|
||||
"eslint": "^8.49.0",
|
||||
"eslint-config-airbnb-base": "15.0.0",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
"eslint-import-resolver-webpack": "^0.13.7",
|
||||
"eslint-plugin-babel": "5.3.1",
|
||||
"eslint-plugin-html": "6.1.2",
|
||||
"eslint-plugin-import": "2.22.1",
|
||||
"eslint-plugin-jsx-a11y": "6.4.1",
|
||||
"eslint-plugin-prettier": "3.4.0",
|
||||
"eslint-plugin-storybook": "^0.5.13",
|
||||
"eslint-plugin-vue": "^6.2.2",
|
||||
"eslint-plugin-html": "7.1.0",
|
||||
"eslint-plugin-import": "2.28.1",
|
||||
"eslint-plugin-jsx-a11y": "6.7.1",
|
||||
"eslint-plugin-prettier": "5.0.0",
|
||||
"eslint-plugin-storybook": "^0.6.14",
|
||||
"eslint-plugin-vue": "^9.17.0",
|
||||
"expect-more-jest": "^2.4.2",
|
||||
"fake-indexeddb": "^4.0.1",
|
||||
"husky": "^7.0.0",
|
||||
"jest": "26.6.3",
|
||||
"jest": "^29.7.0",
|
||||
"jest-serializer-vue": "^2.0.2",
|
||||
"jest-transform-stub": "^2.0.0",
|
||||
"lint-staged": "10.5.4",
|
||||
"lint-staged": "14.0.1",
|
||||
"postcss-preset-env": "^8.5.1",
|
||||
"prettier": "^1.16.4",
|
||||
"prettier": "^3.0.3",
|
||||
"rimraf": "^3.0.0",
|
||||
"size-limit": "^8.2.4",
|
||||
"vue-jest": "4",
|
||||
"webpack-dev-server": "^3"
|
||||
},
|
||||
"engines": {
|
||||
|
||||
Reference in New Issue
Block a user