Skip to content

Commit

Permalink
bump plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
diegopf committed Nov 16, 2023
1 parent dd70c30 commit 513ffc4
Show file tree
Hide file tree
Showing 6 changed files with 183 additions and 70 deletions.
6 changes: 3 additions & 3 deletions packages/x-archetype-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
"@vue/test-utils": "~1.0.3",
"jest": "~27.5.0",
"rimraf": "~3.0.2",
"rollup": "~3.29.4",
"rollup-plugin-copy": "~3.4.0",
"rollup": "~4.4.1",
"rollup-plugin-copy": "~3.5.0",
"rollup-plugin-delete": "~2.0.0",
"rollup-plugin-typescript2": "~0.34.1",
"rollup-plugin-typescript2": "~0.36.0",
"ts-jest": "~27.1.0",
"typescript": "~4.9.4",
"vue": "~2.7.14"
Expand Down
2 changes: 1 addition & 1 deletion packages/x-components/build/rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export const rollupConfig = createRollupOptions({
copy({
targets: [
{
src: ['build-helpers', 'CHANGELOG.md', 'package.json', 'README.md', 'docs'],
src: ['CHANGELOG.md', 'package.json', 'README.md', 'docs'],
dest: buildPath
}
],
Expand Down
8 changes: 4 additions & 4 deletions packages/x-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"@empathyco/x-tailwindcss": "^1.1.0-alpha.0",
"@microsoft/api-documenter": "~7.22.0",
"@microsoft/api-extractor": "~7.35.0",
"@rollup/plugin-commonjs": "~25.0.0",
"@rollup/plugin-commonjs": "~25.0.7",
"@testing-library/jest-dom": "~5.16.0",
"@types/autoprefixer": "~10.2.0",
"@types/glob": "^8.0.1",
Expand All @@ -118,13 +118,13 @@
"postcss-dir-pseudo-class": "~7.0.0",
"postcss-logical": "~4.0.2",
"rimraf": "~3.0.2",
"rollup": "~3.29.4",
"rollup-plugin-copy": "~3.4.0",
"rollup": "~4.4.1",
"rollup-plugin-copy": "~3.5.0",
"rollup-plugin-delete": "~2.0.0",
"rollup-plugin-rename": "~1.0.1",
"rollup-plugin-sourcemaps": "~0.6.3",
"rollup-plugin-styles": "~4.0.0",
"rollup-plugin-typescript2": "~0.34.1",
"rollup-plugin-typescript2": "~0.36.0",
"rollup-plugin-vue": "~5.1.9",
"sass": "~1.62.0",
"start-server-and-test": "~2.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/x-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@
}
},
"devDependencies": {
"@rollup/plugin-commonjs": "~25.0.0",
"@rollup/plugin-commonjs": "~25.0.7",
"autoprefixer": "~10.4.4",
"postcss": "~8.4.12",
"postcss-import": "~15.1.0",
"rimraf": "~3.0.2",
"rollup": "~3.29.4",
"rollup-plugin-typescript2": "~0.34.1",
"rollup": "~4.4.1",
"rollup-plugin-typescript2": "~0.36.0",
"rollup-plugin-vue": "~5.1.9",
"tailwindcss": "~3.3.0",
"typescript": "~4.9.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/x-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
"@microsoft/api-extractor": "~7.35.0",
"@types/jest": "~27.5.0",
"jest": "~27.5.0",
"rollup": "~3.29.4",
"rollup": "~4.4.1",
"rollup-plugin-delete": "~2.0.0",
"rollup-plugin-typescript2": "~0.34.1",
"rollup-plugin-typescript2": "~0.36.0",
"typescript": "~4.9.4"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 513ffc4

Please sign in to comment.