Skip to content

Commit

Permalink
Update js dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
entantoencuanto committed Jan 23, 2025
1 parent ccc2f51 commit f82012b
Show file tree
Hide file tree
Showing 9 changed files with 187 additions and 187 deletions.
356 changes: 178 additions & 178 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"tom-select": "^2.2.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.25.9",
"@babel/eslint-parser": "^7.26.5",
"@babel/plugin-transform-classes": "^7.25.9",
"@babel/plugin-transform-regenerator": "^7.25.9",
"@babel/plugin-transform-runtime": "^7.25.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/browserslist-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"directory": "packages/browserslist-config"
},
"author": "Decidim Contributors",
"license": "AGPL-3.0",
"license": "AGPL-3.0-or-later",
"main": "index.js"
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"directory": "packages/core"
},
"author": "Decidim Contributors",
"license": "AGPL-3.0",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@picmo/popup-picker": "^5.8.4",
"@rails/activestorage": "^6.0.4",
"@tarekraafat/autocomplete.js": "^10.2.6",
"@tarekraafat/autocomplete.js": "10.2.7",
"@tiptap/core": "2.1.13",
"@tiptap/extension-blockquote": "2.1.13",
"@tiptap/extension-bold": "2.1.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"directory": "packages/dev"
},
"author": "Decidim Contributors",
"license": "AGPL-3.0",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@linthtml/linthtml": "^0.9.6",
"axe-core": "^4.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"directory": "packages/eslint-config"
},
"author": "Decidim Contributors",
"license": "AGPL-3.0",
"license": "AGPL-3.0-or-later",
"main": "index.js",
"peerDependencies": {
"eslint": "^8.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"directory": "packages/prettier-config"
},
"author": "Decidim Contributors",
"license": "AGPL-3.0",
"license": "AGPL-3.0-or-later",
"main": "index.js",
"peerDependencies": {
"prettier": "^2.3.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"directory": "packages/stylelint-config"
},
"author": "Decidim Contributors",
"license": "AGPL-3.0",
"license": "AGPL-3.0-or-later",
"main": "index.js",
"peerDependencies": {
"stylelint": "^15.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpacker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"directory": "packages/webpacker"
},
"author": "Decidim Contributors",
"license": "AGPL-3.0",
"license": "AGPL-3.0-or-later",
"main": "index.js",
"dependencies": {
"@babel/core": "^7.22.9",
Expand Down

0 comments on commit f82012b

Please sign in to comment.