Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkykh committed Feb 28, 2024
1 parent 37b4f13 commit 29e83d0
Show file tree
Hide file tree
Showing 3 changed files with 841 additions and 825 deletions.
3 changes: 1 addition & 2 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ module.exports = api => {
];

const plugins = [
'@babel/plugin-proposal-optional-chaining',
'@babel/plugin-syntax-dynamic-import',
'@babel/plugin-transform-optional-chaining',
];

return {
Expand Down
16 changes: 7 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"private": true,
"engines": {
"node": ">=16.13.1",
"node": ">=18.9.0",
"yarn": ">=1.15"
},
"scripts": {
Expand All @@ -19,13 +19,11 @@
"preversion": "yarn && yarn lint && yarn build"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/eslint-parser": "^7.21.3",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.21.4",
"@babel/register": "^7.21.0",
"babel-loader": "^9.1.2",
"@babel/core": "^7.23.9",
"@babel/eslint-parser": "^7.23.10",
"@babel/preset-env": "^7.23.9",
"@babel/register": "^7.23.7",
"babel-loader": "^9.1.3",
"buffer": "^6.0.3",
"core-js": "^3.30.1",
"css-loader": "^6.7.3",
Expand All @@ -43,7 +41,7 @@
"semantic-ui-css": "^2.4.1",
"semantic-ui-vue": "^0.11.0",
"style-loader": "^3.3.2",
"trakt.tv-browser": "sharkykh/trakt.tv-browser#8.2.0",
"trakt.tv-browser": "sharkykh/trakt.tv-browser#30ec130532c1b2567e261df6c76387762f894b62",
"vue": "^2.7.14",
"vue-loader": "^15.10.1",
"vuex": "^3.6.2",
Expand Down
Loading

0 comments on commit 29e83d0

Please sign in to comment.