File tree Expand file tree Collapse file tree 14 files changed +1404
-1394
lines changed
app-lit-element/templates
app-lit-element-ts/templates
building-rollup/templates
building-rollup-ts/templates
wc-lit-element-ts/templates
test/snapshots/fully-loaded-app Expand file tree Collapse file tree 14 files changed +1404
-1394
lines changed Original file line number Diff line number Diff line change 61
61
"@open-wc/eslint-config" : " ^12.0.3" ,
62
62
"@open-wc/testing" : " ^4.0.0" ,
63
63
"@rollup/plugin-babel" : " ^5.3.0" ,
64
- "@web/rollup-plugin-html" : " ^1.11 .0" ,
65
- "@web/rollup-plugin-import-meta-assets" : " ^1.0.7 " ,
64
+ "@web/rollup-plugin-html" : " ^2.3 .0" ,
65
+ "@web/rollup-plugin-import-meta-assets" : " ^2.2.1 " ,
66
66
"babel-plugin-transform-dynamic-import" : " ^2.1.0" ,
67
67
"chai" : " ^4.3.4" ,
68
68
"chai-fs" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 9
9
"lit" : " ^2.0.2"
10
10
},
11
11
"devDependencies" : {
12
- "@web/dev-server" : " ^0.1.34 " ,
12
+ "@web/dev-server" : " ^0.4.5 " ,
13
13
"concurrently" : " ^5.3.0" ,
14
14
"typescript" : " ^4.5.2" ,
15
15
"tslib" : " ^2.3.1"
Original file line number Diff line number Diff line change 9
9
"lit" : " ^2.0.2"
10
10
},
11
11
"devDependencies" : {
12
- "@web/dev-server" : " ^0.1.34 "
12
+ "@web/dev-server" : " ^0.4.5 "
13
13
}
14
14
}
Original file line number Diff line number Diff line change 8
8
"@open-wc/building-rollup" : " ^3.0.2" ,
9
9
"@rollup/plugin-babel" : " ^5.3.0" ,
10
10
"@rollup/plugin-node-resolve" : " ^13.0.6" ,
11
- "@web/rollup-plugin-html" : " ^1.11 .0" ,
12
- "@web/rollup-plugin-import-meta-assets" : " ^1.0.7 " ,
11
+ "@web/rollup-plugin-html" : " ^2.3 .0" ,
12
+ "@web/rollup-plugin-import-meta-assets" : " ^2.2.1 " ,
13
13
"babel-plugin-template-html-minifier" : " ^4.1.0" ,
14
14
"deepmerge" : " ^4.2.2" ,
15
15
"rimraf" : " ^3.0.2" ,
Original file line number Diff line number Diff line change 1
1
import nodeResolve from '@rollup/plugin-node-resolve' ;
2
2
import babel from '@rollup/plugin-babel' ;
3
- import html from '@web/rollup-plugin-html' ;
3
+ import { rollupPluginHTML as html } from '@web/rollup-plugin-html' ;
4
4
import { importMetaAssets } from '@web/rollup-plugin-import-meta-assets' ;
5
5
import esbuild from 'rollup-plugin-esbuild' ;
6
6
import { generateSW } from 'rollup-plugin-workbox' ;
Original file line number Diff line number Diff line change 8
8
"@open-wc/building-rollup" : " ^3.0.2" ,
9
9
"@rollup/plugin-babel" : " ^5.3.0" ,
10
10
"@rollup/plugin-node-resolve" : " ^13.0.6" ,
11
- "@web/rollup-plugin-html" : " ^1.11 .0" ,
12
- "@web/rollup-plugin-import-meta-assets" : " ^1.0.7 " ,
11
+ "@web/rollup-plugin-html" : " ^2.3 .0" ,
12
+ "@web/rollup-plugin-import-meta-assets" : " ^2.2.1 " ,
13
13
"babel-plugin-template-html-minifier" : " ^4.1.0" ,
14
14
"deepmerge" : " ^4.2.2" ,
15
15
"rimraf" : " ^3.0.2" ,
Original file line number Diff line number Diff line change 1
1
import nodeResolve from '@rollup/plugin-node-resolve' ;
2
2
import babel from '@rollup/plugin-babel' ;
3
- import html from '@web/rollup-plugin-html' ;
3
+ import { rollupPluginHTML as html } from '@web/rollup-plugin-html' ;
4
4
import { importMetaAssets } from '@web/rollup-plugin-import-meta-assets' ;
5
5
import esbuild from 'rollup-plugin-esbuild' ;
6
6
import { generateSW } from 'rollup-plugin-workbox' ;
Original file line number Diff line number Diff line change 4
4
"test:watch" : " tsc && concurrently -k -r \" tsc --watch --preserveWatchOutput\" \" wtr --watch\" "
5
5
},
6
6
"devDependencies" : {
7
- "@web/test-runner" : " ^0.14.0 "
7
+ "@web/test-runner" : " ^0.18.2 "
8
8
}
9
9
}
Original file line number Diff line number Diff line change 4
4
"test:watch" : " web-test-runner --watch"
5
5
},
6
6
"devDependencies" : {
7
- "@web/test-runner" : " ^0.14.0 "
7
+ "@web/test-runner" : " ^0.18.2 "
8
8
}
9
9
}
Original file line number Diff line number Diff line change 15
15
"lit" : " ^2.0.2"
16
16
},
17
17
"devDependencies" : {
18
- "@web/dev-server" : " ^0.1.34 " ,
18
+ "@web/dev-server" : " ^0.4.5 " ,
19
19
"concurrently" : " ^5.3.0" ,
20
20
"typescript" : " ^4.5.2" ,
21
21
"tslib" : " ^2.3.1"
Original file line number Diff line number Diff line change 13
13
"lit" : " ^2.0.2"
14
14
},
15
15
"devDependencies" : {
16
- "@web/dev-server" : " ^0.1.34 "
16
+ "@web/dev-server" : " ^0.4.5 "
17
17
}
18
18
}
Original file line number Diff line number Diff line change 29
29
"@open-wc/testing" : " ^4.0.0" ,
30
30
"@rollup/plugin-babel" : " ^5.3.0" ,
31
31
"@rollup/plugin-node-resolve" : " ^13.0.6" ,
32
- "@web/dev-server" : " ^0.1.34 " ,
33
- "@web/dev-server-storybook" : " ^0.5.4 " ,
34
- "@web/rollup-plugin-html" : " ^1.11 .0" ,
35
- "@web/rollup-plugin-import-meta-assets" : " ^1.0.7 " ,
36
- "@web/test-runner" : " ^0.14.0 " ,
32
+ "@web/dev-server" : " ^0.4.5 " ,
33
+ "@web/dev-server-storybook" : " ^2.0.3 " ,
34
+ "@web/rollup-plugin-html" : " ^2.3 .0" ,
35
+ "@web/rollup-plugin-import-meta-assets" : " ^2.2.1 " ,
36
+ "@web/test-runner" : " ^0.18.2 " ,
37
37
"babel-plugin-template-html-minifier" : " ^4.1.0" ,
38
38
"deepmerge" : " ^4.2.2" ,
39
39
"eslint" : " ^8.31.0" ,
Original file line number Diff line number Diff line change 1
1
import nodeResolve from '@rollup/plugin-node-resolve' ;
2
2
import babel from '@rollup/plugin-babel' ;
3
- import html from '@web/rollup-plugin-html' ;
3
+ import { rollupPluginHTML as html } from '@web/rollup-plugin-html' ;
4
4
import { importMetaAssets } from '@web/rollup-plugin-import-meta-assets' ;
5
5
import esbuild from 'rollup-plugin-esbuild' ;
6
6
import { generateSW } from 'rollup-plugin-workbox' ;
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments