Changeset - 5f0c2e350283
[Not reviewed]
default
0 2 0
drewp@bigasterisk.com - 3 years ago 2022-05-31 09:05:13
drewp@bigasterisk.com
update vite- didn't seem to help with bogus path errors
2 files changed with 14 insertions and 14 deletions:
0 comments (0 inline, 0 general)
package.json
Show inline comments
 
@@ -29,7 +29,7 @@
 
    "sylvester": "^0.0.21",
 
    "typescript": "^4.7.2",
 
    "underscore": "^1.13.3",
 
    "vite": "^2.9.1",
 
    "vite": "^2.9.9",
 
    "vite-plugin-rewrite-all": "^0.1.2"
 
  }
 
}
pnpm-lock.yaml
Show inline comments
 
@@ -21,7 +21,7 @@ specifiers:
 
  sylvester: ^0.0.21
 
  typescript: ^4.7.2
 
  underscore: ^1.13.3
 
  vite: ^2.9.1
 
  vite: ^2.9.9
 
  vite-plugin-rewrite-all: ^0.1.2
 

	
 
dependencies:
 
@@ -45,8 +45,8 @@ dependencies:
 
  sylvester: 0.0.21
 
  typescript: 4.7.2
 
  underscore: 1.13.3
 
  vite: 2.9.1
 
  vite-plugin-rewrite-all: 0.1.2_vite@2.9.1
 
  vite: 2.9.9
 
  vite-plugin-rewrite-all: 0.1.2_vite@2.9.9
 

	
 
packages:
 

	
 
@@ -965,8 +965,8 @@ packages:
 
      readable-stream: 3.6.0
 
    dev: false
 

	
 
  /nanoid/3.3.2:
 
    resolution: {integrity: sha512-CuHBogktKwpm5g2sRgv83jEy2ijFzBwMoYA60orPDR7ynsLijJDqgsi4RDGj3OJpy3Ieb+LYwiRmIOGyytgITA==}
 
  /nanoid/3.3.4:
 
    resolution: {integrity: sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==}
 
    engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
 
    hasBin: true
 
    dev: false
 
@@ -985,11 +985,11 @@ packages:
 
    resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==}
 
    dev: false
 

	
 
  /postcss/8.4.12:
 
    resolution: {integrity: sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==}
 
  /postcss/8.4.14:
 
    resolution: {integrity: sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==}
 
    engines: {node: ^10 || ^12 || >=14}
 
    dependencies:
 
      nanoid: 3.3.2
 
      nanoid: 3.3.4
 
      picocolors: 1.0.0
 
      source-map-js: 1.0.2
 
    dev: false
 
@@ -1093,18 +1093,18 @@ packages:
 
    resolution: {integrity: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=}
 
    dev: false
 

	
 
  /vite-plugin-rewrite-all/0.1.2_vite@2.9.1:
 
  /vite-plugin-rewrite-all/0.1.2_vite@2.9.9:
 
    resolution: {integrity: sha512-hBFuG043kbixgZ/ke9SzKhkO6P8a5ryxD0CmZTe+/Cz17RIKi7uSeNUJy79V4FgavZ7pWVRg0tqVwJ7lP/A2/Q==}
 
    engines: {node: '>=12.0.0'}
 
    peerDependencies:
 
      vite: ^2.0.2
 
    dependencies:
 
      connect-history-api-fallback: 1.6.0
 
      vite: 2.9.1
 
      vite: 2.9.9
 
    dev: false
 

	
 
  /vite/2.9.1:
 
    resolution: {integrity: sha512-vSlsSdOYGcYEJfkQ/NeLXgnRv5zZfpAsdztkIrs7AZHV8RCMZQkwjo4DS5BnrYTqoWqLoUe1Cah4aVO4oNNqCQ==}
 
  /vite/2.9.9:
 
    resolution: {integrity: sha512-ffaam+NgHfbEmfw/Vuh6BHKKlI/XIAhxE5QSS7gFLIngxg171mg1P3a4LSRME0z2ZU1ScxoKzphkipcYwSD5Ew==}
 
    engines: {node: '>=12.2.0'}
 
    hasBin: true
 
    peerDependencies:
 
@@ -1120,7 +1120,7 @@ packages:
 
        optional: true
 
    dependencies:
 
      esbuild: 0.14.34
 
      postcss: 8.4.12
 
      postcss: 8.4.14
 
      resolve: 1.22.0
 
      rollup: 2.70.1
 
    optionalDependencies:
0 comments (0 inline, 0 general)